Skip to content

Commit 1af039c

Browse files
committed
style(pre-commit): apply style
1 parent 4d74d44 commit 1af039c

28 files changed

Lines changed: 418 additions & 477 deletions

.github/workflows/package.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Package"
22

33
on:
4-
workflow_dispatch: # manually triggered
4+
workflow_dispatch: # manually triggered
55
workflow_run:
66
workflows: ["Release"]
77
types: [completed]
@@ -17,12 +17,12 @@ jobs:
1717
include:
1818
- platform: "macos-latest" # for Arm based macs (M1 and above).
1919
args: "--target aarch64-apple-darwin"
20-
- platform: 'macos-latest' # for Intel based macs.
21-
args: '--target x86_64-apple-darwin'
22-
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
23-
args: ''
24-
- platform: 'windows-latest'
25-
args: ''
20+
- platform: "macos-latest" # for Intel based macs.
21+
args: "--target x86_64-apple-darwin"
22+
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
23+
args: ""
24+
- platform: "windows-latest"
25+
args: ""
2626
runs-on: ${{ matrix.platform }}
2727
steps:
2828
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Release"
22
on:
3-
workflow_dispatch: # manually triggered
3+
workflow_dispatch: # manually triggered
44

55
env:
66
# Many color libraries just need this to be set to any value, but at least

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ build
44
server.spec
55
CLAUDE.md
66
*.egg-info
7-
**/.DS_Store
7+
**/.DS_Store

CHANGELOG.md

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
- Constrain trame-dataclass version
1010
([`d207e52`](https://github.com/Kitware/E3SMQuickCompare/commit/d207e52ce78156fbe4f9b26f7e31ad5d1e4259fa))
1111

12-
1312
## v1.3.2 (2026-03-11)
1413

1514
### Bug Fixes
1615

17-
- Correct pipline to remove divide by zero's
16+
- Correct pipeline to remove divide by zero's
1817
([`f3785fa`](https://github.com/Kitware/E3SMQuickCompare/commit/f3785faf685b0a1a715ec2ac05dfa88d421500a1))
1918

2019
- Update color bars to use latest quickview
@@ -28,15 +27,13 @@
2827
- Update conda recipe
2928
([`0283386`](https://github.com/Kitware/E3SMQuickCompare/commit/0283386a4df08a59d2e0d2e58e0bc46324a09bf2))
3029

31-
3230
## v1.3.1 (2026-03-10)
3331

3432
### Bug Fixes
3533

3634
- **package**: Update conda env and numpy version
3735
([`f188195`](https://github.com/Kitware/E3SMQuickCompare/commit/f188195242a1552a86a3114c4a28a002942a43d7))
3836

39-
4037
## v1.3.0 (2026-03-09)
4138

4239
### Features
@@ -49,7 +46,6 @@
4946
- Clean comparison logic
5047
([`b4ce9d9`](https://github.com/Kitware/E3SMQuickCompare/commit/b4ce9d9e9fe10e32a9a83d63bb89c741197e33c2))
5148

52-
5349
## v1.2.2 (2026-03-03)
5450

5551
### Bug Fixes
@@ -67,7 +63,6 @@
6763
- **name**: Rename compareview to quickcompare
6864
([`718824d`](https://github.com/Kitware/E3SMQuickCompare/commit/718824ddd986c2171366f695c8eed9505e888c56))
6965

70-
7166
## v1.0.0 (2026-01-26)
7267

7368
- Initial Release
@@ -87,7 +82,6 @@
8782
- Automatically generate windows packages
8883
([`1cfdb14`](https://github.com/Kitware/QuickView/commit/1cfdb14e7552413ef4e041911696fdc3f24816e9))
8984

90-
9185
## v1.2.0 (2025-12-09)
9286

9387
### Bug Fixes
@@ -120,10 +114,9 @@
120114
- Adding dimension matching for horizontal axis
121115
([`4512933`](https://github.com/Kitware/QuickView/commit/45129338d52a9ee2778d7015e238432e623311d8))
122116

123-
- Adding partial changes for supporing general ESM reader
117+
- Adding partial changes for supporting general ESM reader
124118
([`552fbd9`](https://github.com/Kitware/QuickView/commit/552fbd940d0cc586666300a3ca9a2d2d1cf8e368))
125119

126-
127120
## v1.1.1 (2025-10-27)
128121

129122
### Bug Fixes
@@ -142,7 +135,6 @@
142135
- Remove packaging from manual step
143136
([`70cf460`](https://github.com/Kitware/QuickView/commit/70cf460d6358bc7aa87b936284ebc7ba2a5ff1e5))
144137

145-
146138
## v1.1.0 (2025-10-24)
147139

148140
### Bug Fixes
@@ -274,7 +266,6 @@
274266
- **cleanup**: Gather js code into utils
275267
([`dbc3cb2`](https://github.com/Kitware/QuickView/commit/dbc3cb2df39abec32c958085c495157f1fefff62))
276268

277-
278269
## v1.0.2 (2025-09-16)
279270

280271
### Bug Fixes
@@ -310,7 +301,6 @@
310301
- Multiple features and fixes
311302
([`da9d7d7`](https://github.com/Kitware/QuickView/commit/da9d7d794fd37ee6b4c49049b0f33f1ca33cc276))
312303

313-
314304
## v1.0.1 (2025-08-28)
315305

316306
### Bug Fixes
@@ -334,15 +324,13 @@
334324
- Adding close button for views
335325
([`18604bc`](https://github.com/Kitware/QuickView/commit/18604bc2bd658e2b3f420d9249387e62db29162f))
336326

337-
338327
## v1.0.0 (2025-08-25)
339328

340329
### Bug Fixes
341330

342331
- Adding updated logo
343332
([`40d5e22`](https://github.com/Kitware/QuickView/commit/40d5e22c3506be1d279fe839610796445a856a00))
344333

345-
346334
## v0.1.21 (2025-08-25)
347335

348336
### Bug Fixes
@@ -430,7 +418,6 @@
430418
- Viewport description
431419
([`fbd88e7`](https://github.com/Kitware/QuickView/commit/fbd88e75dae0847c9ac17c7bc5ff8a8dae2edc68))
432420

433-
434421
## v0.1.20 (2025-08-24)
435422

436423
### Bug Fixes
@@ -447,7 +434,6 @@
447434
- Progress icon resize disable
448435
([`d344235`](https://github.com/Kitware/QuickView/commit/d344235b7d8adc6122e40192d3bff8673ba605b5))
449436

450-
451437
## v0.1.19 (2025-08-23)
452438

453439
### Bug Fixes
@@ -461,10 +447,8 @@
461447
- Loading bar and icon size
462448
([`aafae33`](https://github.com/Kitware/QuickView/commit/aafae3377ed4e434726144a1738350b142bb69b5))
463449

464-
465450
## v0.1.18 (2025-08-22)
466451

467-
468452
## v0.1.17 (2025-08-22)
469453

470454
### Bug Fixes
@@ -481,7 +465,6 @@
481465
- Usability fixes
482466
([`25a9c30`](https://github.com/Kitware/QuickView/commit/25a9c3025f107623b2b5a28f6e139c790bd919a0))
483467

484-
485468
## v0.1.16 (2025-08-21)
486469

487470
### Bug Fixes
@@ -509,15 +492,14 @@
509492
- Updates on quick start, connectivity, etc. add page on plans
510493
([`6e25333`](https://github.com/Kitware/QuickView/commit/6e253330c8b9e6b94f8198d936d8fed9ebae8c70))
511494

512-
513495
## v0.1.15 (2025-08-21)
514496

515497
### Bug Fixes
516498

517499
- Changing splash screen to white
518500
([`59b943f`](https://github.com/Kitware/QuickView/commit/59b943fdb64614535fb485717f3971a7e9afa19a))
519501

520-
- Clear varaible selection
502+
- Clear variable selection
521503
([`1d02c67`](https://github.com/Kitware/QuickView/commit/1d02c67bd910e26e52802b049e19eb91ea8447f8))
522504

523505
- Coloring of load data button
@@ -532,15 +514,13 @@
532514
- Usability changes
533515
([`93392a3`](https://github.com/Kitware/QuickView/commit/93392a34b203b689b6ab32e686fec4e8314b7a69))
534516

535-
536517
## v0.1.14 (2025-08-20)
537518

538519
### Bug Fixes
539520

540521
- Camera reset logic to be less complicated
541522
([`fc4247a`](https://github.com/Kitware/QuickView/commit/fc4247a3fe03bff31458ef0802d6250d31696d30))
542523

543-
544524
## v0.1.13 (2025-08-18)
545525

546526
### Bug Fixes
@@ -559,7 +539,6 @@
559539
- Refactor utilities classes
560540
([`6f058a9`](https://github.com/Kitware/QuickView/commit/6f058a95a1809cc60a38b61064f3bab01e6dea53))
561541

562-
563542
## v0.1.12 (2025-08-17)
564543

565544
### Bug Fixes
@@ -579,7 +558,6 @@
579558
- Update dpi issues with packaged app
580559
([`2270564`](https://github.com/Kitware/QuickView/commit/2270564d71157dd10f079937f44c37727acc006d))
581560

582-
583561
## v0.1.11 (2025-08-15)
584562

585563
### Bug Fixes
@@ -595,7 +573,6 @@
595573
- New colormaps, splashscreen logos, and drop packaging tar.gz
596574
([`ff034ea`](https://github.com/Kitware/QuickView/commit/ff034ea352ce2fdc9f33b53d9e8dc09bd2d4f718))
597575

598-
599576
## v0.1.10 (2025-08-13)
600577

601578
### Bug Fixes
@@ -611,7 +588,6 @@
611588
- Adding loading bar to splash screen
612589
([`993c855`](https://github.com/Kitware/QuickView/commit/993c8553903448c8ac3cc202c45f35a6950279b2))
613590

614-
615591
## v0.1.9 (2025-08-11)
616592

617593
### Bug Fixes
@@ -622,21 +598,17 @@
622598
- **optimize reader**: Optimize the EAM Slice Reader
623599
([`c257aad`](https://github.com/Kitware/QuickView/commit/c257aad44932b2aa63fb826970f5b39d76e16ccd))
624600

625-
626601
## v0.1.8 (2025-08-01)
627602

628-
629603
## v0.1.7 (2025-08-01)
630604

631-
632605
## v0.1.6 (2025-07-30)
633606

634607
### Features
635608

636609
- **floating scalar bar**: Adding changes to make the scalar bar floating
637610
([`7b6c699`](https://github.com/Kitware/QuickView/commit/7b6c6990c4a71eb6feb08eda6440d26753978c4f))
638611

639-
640612
## v0.1.5 (2025-07-28)
641613

642614
### Features
@@ -649,18 +621,15 @@
649621
- Replace EventType enum with direct method calls for color settings
650622
([`cf42dca`](https://github.com/Kitware/QuickView/commit/cf42dcad1b066a027c1a33d4cd50b02316d350ea))
651623

652-
653624
## v0.1.4 (2025-07-28)
654625

655-
656626
## v0.1.3 (2025-07-21)
657627

658628
### Bug Fixes
659629

660630
- Use unfiltered variable lists in load_variables to include all selections
661631
([`d56ba31`](https://github.com/Kitware/QuickView/commit/d56ba3134973dadcea1fd62f4f1f39acabac34e9))
662632

663-
664633
## v0.1.2 (2025-07-11)
665634

666635
### Bug Fixes
@@ -676,7 +645,6 @@
676645
- Simplify grid layout tracking using variable names as keys
677646
([`1c8b935`](https://github.com/Kitware/QuickView/commit/1c8b935969c65cd3c336b10ebaf6f103e8626a80))
678647

679-
680648
## v0.1.1 (2025-07-09)
681649

682650
### Bug Fixes
@@ -716,7 +684,6 @@
716684
- Remove create-release-pr workflow and clean up release.sh
717685
([`422d483`](https://github.com/Kitware/QuickView/commit/422d48332faad82e21b2bd46ddb9955414fd2ed8))
718686

719-
720687
## v0.1.0 (2025-07-09)
721688

722689
- Initial Release

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
[![Test](https://github.com/ayenpure/QuickView/actions/workflows/test.yml/badge.svg)](https://github.com/ayenpure/QuickView/actions/workflows/test.yml)
44
[![Package and Release](https://github.com/ayenpure/QuickView/actions/workflows/package-and-release.yml/badge.svg)](https://github.com/ayenpure/QuickView/actions/workflows/package-and-release.yml)
55

6-
**EAM QuickView** is an open-source, interactive visualization tool
7-
designed for scientists working with the atmospheric component of the
8-
[Energy Exascale Earth System Model (E3SM)](https://e3sm.org/),
9-
known as the E3SM Atmosphere Model (EAM).
10-
Its Python- and [Trame](https://www.kitware.com/trame/)-based
11-
Graphical User Interface (GUI) provides
12-
intuitive access to [ParaView](https://www.paraview.org/)'s
13-
powerful analysis and visualization capabilities, without the steep learning curve.
6+
**EAM QuickView** is an open-source, interactive visualization tool designed for
7+
scientists working with the atmospheric component of the
8+
[Energy Exascale Earth System Model (E3SM)](https://e3sm.org/), known as the
9+
E3SM Atmosphere Model (EAM). Its Python- and
10+
[Trame](https://www.kitware.com/trame/)-based Graphical User Interface (GUI)
11+
provides intuitive access to [ParaView](https://www.paraview.org/)'s powerful
12+
analysis and visualization capabilities, without the steep learning curve.
1413

1514
![Application](https://raw.githubusercontent.com/Kitware/QuickView/master/QuickView-app.png)
1615

@@ -23,24 +22,25 @@ powerful analysis and visualization capabilities, without the steep learning cur
2322

2423
## Quick Start
2524

26-
- Install and launch the app for [end users](docs/setup/for_end_users.md)
27-
or [app developers](docs/setup/for_app_developers.md).
25+
- Install and launch the app for [end users](docs/setup/for_end_users.md) or
26+
[app developers](docs/setup/for_app_developers.md).
2827
- Download connectivity files of EAM's cubed-sphere grids from
2928
[Zenodo](https://doi.org/10.5281/zenodo.16908566).
30-
- Optional: download [sample simulation output](https://zenodo.org/records/16922607)
31-
to test the app.
32-
- For EAMv2 and v3 developers and users: if your simulation data files
33-
are *not* the original files written out by the model,
34-
i.e., if your files were generated by NCO, CDO, etc.
35-
check QuickView's [data format requirements](docs/userguide/data_requirements.md).
36-
- For EAMxx developers and users: EAMxx's most recent output format
37-
changes might not have been accommodated. If your run into problems
38-
opening your data files, please check the
39-
[Issues tab on GitHub](https://github.com/ayenpure/QuickView/issues) and
40-
open a new issue if needed.
29+
- Optional: download
30+
[sample simulation output](https://zenodo.org/records/16922607) to test the
31+
app.
32+
- For EAMv2 and v3 developers and users: if your simulation data files are _not_
33+
the original files written out by the model, i.e., if your files were
34+
generated by NCO, CDO, etc. check QuickView's
35+
[data format requirements](docs/userguide/data_requirements.md).
36+
- For EAMxx developers and users: EAMxx's most recent output format changes
37+
might not have been accommodated. If your run into problems opening your data
38+
files, please check the
39+
[Issues tab on GitHub](https://github.com/ayenpure/QuickView/issues) and open
40+
a new issue if needed.
4141

42-
More detailed descriptions of how to download, install, and use QuickView
43-
can be found in the [documentation](https://quickview.readthedocs.io/en/latest/).
42+
More detailed descriptions of how to download, install, and use QuickView can be
43+
found in the [documentation](https://quickview.readthedocs.io/en/latest/).
4444

4545
## Project Background
4646

0 commit comments

Comments
 (0)