Releases: asdf-format/asdf-java
Releases · asdf-format/asdf-java
v0.1-alpha-8
Full Changelog: v0.1-alpha-7...v0.1-alpha-8
v0.1-alpha-7
v0.1-alpha-6
What's Changed
- LZ4 compressor + generalize reference file testing by @eslavich in #12
- Another tweak to publish by @eslavich in #13
Full Changelog: v0.1-alpha-5...v0.1-alpha-6
v0.1-alpha-5
Full Changelog: v0.1-alpha-4...v0.1-alpha-5
v0.1-alpha-4
What's Changed
- Add convenience methods for fetching optional values by @eslavich in #10
- Fix bug in BooleanAsdfNode error message by @eslavich in #11
Full Changelog: v0.1-alpha-3...v0.1-alpha-4
v0.1-alpha-3
What's Changed
- Support variable-length ndarray datatypes (block storage only) by @eslavich in #4
- Run tests in GitHub Actions with code coverage by @eslavich in #5
- Increase test coverage by @eslavich in #7
- Test coverage for scalar node types (except NUMBER) by @eslavich in #8
- Add tests for NUMBER node by @eslavich in #9
Full Changelog: v0.1-alpha-2...v0.1-alpha-3
v0.1-alpha-2
What's Changed
Full Changelog: v0.1-alpha-1...v0.1-alpha-2
v0.1-alpha-1
Initial alpha release to share progress. Library is now capable of reading uncompressed arrays stored in blocks (inline arrays not yet implemented).