File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.6.0 (2026-05-21)
6+
7+ ### Bug Fixes
8+
9+ - ** pan/zoom** : Use guarded methods for key binding
10+ ([ ` a12ffd0 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/a12ffd07e3dc813acaf515c4d07fa999b96f4a27 ) )
11+
12+ - ** tauri** : Collect colormaps
13+ ([ ` 2e39cab ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/2e39cab8fd0ad8d2c683032cd6ec9206b686289c ) )
14+
15+ - ** views** : Split view manager into panel and layout
16+ ([ ` 38f75ee ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/38f75ee467d75c57537a3323ac00206f7d9a792a ) )
17+
18+ ### Chores
19+
20+ - Bump minimum quickview version
21+ ([ ` 980ef7c ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/980ef7cca5575e1597d41d753787c7ac6a52d5f4 ) )
22+
23+ ### Features
24+
25+ - ** colormap** : Use external colormap
26+ ([ ` 2ac3852 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/2ac3852b40c27a0311fdf5c9e05db21bdab8c96f ) )
27+
28+
529## v1.5.0 (2026-05-11)
630
731### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-compareview"
3- version = " 1.5 .0"
3+ version = " 1.6 .0"
44description = " An application to explore/analyze data for atmosphere component for E3SM"
55authors = [
66 {name = " Kitware Inc." },
@@ -49,6 +49,7 @@ compareview = "e3sm_compareview.jupyter:setup_compareview"
4949quickcompare = " e3sm_compareview.jupyter:setup_quickcompare"
5050
5151
52+
5253[build-system ]
5354requires = [" hatchling" ]
5455build-backend = " hatchling.build"
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 1.5 .0"
3+ version = " 1.6 .0"
44description = " QuickCompare: Visual Analysis for E3SM Atmosphere Data"
55authors = [" Kitware" ]
66license = " "
Original file line number Diff line number Diff line change 77 },
88 "package" : {
99 "productName" : " QuickCompare" ,
10- "version" : " 1.5 .0"
10+ "version" : " 1.6 .0"
1111 },
1212 "tauri" : {
1313 "allowlist" : {
Original file line number Diff line number Diff line change 11"""CompareView: E3SM CompareView application."""
22
33# TODO(decouple): Revisit "quickview" naming/usage in Tauri configs after refactor.
4- __version__ = "1.5 .0"
4+ __version__ = "1.6 .0"
55__author__ = "Kitware Inc."
66__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments