Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 20:07
· 76 commits to main since this release

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)