Skip to content

Releases: Kitware/pan3d

v0.10.3

22 Nov 22:11
Compare
Choose a tag to compare

v0.10.3 (2024-11-22)

Bug Fixes

  • binder: Update XArrayViewer to check for gpu (12ab9c4)

Also fix typo in esgf notebook

Documentation

  • examples: Update esgf example - add markup cells, update config (c33fde6)

  • examples: Update pangeo example - add markup cells, update config (0965b0b)

v0.10.2

16 Nov 18:46
Compare
Choose a tag to compare

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

v0.10.1

15 Nov 19:45
Compare
Choose a tag to compare

v0.10.1 (2024-11-15)

Bug Fixes

  • api: Remove disable rendering and add api doc (0d94995)

Documentation

  • Update names and tutorial images (38b0935)

v0.10.0

15 Nov 01:00
Compare
Choose a tag to compare

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

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

  • Remove deprecated code (683beec)

  • preview: Break into independant ui pieces (35064fe)

Testing

v0.9.2

22 Oct 23:15
Compare
Choose a tag to compare

v0.9.2 (2024-10-22)

Bug Fixes

  • fix(import): correct import pattern (4d478bf)

  • fix(preset): centralize util methods (1f4eaf0)

v0.9.1

22 Oct 22:33
Compare
Choose a tag to compare

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)
  • fix (slice explorer) : Adding time and slice sliders when drawer closed (a2ce66a)

v0.9.0

10 Oct 20:07
Compare
Choose a tag to compare

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

15 Aug 16:37
Compare
Choose a tag to compare

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)

  • Reformatting file (18667db)

  • Fixing CI errors (8e4ceaf)

  • Adding exception handling for cftime to datetime conversion

    It appears that certain cftime objects do not readily support
    conversion to datetime objects. This change just returns the string
    for the cftime object in such failure. (2c656f2)

v0.8.8

01 Jul 23:13
Compare
Choose a tag to compare

v0.8.8 (2024-07-01)

Fix

v0.8.7

01 Jul 23:02
Compare
Choose a tag to compare

v0.8.7 (2024-07-01)

Fix