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.8.2 (2026-06-18)
6+
7+ ### Bug Fixes
8+
9+ - Apply column layout size to all multi-sim views
10+ ([ ` c5d2717 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/c5d27178204d061220d097a6ee15ba68c9913817 ) )
11+
12+ - Correct default Rel Diff colormap
13+ ([ ` f226acf ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/f226acf6544065e021b55fe76c101dfe2aba85bb ) )
14+
15+ - Fix diff colorbars to be editable
16+ ([ ` 2ad0d79 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/2ad0d79d33af2e8af702014bfda809dcc23290d2 ) )
17+
18+ - Remove Rel Diff (w.r.t. mean) as default two-sim column
19+ ([ ` 672e374 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/672e374b7ab219770bf6b3e3cefec8bbc7949c33 ) )
20+
21+
522## v1.8.1 (2026-06-16)
623
724### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-compareview"
3- version = " 1.8.1 "
3+ version = " 1.8.2 "
44description = " An application to explore/analyze data for atmosphere component for E3SM"
55authors = [
66 {name = " Kitware Inc." },
@@ -54,6 +54,7 @@ quickcompare = "e3sm_compareview.jupyter:setup_quickcompare"
5454
5555
5656
57+
5758[build-system ]
5859requires = [" hatchling" ]
5960build-backend = " hatchling.build"
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 1.8.1 "
3+ version = " 1.8.2 "
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.8.1 "
10+ "version" : " 1.8.2 "
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.8.1 "
4+ __version__ = "1.8.2 "
55__author__ = "Kitware Inc."
66__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments