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.3.4 (2026-03-30)
6+
7+ ### Bug Fixes
8+
9+ - Harden pipeline algorithm to avoid None values
10+ ([ ` d77d387 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/d77d387bb34f9312fb25283942830704f0ef6e9d ) )
11+
12+ - Synchronize camera position between comparison types
13+ ([ ` 4d74d44 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/4d74d44fd1ce8887340948cd22422940a995b4a0 ) )
14+
15+ - ** dataclass** : Update to latest dataclass
16+ ([ ` edc11d5 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/edc11d5d42f747eba5e5159e68d310a9c25149bc ) )
17+
18+ ### Chores
19+
20+ - Remove unused file
21+ ([ ` 3261f24 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/3261f24db3454a1ff6c1301827a1b1b325d58736 ) )
22+
23+ - Update gitignore
24+ ([ ` 3985d9a ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/3985d9a9471a95eab29105df5bd9cb44ca6a2c3b ) )
25+
26+ ### Code Style
27+
28+ - ** pre-commit** : Apply style
29+ ([ ` 1af039c ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/1af039cc350499833edf5e670b5fe825f8b105f3 ) )
30+
31+
532## v1.3.3 (2026-03-19)
633
734### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-compareview"
3- version = " 1.3.3 "
3+ version = " 1.3.4 "
44description = " An application to explore/analyze data for atmosphere component for E3SM"
55authors = [
66 {name = " Kitware Inc." },
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 1.3.3 "
3+ version = " 1.3.4 "
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.3.3 "
10+ "version" : " 1.3.4 "
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.3.3 "
4+ __version__ = "1.3.4 "
55__author__ = "Kitware Inc."
66__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments