Skip to content

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 14 Oct 11:17
· 37 commits to main since this release
8d3cf0a

1.16.0 (2025-10-14)

Features

  • Adds a hide_internal_tick_labels keyword to TiledDataset.plot() which removes the tick labels from tiels except along the bottom and left. (#626)

Bug Fixes

  • Fix bug that caused a slice of a sliced dataset to return the full dataset's FileManager loader array (#644)
  • Add support for globus_sdk>=4. (#645)

Trivial/Internal Changes

  • Clarifies wording about size and arrangement of files. Restructures the internals of FileManager slightly to make it inherit more cleanly. (#627)