Skip to content

Commit d80a12a

Browse files
author
semantic-release
committed
1.8.2
Automatically generated by python-semantic-release
1 parent c5d2717 commit d80a12a

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "e3sm-compareview"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
description = "An application to explore/analyze data for atmosphere component for E3SM"
55
authors = [
66
{name = "Kitware Inc."},
@@ -54,6 +54,7 @@ quickcompare = "e3sm_compareview.jupyter:setup_quickcompare"
5454

5555

5656

57+
5758
[build-system]
5859
requires = ["hatchling"]
5960
build-backend = "hatchling.build"

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "app"
3-
version = "1.8.1"
3+
version = "1.8.2"
44
description = "QuickCompare: Visual Analysis for E3SM Atmosphere Data"
55
authors = ["Kitware"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"package": {
99
"productName": "QuickCompare",
10-
"version": "1.8.1"
10+
"version": "1.8.2"
1111
},
1212
"tauri": {
1313
"allowlist": {

src/e3sm_compareview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)