Releases: TGSAI/mdio-python
Releases · TGSAI/mdio-python
v0.7.0
Changes
🚀 Features
👷 Continuous Integration
📚 Documentation
🔨 Refactoring
📦 Dependencies
- Update Numba 0.59 from experimental to stable (#363) @tasansal
- Bump actions/cache from 3 to 4 (#345) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#349) @dependabot
- Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#350) @dependabot
- Bump linkify-it-py from 2.0.2 to 2.0.3 in /docs (#351) @dependabot
- Bump furo from 2023.9.10 to 2024.1.29 in /docs (#343) @dependabot
v0.6.0
Changes
🚀 Features
- Improved logging in autochannelwrap. (#332) @markspec
- Python 3.12 Support (#333) @tasansal
- Add a dev container to facilitate easy development environment (#277) @markspec
👷 Continuous Integration
📦 Dependencies
- Bump actions/setup-python from 3 to 5 (#324) @dependabot
- Bump pip from 23.3.1 to 23.3.2 in /.github/workflows (#322) @dependabot
- Bump sphinx-click from 5.0.1 to 5.1.0 in /docs (#318) @dependabot
- Bump virtualenv from 20.24.7 to 20.25.0 in /.github/workflows (#321) @dependabot
- Update dependencies for CI/CD and resolve vulnerable dependencies. (#320) @tasansal
- Bump pip from 23.2.1 to 23.3.1 in /.github/workflows (#301) @dependabot
- Bump virtualenv from 20.24.5 to 20.24.6 in /.github/workflows (#302) @dependabot
- Bump release-drafter/release-drafter from 5.24.0 to 5.25.0 (#303) @dependabot
v0.5.3
Changes
🚀 Features
📚 Documentation
📦 Dependencies
- Update dask requirement. (#299) @markspec
- Bump actions/checkout from 3 to 4 (#287) @dependabot
- Bump crazy-max/ghaction-github-labeler from 4 to 5 (#288) @dependabot
- Bump virtualenv from 20.24.4 to 20.24.5 in /.github/workflows (#294) @dependabot
- Bump pyupgrade from 3.11.0 to 3.14.0 (#297) @dependabot
- Bump sphinx from 7.2.5 to 7.2.6 in /docs (#295) @dependabot
v0.5.2
v0.5.1
Changes
🪲 Fixes
📦 Dependencies
- Update Furo to fix failing Readthedocs build (#280) @tasansal
- Pin
fsspec
because 2023.9.0 is breaking (#282) @tasansal - Bump gitpython from 3.1.32 to 3.1.34 (#275) @tasansal
- Bump virtualenv from 20.24.2 to 20.24.4 in /.github/workflows (#269) @dependabot
- Bump sphinx from 7.2.3 to 7.2.5 in /docs (#274) @dependabot
v0.5.0
Changes
🚀 Features
👷 Continuous Integration
- Update labeler version to
v4
from long version (#265) @tasansal - Update CI/CD dependency versions to latest (#262) @tasansal
- Update Docs Dependencies:
sphinx
,sphinx-click
,myst-parser
,myst-nb
,furo
. (#261) @tasansal
📦 Dependencies
- Update development dependencies to latest (linting, tests, etc.) (#264) @tasansal
- Update runtime dependency versions to latest:
dask
,tqdm
,click
,zarr
,numba
,segyio
,distributed
(#263) @tasansal - Update Docs Dependencies:
sphinx
,sphinx-click
,myst-parser
,myst-nb
,furo
. (#261) @tasansal - Drop Python 3.8 Support to Enable Newer Dependencies (#260) @tasansal
v0.4.2
Changes
🚀 Features
🪲 Fixes
📦 Dependencies
- Bump pip from 23.1.2 to 23.2.1 in /.github/workflows (#252) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#249) @dependabot
- Bump virtualenv from 20.23.1 to 20.24.2 in /.github/workflows (#253) @dependabot
v0.4.1
Changes
🪲 Fixes
📦 Dependencies
- Bump virtualenv from 20.23.0 to 20.23.1 in /.github/workflows (#237) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#239) @dependabot
- Bump release-drafter/release-drafter from 5.23.0 to 5.24.0 (#240) @dependabot
v0.4.0
Changes
💥 Breaking Changes
🚀 Features
- Rename
shot
Key in Grid Overrides toshot_point
(#231) @tasansal - Adds greater shot ingestions flexibility (#213) @markspec
- Support more data types for parsing headers during ingestion. (#212) @tasansal
🔨 Refactoring
📦 Dependencies
- Downgrade
furo
becausemyst_nb
conflict (`sphinx<6') (#228) @tasansal - Bump linkify-it-py from 2.0.0 to 2.0.2 in /docs (#220) @dependabot
- Bump furo from 2023.3.27 to 2023.5.20 in /docs (#219) @dependabot
- Bump poetry from 1.4.2 to 1.5.1 in /.github/workflows (#217) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 (#218) @dependabot
- Update minor version of
click-params
to0.4.0
(#215) @tasansal