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.
- ljwoods2
- Dropped support for Python 3.10 and added support for 3.14
- Fixed erroneous warning thrown when correct number of frames was written (PR #88)
- ljwoods2
- Pinned Zarr<3.0 to avoid issues importing LRUCache (Issue #81, PR #80)
- Added tests for Python 3.13 (Issue #84, PR #83)
- ljwoods2
- Fixed ZARRH5MDWriter bug which caused writer to fail unexpectedly on writing scalar ts.data attributes
- Relicense to MIT (Issue #74)
- ljwoods2
- added CITATION.cff file (issue #69, PR #68)
- ljwoods2
- Experimental support for Google Cloud Buckets and Azure Blob Storage & Data Lakes
- Fixed bug which caused writer to fail when optional
n_frameskwarg not provided
- ljwoods2
- Rewrite of repository, zarrtraj supports reading H5MD-formatted files
- Proprietary zarrtraj format no longer supported
- ljwoods2
- implemented v0.1.0 zarrtraj spec