Skip to content

Commit 3f0de05

Browse files
author
semantic-release
committed
2.7.8
Automatically generated by python-semantic-release
1 parent d34726c commit 3f0de05

5 files changed

Lines changed: 67 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,68 @@
22

33
<!-- version list -->
44

5+
## v2.7.8 (2026-06-05)
6+
7+
### Bug Fixes
8+
9+
- NaN transparency, preset click, and tick rendering
10+
([#103](https://github.com/Kitware/QuickView/pull/103),
11+
[`2e9650e`](https://github.com/Kitware/QuickView/commit/2e9650e96bf403c415b362cd22515c5354b84c02))
12+
13+
- **package**: Collect colormaps web part
14+
([`4511e12`](https://github.com/Kitware/QuickView/commit/4511e1240f47b7ab4651cac50511dc4c29b644a6))
15+
16+
### Documentation
17+
18+
- Add image example of aerosols shown by quickview
19+
([#101](https://github.com/Kitware/QuickView/pull/101),
20+
[`c89c8a2`](https://github.com/Kitware/QuickView/commit/c89c8a2b06f14b75e6e22e70fcaf025eb53c2d1d))
21+
22+
- Minor edits ([#101](https://github.com/Kitware/QuickView/pull/101),
23+
[`c89c8a2`](https://github.com/Kitware/QuickView/commit/c89c8a2b06f14b75e6e22e70fcaf025eb53c2d1d))
24+
25+
- Update news page ([#101](https://github.com/Kitware/QuickView/pull/101),
26+
[`c89c8a2`](https://github.com/Kitware/QuickView/commit/c89c8a2b06f14b75e6e22e70fcaf025eb53c2d1d))
27+
28+
- **quickview**: Add explanation of linthresh
29+
([`d83575a`](https://github.com/Kitware/QuickView/commit/d83575a922f03bc47f6b1922a1dfc6a3452175b1))
30+
31+
- **quickview**: Attempt to resolve state file link issue
32+
([`c6acf8f`](https://github.com/Kitware/QuickView/commit/c6acf8f9df7ef2f077ebb74144ec2084b7987899))
33+
34+
- **quickview**: Colormap utils - corrections
35+
([`9a92b81`](https://github.com/Kitware/QuickView/commit/9a92b8193db1f2d8b73e296a2e4a1822e41936bb))
36+
37+
- **quickview**: Colormap utils - corrections and more contents
38+
([`c422ac2`](https://github.com/Kitware/QuickView/commit/c422ac2ed9208e41fa16c9ab76272fac01cf0bce))
39+
40+
- **quickview**: Colormap utils - minor edits
41+
([`09f96e4`](https://github.com/Kitware/QuickView/commit/09f96e4ec18632001528f52bee7a3df1bd44de2a))
42+
43+
- **quickview**: Colormap utils - typo
44+
([`97941d4`](https://github.com/Kitware/QuickView/commit/97941d40aaa321236841db6d7e9a9b1994c2bf4f))
45+
46+
- **quickview**: Colormap utils, work in progress
47+
([`0fc4646`](https://github.com/Kitware/QuickView/commit/0fc4646e960883674a5b2d32a629e6c8946a3b45))
48+
49+
- **quickview**: Correct link in README and update news page
50+
([`d34726c`](https://github.com/Kitware/QuickView/commit/d34726c91fba70c5b7df01209d185a84d9efe3a6))
51+
52+
- **quickview**: Remove links to state files on gallery page
53+
([`00211d6`](https://github.com/Kitware/QuickView/commit/00211d6a3ddd0768375cfcf16a16583ebe9a357e))
54+
55+
- **quickview**: Resolve issue of non-unique ID
56+
([`69c3c9d`](https://github.com/Kitware/QuickView/commit/69c3c9d5fc675f91c8e6bb445ddd23c270bbae8d))
57+
58+
- **quickview**: Update doc on viewport control
59+
([#101](https://github.com/Kitware/QuickView/pull/101),
60+
[`c89c8a2`](https://github.com/Kitware/QuickView/commit/c89c8a2b06f14b75e6e22e70fcaf025eb53c2d1d))
61+
62+
- **quickview**: Update gallery to include land model example
63+
([#104](https://github.com/Kitware/QuickView/pull/104),
64+
[`b6ce56a`](https://github.com/Kitware/QuickView/commit/b6ce56acbf284be1ddb695408147f903a5cd8db4))
65+
66+
567
## v2.7.7 (2026-05-20)
668

769
### 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-quickview"
3-
version = "2.7.7"
3+
version = "2.7.8"
44
description = "An application to explore/analyze data for atmosphere component for E3SM"
55
authors = [
66
{name = "Kitware Inc."},
@@ -59,6 +59,7 @@ quickview = "e3sm_quickview.jupyter:setup_quickview"
5959

6060

6161

62+
6263
[build-system]
6364
requires = ["hatchling"]
6465
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 = "2.7.7"
3+
version = "2.7.8"
44
description = "QuickView: Visual Analyis 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": "QuickView",
10-
"version": "2.7.7"
10+
"version": "2.7.8"
1111
},
1212
"tauri": {
1313
"allowlist": {

src/e3sm_quickview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""QuickView: Visual Analysis for E3SM Atmosphere Data."""
22

3-
__version__ = "2.7.7"
3+
__version__ = "2.7.8"
44
__author__ = "Kitware Inc."
55
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)