Skip to content

Releases: TGSAI/mdio-python

v0.7.0

10 Mar 19:27
64b9ded
Compare
Choose a tag to compare

Changes

🚀 Features

👷 Continuous Integration

  • Update Coverage GitHub Action to v4 and Add Token (#360) @tasansal

📚 Documentation

🔨 Refactoring

📦 Dependencies

v0.6.0

08 Jan 15:34
ec0b3cd
Compare
Choose a tag to compare

Changes

🚀 Features

👷 Continuous Integration

  • Bump actions/{upload,download}-artifact from 3 to 4 (#334) @tasansal

📦 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

25 Oct 16:11
ff7bc3d
Compare
Choose a tag to compare

Changes

🚀 Features

📚 Documentation

  • Fix RtD index page links and update documentation links and naming. (#286) @tasansal

📦 Dependencies

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