Skip to content

Commit 70b46b3

Browse files
author
semantic-release
committed
2.7.7
Automatically generated by python-semantic-release
1 parent d5a3f77 commit 70b46b3

5 files changed

Lines changed: 27 additions & 4 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v2.7.7 (2026-05-20)
6+
7+
### Bug Fixes
8+
9+
- **colormaps**: Improve usage and initialization
10+
([`765dc37`](https://github.com/Kitware/QuickView/commit/765dc370e0d73e4c133acf7f8db5e6eed9beb7d8))
11+
12+
### Documentation
13+
14+
- **quickcompare**: Add a structure and some placeholders
15+
([#100](https://github.com/Kitware/QuickView/pull/100),
16+
[`1b2dc29`](https://github.com/Kitware/QuickView/commit/1b2dc295965bbfde4cb3874df62ab6ee9fca6ac9))
17+
18+
### Refactoring
19+
20+
- Split view manager into view panel and layout manager
21+
([`d5a3f77`](https://github.com/Kitware/QuickView/commit/d5a3f770cbdcdbe36a85f88827c133ba6334e8bd))
22+
23+
- Use external trame-colormaps package for all colormap functionality
24+
([`f10d0c8`](https://github.com/Kitware/QuickView/commit/f10d0c8362103f40dcb9eb44c5f51d7189451001))
25+
26+
527
## v2.7.6 (2026-05-14)
628

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

5959

6060

61+
6162
[build-system]
6263
requires = ["hatchling"]
6364
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.6"
3+
version = "2.7.7"
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.6"
10+
"version": "2.7.7"
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.6"
3+
__version__ = "2.7.7"
44
__author__ = "Kitware Inc."
55
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)