Skip to content

Commit ec35b17

Browse files
author
semantic-release
committed
1.2.0
Automatically generated by python-semantic-release
1 parent 81e37a9 commit ec35b17

File tree

5 files changed

+40
-4
lines changed

5 files changed

+40
-4
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.2.0 (2025-12-09)
6+
7+
### Bug Fixes
8+
9+
- Add/fix dynamic dimensions sliders
10+
([`f496510`](https://github.com/Kitware/QuickView/commit/f4965103aa0bd3a9376255f00cc94a988e207986))
11+
12+
- Fixing errors while variable groupings
13+
([`3fbd8fc`](https://github.com/Kitware/QuickView/commit/3fbd8fccba4cbc8185dacf7ac0f56af671afccac))
14+
15+
- Fixing slicing based on arbitrary dimensions
16+
([`c6242fb`](https://github.com/Kitware/QuickView/commit/c6242fbd0954e0a6303eaaa1552722a3790023e4))
17+
18+
- Incorrect packaging script resulting in release failures
19+
([`6db0eec`](https://github.com/Kitware/QuickView/commit/6db0eecbe322ad651bd92e12448023bc87f0d4fe))
20+
21+
- Remove unnecessary print statements
22+
([`87c3d56`](https://github.com/Kitware/QuickView/commit/87c3d5685b9f5d1e7c9fe2c8b32131cdd85621b2))
23+
24+
### Chores
25+
26+
- Removing unnecessary files from UI refactor
27+
([`787f288`](https://github.com/Kitware/QuickView/commit/787f2883bb0ef6006f2d0d512eb93ca80fdcb026))
28+
29+
- Removing vue2(old) CI scripts
30+
([`00ead1b`](https://github.com/Kitware/QuickView/commit/00ead1bbf5aa6a9fb6d6b9410392d06b194fc465))
31+
32+
### Features
33+
34+
- Adding dimension matching for horizontal axis
35+
([`4512933`](https://github.com/Kitware/QuickView/commit/45129338d52a9ee2778d7015e238432e623311d8))
36+
37+
- Adding partial changes for supporing general ESM reader
38+
([`552fbd9`](https://github.com/Kitware/QuickView/commit/552fbd940d0cc586666300a3ca9a2d2d1cf8e368))
39+
40+
541
## v1.1.1 (2025-10-27)
642

743
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "e3sm-quickview"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "An application to explore/analyze data for atmosphere component for E3SM"
55
authors = [
66
{name = "Kitware Inc."},

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.1.1"
3+
version = "1.2.0"
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": "1.1.1"
10+
"version": "1.2.0"
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__ = "1.1.1"
3+
__version__ = "1.2.0"
44
__author__ = "Kitware Inc."
55
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)