Skip to content

Releases: TGSAI/mdio-python

v0.2.10

25 Apr 16:04
193dde7
Compare
Choose a tag to compare

Changes

👷 Continuous Integration

📚 Documentation

  • Fix Read The Docs build by setting Sphinx to 5.3.0 (#200) @tasansal

📦 Dependencies

v0.2.9

10 Mar 15:18
2cbc84c
Compare
Choose a tag to compare

Changes

📦 Dependencies

v0.2.8

04 Mar 14:30
9dcd735
Compare
Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

👷 Continuous Integration

📦 Dependencies

  • Bump poetry from 1.2.2 to 1.4.0 in /.github/workflows (#183) @dependabot
  • Bump release-drafter/release-drafter from 5.22.0 to 5.23.0 (#182) @dependabot
  • Bump pip from 23.0 to 23.0.1 in /.github/workflows (#184) @dependabot
  • Bump virtualenv from 20.17.1 to 20.20.0 in /.github/workflows (#185) @dependabot

v0.2.7

08 Feb 23:57
2de2e77
Compare
Choose a tag to compare

Changes

📦 Dependencies

v0.2.6

17 Jan 20:18
f60989d
Compare
Choose a tag to compare

Changes

  • Dependency updates release 0.2.6 (#165) @tasansal
  • Updated lock file to avoid a security vulnerability in gitpython (#163) @tasansal

🚀 Features

  • Improve developer Docker container and create MDIO user container (#138) @tasansal

📦 Dependencies

  • Allow major version upgrades on Dask and Distributed because they user CalVer (#164) @tasansal
  • Bump sphinx-click from 4.3.0 to 4.4.0 in /docs (#157) @dependabot
  • Bump pypa/gh-action-pypi-publish from 1.5.2 to 1.6.4 (#154) @dependabot
  • Bump furo from 2022.9.29 to 2022.12.7 in /docs (#156) @dependabot
  • Bump sphinx from 5.3.0 to 6.0.0 in /docs (#158) @dependabot
  • Bump virtualenv from 20.17.0 to 20.17.1 in /.github/workflows (#153) @dependabot
  • Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.2 (#140) @dependabot
  • Bump salsify/action-detect-and-tag-new-version from 2.0.2 to 2.0.3 (#139) @dependabot

v0.2.5

28 Nov 16:18
a048d57
Compare
Choose a tag to compare

Changes

🚀 Features

  • Refactor SEG-Y export to optimize memory usage. (#109) @tasansal

👷 Continuous Integration

  • Update GitHub runner dependencies for Python 3.11 (#135) @tasansal

📚 Documentation

📦 Dependencies

  • Bump minimum Dask / Distributed version requirement to 2022.11.0 and get memory improvements (#137) @tasansal

v0.2.4

15 Nov 03:59
6f95fa5
Compare
Choose a tag to compare

Changes

🚀 Features

  • Improve developer Docker environment and instructions. (#133) @tasansal
  • Make default ingestion chunks smaller from ~4-8 MB to ~1 MB. (#131) @tasansal
  • Docker development environment. (#130) @tasansal

👷 Continuous Integration

  • Make tests use synchronous scheduler during Dask export. (#132) @tasansal

📦 Dependencies

  • Update CI/CD dependencies and bump version. (#134) @tasansal
  • Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 (#122) @dependabot
  • Bump salsify/action-detect-and-tag-new-version from 2.0.1 to 2.0.2 (#124) @dependabot

v0.2.3

25 Oct 21:48
06280a8
Compare
Choose a tag to compare

Changes

📦 Dependencies

v0.2.2

25 Oct 21:15
09f324e
Compare
Choose a tag to compare

Changes

🚀 Features

  • ISO 8601 creation time with time-zone information when ingesting SEG-Y (#115) @tasansal

🪲 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

v0.2.1

26 Sep 00:58
17d6e5b
Compare
Choose a tag to compare

Changes

🚀 Features

  • Make storage_options consistent with fsspec to be able to pass local cache directory (#62) @sanath-2024

🪲 Fixes

  • Pass package version to CLI command explicitly (#56) @tasansal

👷 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

  • Add cloud service provider connection string documentation (#66) @tasansal

📦 Dependencies