File tree Expand file tree Collapse file tree 5 files changed +22
-4
lines changed
Expand file tree Collapse file tree 5 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.2.2 (2026-03-03)
6+
7+ ### Bug Fixes
8+
9+ - ** NERSC** : Improve jupyter/nersc usage
10+ ([ ` cc7a7e5 ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/cc7a7e55ec4d3b372822e1357c816735edd26176 ) )
11+
12+ ### Chores
13+
14+ - Cleanup pyproject
15+ ([ ` 2a3fa2e ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/2a3fa2e2531d0be5be2f12d93c5d84e5ccb2073f ) )
16+
17+ ### Refactoring
18+
19+ - ** name** : Rename compareview to quickcompare
20+ ([ ` 718824d ` ] ( https://github.com/Kitware/E3SMQuickCompare/commit/718824ddd986c2171366f695c8eed9505e888c56 ) )
21+
22+
523## v1.0.0 (2026-01-26)
624
725- Initial Release
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-compareview"
3- version = " 1.2.1 "
3+ version = " 1.2.2 "
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.2.1 "
3+ version = " 1.2.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.2.1 "
10+ "version" : " 1.2.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.2.1 "
4+ __version__ = "1.2.2 "
55__author__ = "Kitware Inc."
66__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments