Releases: TGSAI/mdio-python
Releases · TGSAI/mdio-python
v0.2.3
v0.2.2
Changes
🚀 Features
🪲 Fixes
- Fix memory safety bug on IBM to IEEE conversion using Numba on MacOS (#117) @tasansal
- Fix inconsistent accessor header chunking when Dask backend is used. (#113) @tasansal
📚 Documentation
- Fix CLI documentation typos and improve clarity on chunking shot data. (#118) @tasansal
- Add
multiprocessing
main guard information to documentation. (#108) @tasansal - Fix typos in getting started document. (#107) @tasansal
📦 Dependencies
- Update some dependencies and bump MDIO version to
v0.2.2
(#119) @tasansal - Bump zarr from 2.12.0 to 2.13.2 (#91) @dependabot
- Bump poetry from 1.2.0 to 1.2.1 in /.github/workflows (#71) @dependabot
- Bump sphinx from 5.1.1 to 5.2.3 in /docs (#72) @dependabot
- Bump furo from 2022.6.21 to 2022.9.29 in /docs (#73) @dependabot
- Bump myst-nb from 0.16.0 to 0.17.1 in /docs (#75) @dependabot
v0.2.1
Changes
🚀 Features
- Make
storage_options
consistent with fsspec to be able to pass local cache directory (#62) @sanath-2024
🪲 Fixes
👷 Continuous Integration
- Add markdown extension for trailing whitespace fix pre-commit hook (#67) @tasansal
- Update
.gitignore
for cached files and PyCharm project files (#57) @srib
📚 Documentation
📦 Dependencies
v0.2.0
v0.1.6
Changes
- Patch Release
v0.1.6
(#48) @tasansal - Improved ZFP compression quality using
FIXED-ACCURACY
mode (#46) @tasansal - fix rendering of text box for a note (#25) @srib
👷 Continuous Integration
📚 Documentation
📦 Dependencies
- Bump pytest from 7.1.2 to 7.1.3 (#37) @dependabot
- Bump pathspec from 0.10.0 to 0.10.1 (#40) @dependabot
- Bump google-api-core from 2.8.2 to 2.10.0 (#38) @dependabot
- Bump azure-core from 1.25.0 to 1.25.1 (#36) @dependabot
- Bump google-crc32c from 1.3.0 to 1.5.0 (#32) @dependabot
- Bump black from 22.6.0 to 22.8.0 (#31) @dependabot
- Bump poetry from 1.2.0rc2 to 1.2.0 in /.github/workflows (#26) @dependabot
- Bump pathspec from 0.9.0 to 0.10.0 (#28) @dependabot
- Bump virtualenv from 20.16.3 to 20.16.4 in /.github/workflows (#27) @dependabot
v0.1.5
v0.1.4
Changes
🚀 Features
🪲 Fixes
- Fixed opening cloud files with
/
separator (#21) @tasansal - Change underscore typo to hyphen in cli
compression-ratio
option for consistency (#17) @tasansal
📦 Dependencies
- Bump distlib from 0.3.5 to 0.3.6 (#19) @dependabot
- Bump poetry from 1.2.0rc1 to 1.2.0rc2 in /.github/workflows (#18) @dependabot
v0.1.3
v0.1.1
Changes
- Patch Release 0.1.1 (#14) @tasansal
- Fix wrong links in README.md (#12) @tasansal
- Get MDIO version from main package using
mdio.__version__
(#9) @tasansal
📚 Documentation
- Fix broken links in README.md (#11) @tasansal
- Add Install Instructions and Improve README.md (#10) @tasansal
- Fix typo in README.md (#8) @tasansal