Releases: SciQLop/CDFpp
Releases · SciQLop/CDFpp
v0.7.4
v0.7.3
- add numpy 2.0 support
Full Changelog: v0.7.2...v0.7.3
v0.7.2
- fixes broken majority swap
- avoid using numpy 2.0+ before ensuring we are compatible
Full Changelog: v0.7.1...v0.7.2
v0.7.1
- Fixes bug writing empty variables.
- Ensures numpy arrays passed to set variables values are C contiguous and are not views.
Full Changelog: v0.7.0...v0.7.1
v0.7.0
- adds support for CDF formats prior to 2.5
- makes macos arm64 wheel compatible with macos 11.0 instead of 11.7
- GH actions update
Full Changelog: v0.6.4...v0.7.0
v0.6.4
Mostly a rebuild with latest libdeflate.
Full Changelog: v0.6.3...v0.6.4
v0.6.3
- CI fixes
- Lower min x86_64 macos version from 11.7 to 10.15
Full Changelog: v0.6.2...v0.6.3
v0.6.2
- release the Python GIL as much as possible
- switch to cibuildwheel to increase OS and HW compatibility
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- use nodiscard for getters by @nicolasaunai in #23
- Fix empty attributes strings by @jeandet in #27
- Fixes #25 by @jeandet in #28
- Attributes values reset by @jeandet in #29
New Contributors
- @nicolasaunai made their first contribution in #23
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Fixes + Unfinished skeletons export by @jeandet in #18
- Adds Python 3.12 support by @jeandet in #20
- Switch to gh self hosted runner for MacOs ARM by @jeandet in #21
- Always expose record count as first dimension (even with NRV variables) by @jeandet in #22
Full Changelog: v0.5.0...v0.6.0