Skip to content

Releases: Kitware/QuickView

v2.6.1

28 Apr 17:07

Choose a tag to compare

v2.6.1 (2026-04-28)

This release is published under the Apache Software License License.

Bug Fixes

  • linthresh: Use dtype tiny instead of sqrt(eps) as zero threshold (#63, 6b8e3b2)

Detailed Changes: v2.6.0...v2.6.1

v2.6.0

27 Apr 19:19

Choose a tag to compare

v2.6.0 (2026-04-27)

This release is published under the Apache Software License License.

Documentation

  • hero: Make picture bigger (662e555)

Features

  • Discrete colormaps for linear, log, and symlog scales (d8f41d8)

Detailed Changes: v2.5.1...v2.6.0

v2.5.1

24 Apr 19:46

Choose a tag to compare

v2.5.1 (2026-04-24)

This release is published under the Apache Software License License.

Bug Fixes

  • Symlog/log colormap with standalone CTF, consistent formula, and discrete toggle (93bc038)

Detailed Changes: v2.5.0...v2.5.1

v2.5.0

23 Apr 21:42

Choose a tag to compare

v2.5.0 (2026-04-23)

This release is published under the Apache Software License License.

Bug Fixes

  • animation: Allow out of screen field to be exported (cb7e7fd)

Features

  • capture: Add animation recording and unified PNG capture infrastructure (1420480)

Detailed Changes: v2.4.0...v2.5.0

v2.4.0

23 Apr 15:22

Choose a tag to compare

v2.4.0 (2026-04-23)

This release is published under the Apache Software License License.

Features

  • --perf CLI flag with slider-tick instrumentation across the pipeline (0f9e31a)

  • perf: Time the actual VTK render via StartEvent/EndEvent observers (79029e9)

  • perf: Time trame-rca JPEG encode and websocket push phases (315b8f3)


Detailed Changes: v2.3.0...v2.4.0

v2.3.0

22 Apr 18:50

Choose a tag to compare

v2.3.0 (2026-04-22)

This release is published under the Apache Software License License.

Bug Fixes

  • Render colorbar always linear and position tick marks in transformed space (02aee8a)

Continuous Integration

  • mac: Fix pyinstaller failure on turbojpeg (d803983)

Features

  • chunker: Add cli chunker helper (cc4e4d4)

Performance Improvements

  • Cache EAMProject output across time-slice changes (e736c59)

  • Make projection thread count configurable (f8d6068)

  • Parallelize pyproj point projection in EAMProject (2af4ad4)

  • Replace fancy-index with cached slice plan in add_cell_arrays (246d621)


Detailed Changes: v2.2.0...v2.3.0

v2.2.0

20 Apr 18:33

Choose a tag to compare

v2.2.0 (2026-04-20)

This release is published under the Apache Software License License.

Bug Fixes

  • Add tooltips and improve toolbar UI (323acd9)

  • Correct typo amimation_step_max to animation_step_max (701f2b9)

  • Correct VNumberInput max expression syntax (15819a7)

  • Prevent animation toolbar crash when no data is loaded (a91b9e2)

  • Replace raw_attrs tooltips with v_tooltip_bottom and fix VNumberInput min/max syntax (25dd5b7)

  • fieldSelector: Improve query handling (b044ac6)

  • state: Fix download state button (abb7daf)

Features

  • Support dimensions without coordinate variables (491006b)

Performance Improvements

  • Avoid unnecessary array copies in reader (829ddd4)

  • Skip fill value scan and copy for variables without fill values (6baca76)

  • Skip reloading variables unaffected by slice changes (1cd54b9)


Detailed Changes: v2.1.2...v2.2.0

v2.1.2

10 Apr 14:23

Choose a tag to compare

v2.1.2 (2026-04-10)

This release is published under the Apache Software License License.

Bug Fixes

  • Allow trimming beyond mid point (9d56424)

  • Better fix for MTime() issue (6653657)

  • Cache output for EAMExtract (78f8d96)

  • Check self MTime (projection was modified) as well (f0db939)

  • Fix crash when: trim_lon = 200 then trim_lon = 0 (d4cce24)

  • Fix the filter for polydata input (3ec9870)

  • No need to do something different for latlon projection (d479e89)

  • Remove vtkPVGeometryFilter as it is applied in EAMExtract (a6857be)

Documentation

  • Update info on landing page (687ac6c)

Detailed Changes: v2.1.1...v2.1.2

v2.1.1

06 Apr 21:58

Choose a tag to compare

v2.1.1 (2026-04-06)

This release is published under the Apache Software License License.

Bug Fixes

  • colors: Update colors in palette (d4907e5)

  • presets: Skip numbered gradient preset (0d09ece)

  • render: Call render when changing color preset or range (4a264de)

  • selection: Improve variable selection (80ed33b)

  • url: Provide url to user when using from conda (8cc5a97)


Detailed Changes: v2.1.0...v2.1.1

v2.1.0

31 Mar 22:34

Choose a tag to compare

v2.1.0 (2026-03-31)

This release is published under the Apache Software License License.

Bug Fixes

  • Compare points and cell arrays modification time (db50c2b)

  • Fix the non-projection side (8f9192d)

  • Keep a reference to cached_output so it is not deleted (1847c35)

  • Remove Register/Unregister: use python references instead (8eff1cd)

  • Use pythonic interface (28ccaba)

  • Use the Trim instead of Range interface for data (8339a8f)

  • crop: Use PVGeometryFilter (9c93c21)

  • loading: Provide instant feedback and report loading time (e38e4dd)

  • proj: Ensure projection to properly update (e788b7f)

  • view: Use a single vtkRenderView (4da6cab)

Features

  • Add caching to EAMProject (06a97e4)

  • Cache cell_centers and ghosts in EAMExtract (91599b0)

  • EAMExtract with any lon range. Use hidden cells for extract. (6570c33)

  • fast: Add a fast option to choose rendering pipeline (d301496)


Detailed Changes: v2.0.2...v2.1.0