File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " e3sm-quickview"
3- version = " 2.7.6 "
3+ version = " 2.7.7 "
44description = " An application to explore/analyze data for atmosphere component for E3SM"
55authors = [
66 {name = " Kitware Inc." },
@@ -58,6 +58,7 @@ quickview = "e3sm_quickview.jupyter:setup_quickview"
5858
5959
6060
61+
6162[build-system ]
6263requires = [" hatchling" ]
6364build-backend = " hatchling.build"
Original file line number Diff line number Diff line change 11[package ]
22name = " app"
3- version = " 2.7.6 "
3+ version = " 2.7.7 "
44description = " QuickView: Visual Analyis for E3SM Atmosphere Data"
55authors = [" Kitware" ]
66license = " "
Original file line number Diff line number Diff line change 77 },
88 "package" : {
99 "productName" : " QuickView" ,
10- "version" : " 2.7.6 "
10+ "version" : " 2.7.7 "
1111 },
1212 "tauri" : {
1313 "allowlist" : {
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments