Skip to content

Latest commit

 

History

History
115 lines (69 loc) · 1.91 KB

File metadata and controls

115 lines (69 loc) · 1.91 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.4]

Authors

  • ljwoods2

Fixed

  • Dropped support for Python 3.10 and added support for 3.14

[0.3.3]

Fixed

  • Fixed erroneous warning thrown when correct number of frames was written (PR #88)

[0.3.2]

Authors

  • ljwoods2

Fixed

  • Pinned Zarr<3.0 to avoid issues importing LRUCache (Issue #81, PR #80)

Changed

  • Added tests for Python 3.13 (Issue #84, PR #83)

[0.3.1]

Authors

  • ljwoods2

Fixed

  • Fixed ZARRH5MDWriter bug which caused writer to fail unexpectedly on writing scalar ts.data attributes

Changed

  • Relicense to MIT (Issue #74)

[0.3.0] 2024-10-24

Authors

  • ljwoods2

Added

  • added CITATION.cff file (issue #69, PR #68)

[0.2.1] 2024-07-28

Authors

  • ljwoods2

Added

  • Experimental support for Google Cloud Buckets and Azure Blob Storage & Data Lakes

Fixed

  • Fixed bug which caused writer to fail when optional n_frames kwarg not provided

Changed

Deprecated

[0.2.0]

Authors

  • ljwoods2

Added

  • Rewrite of repository, zarrtraj supports reading H5MD-formatted files

Fixed

Changed

Deprecated

  • Proprietary zarrtraj format no longer supported

[0.1.0]

Authors

  • ljwoods2

Added

  • implemented v0.1.0 zarrtraj spec

Fixed

Changed

Deprecated