Skip to content

Releases: TGSAI/mdio-python

v0.5.2

18 Sep 19:31
95bd831
Compare
Choose a tag to compare

Changes

📦 Dependencies

  • Require fsspec above 2023.9.1 due to problem in 2023.9.0 (#283) @tasansal

v0.5.1

15 Sep 15:59
0f29c91
Compare
Choose a tag to compare

Changes

🪲 Fixes

  • Pin header scan for SEG-Y to big endian due to segyio limitation (#281) @tasansal

📦 Dependencies

v0.5.0

25 Aug 18:10
be7d69f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Support for Seismic Data Ingestion Without Dimension-Specific Indexing (#248) @markspec

👷 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

07 Aug 17:33
2b57c70
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add QC for SEG-Y ingestion based on trace density. (#246) @markspec

🪲 Fixes

  • Cast coord_to_index return type to uint32 for larger ranges (#257) @tasansal

📦 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

24 Jul 19:16
cafef57
Compare
Choose a tag to compare

Changes

🪲 Fixes

  • Update logic for finding first non-zero sample index in SEG-Y data (#247) @tasansal

📦 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

26 Jun 20:41
dbd8d85
Compare
Choose a tag to compare

Changes

💥 Breaking Changes

  • Support more data types for parsing headers during ingestion. (#212) @tasansal

🚀 Features

  • Rename shot Key in Grid Overrides to shot_point (#231) @tasansal
  • Adds greater shot ingestions flexibility (#213) @markspec
  • Support more data types for parsing headers during ingestion. (#212) @tasansal

🔨 Refactoring

📦 Dependencies

v0.3.1

02 May 23:33
1078d82
Compare
Choose a tag to compare

Summary

This fixes the MDIO dependencies for a regression in zfpy wheels. We can't support ^1.0.0 until it is fixed. See PR below for more details.

Changes

📦 Dependencies

v0.3

02 May 22:27
4c16398
Compare
Choose a tag to compare

Changes

👷 Continuous Integration

  • Correct Poetry version constraints to the right file for Github runners. (#209) @tasansal

📦 Dependencies

v0.2.12

28 Apr 17:49
17dff51
Compare
Choose a tag to compare

Changes

🚀 Features

  • Ingestion: Replace multiprocessing.Pool with concurrent.futures.ProcessPoolExecutor (#202) @tasansal

v0.2.11

26 Apr 18:28
79e7008
Compare
Choose a tag to compare

Changes

🪲 Fixes

  • Fix crash when exporting to SEG-Y with missing axis=0 chunk in selection_mask (#201) @tasansal