Releases: Kitware/pan3d
v0.10.3
v0.10.2
v0.10.2 (2024-11-16)
Bug Fixes
- vtk: Use explicit import (
628da61
)
Chores
-
binder: Allow OSMesa to drive wasm (
bceea41
) -
binder: Try to fix binder (
8757967
) -
binder: Remove vtk-osmesa post script (
1f6fe97
)
Continuous Integration
- Push only if a release was triggered (
bef1cb1
)
Documentation
- Fix readme links (
5fc4726
)
v0.10.1
v0.10.0
v0.10.0 (2024-11-15)
Bug Fixes
-
algo: Better print (
47d9a05
) -
slice: Make are required when no source (
335daa0
) -
jupyter: Update all notebooks (
44fcffa
) -
examples: Update config files (
737e92c
) -
algo: Array listing (
c823b16
) -
rendering: Disable rendering in testing (
3ff5360
) -
preview: Data info and progress (
39a4eeb
) -
pvxarray: Remove invalid import (
d7820e4
) -
dep: Properly describe dependencies (
0049e00
) -
Slicer: Improve slice explorer (
9c12281
) -
import/export: Add cli handling too (
239c661
) -
slices: Rename slicing and provide extents (
a271aed
) -
load_dataset: Rationalize data loading (
f00be9f
) -
slice-explorer: Properly handling coloring (
d379ce6
) -
xarray: Add algo support (
dfb767e
)
Code Style
- Format notebooks (
2ce17b2
)
Continuous Integration
-
Remove viewer test on windows due to rendering (
69b38d2
) -
Install osmesa on linux (
615c09d
) -
testing: Update py3.10 and fix accessor test (
b7ad050
) -
Disable rendering in viewer test (
ab67641
) -
linux: Install osmesa (
0108aaf
) -
Fix test dependencies (
8ae4b36
) -
Remove js build (
04b22cd
) -
Update testing and ci (
e8f3b72
)
Documentation
-
Rtd update (
cd200b2
) -
data: Add real data descriptor (
eedd9f0
) -
Update markdown with new images (
1d31187
)
Features
-
NaN: Add color picker for NaN (
2356832
) -
catalog: Add executable catalog browser (
e99cdeb
) -
wasm: Enable local rendering with wasm (
90f0c32
) -
scalarbar: Interactive scalarbar (
6ffef93
) -
preview: Add preview application (
266df73
) -
import/export: Add load/state on Xarrray source (
939d87b
) -
xarray: Add slicing and compute in algo (
d1fe31c
) -
xarray: Porting pyvista-xarray to pure vtk (
8fb49c4
)
Refactoring
Testing
- Fix data size (
2a1f166
)
v0.9.2
v0.9.1
v0.9.1 (2024-10-22)
Bug Fixes
- fix(explorer): gui and code cleanup (
8eb9ca4
)
Continuous Integration
- ci(black): update pre-commit version (
22f7dab
)
Unknown
- Merge pull request #122 from ayenpure/slice_explorer_v2
Adding key Slice Explorer v2 features (4f7d35b
)
-
fix (slice explorer) : Removing print statement (
ad928bb
) -
fix (slice explorer) : Fixing config path issue for example (
3bf3fe4
) -
fix (slice explorer) : Adding review changes to simplify code (
2598bde
) -
fix (slice explorer): Adding axis scaling controls
- Adding
scale_axis
property and related Trame fixin's to scale
data along a certain axis (3e16a11
)
- Adding
-
fix (slice explorer) : Adding time and slice sliders when drawer closed (
a2ce66a
)
v0.9.0
v0.9.0 (2024-10-10)
Documentation
- docs(contributing): update contributing guide (
d5dc425
)
Features
- feat(Slice Explorer): adding inital version of the slice explorer
Adding Slice Explorer
-- the main module in the explorers
directory
-- a driver example using python in examples
-- a jupyter notebook demo example (3147a46
)
Unknown
- Merge pull request #115 from Kitware/explorers
feat(Slice Explorer): adding inital version of the slice explorer (1d2e777
)
-
fix (refactor slice explorer): Addressing Seb review
Making necessary code maintainance and readability changes
Adding presets for diverging color maps
Expand and collapse drawer to expand render area
Adding support for varied datetime objects for time dimension
Adding documentation
fix(ci) : conditionally adding pykdtree w/o OpenMP (140e7ad
) -
Merge pull request #103 from ayenpure/fix_esgf_example
Fixing ESGF example : Set time dimension to t instead of z (4fef3d7
)
-
Fixing ESGF example : Set time dimension to t instead of z
This change sets the time dimension of the data to the T coordinate
instead of the Z coordinate while the example launches. (9b37d85
)
v0.8.9
v0.8.9 (2024-08-15)
Documentation
-
docs: Update interactive preview descriptions for 3D data (
87130cf
) -
docs: Add preview bounds explanation for 2D data (
1b49657
) -
docs: fix Catalogs tutorial link in GeoTrame tutorial (
ae2b38c
) -
docs: First pass at updating documentation (
3f97272
)
Fix
-
fix: Close menus for bounds configure and render options when nearby drawer changes state (
0396e36
) -
fix: update links to other tutorial pages (
c3393b5
)
Refactor
-
refactor: Apply new name in example notebooks (
31f78aa
) -
refactor: Apply new name in miscellaneous places (
4caea8b
) -
refactor: change name to GeoTrame in user-facing places (
8141701
)
Style
- style: Add trailing comma (
cdf7e21
)
Unknown
- Merge pull request #91 from Kitware/rename-and-docs-update-rebase
Merging renaming changes from pan3D-viewer
to geotrame
and all the associated documentation changes (4874ab9
)
- Merge pull request #89 from Kitware/fix_datetime_issues
Adding exception handling for cftime to datetime conversion (f16dd36
)