Skip to content

Releases: TGSAI/mdio-python

v1.1.1

17 Nov 20:40

Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

  • Fix cdp-x/y coordinate dimensionality on 2d/3d gathers by removing redundant offset dimension (#751) @tasansal
  • Fix compression and serializer encodings (#748) @BrianMichell

👷 Continuous Integration

  • Update ci/cd deps: matplotlib, aiohttp, and nox (#752) @tasansal

📦 Dependencies

v1.1.0

31 Oct 21:44

Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

📚 Documentation

🔨 Refactoring

v1.0.9

24 Oct 20:07

Choose a tag to compare

Changes

🚀 Features

  • Remove gun logical coordinate from seismicPreStackShotGathers2D template (#729) @tasansal

📚 Documentation

  • Add template tutorial including custom template registry. (#726) @tasansal
  • Make corrupt file tutorial execute during documentation build. (#727) @tasansal
  • Update tutorials index with introduction and list of tutorials (#725) @tasansal

v1.0.8

17 Oct 22:27
12436ff

Choose a tag to compare

Changes

  • Release 1.0.8 with bug fixes and QOL improvements (#724) @tasansal

🚀 Features

  • Add __repr__ and _repr_html_ to builder and template (#719) @BrianMichell
  • Make templates more clear by removing spatial dim names, and also allow changing full chunk shape. (#722) @tasansal

🪲 Fixes

📚 Documentation

🔨 Refactoring

  • Make templates more clear by removing spatial dim names, and also allow changing full chunk shape. (#722) @tasansal
  • Refactor template registry and return instances of templates. (#717) @BrianMichell

v1.0.7

15 Oct 01:16
69dcc2a

Choose a tag to compare

Changes

  • Version to 1.0.7 with coordinate and I/O logging enhanchements (#715) @tasansal

🚀 Features

  • Generalized specification of variable / coordinate / dimension units to templates. (#714) @tasansal
  • Use native zarr for trace worker instead of xarray for memory efficiency. (#710) @BrianMichell
  • Add missing coordiante_scalar to template validation (#713) @BrianMichell

🪲 Fixes

v1.0.6

08 Oct 22:40

Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

📦 Dependencies

  • Bump dependency versions to latest (#708) @tasansal
  • Bump TGSAI/segy minimum to 0.5.3 for CUSTOM standard rework (#707) @tasansal

v1.0.5

04 Oct 20:04

Choose a tag to compare

Changes

🚀 Features

  • Ensure header overrides functionality of TGSAI/segy is available and applied. (#700) @tasansal
  • Bump segy dependency to 0.5.2. (#699) @tasansal

🚨 Testing

🔨 Refactoring

📦 Dependencies

v1.0.4

01 Oct 00:20

Choose a tag to compare

Changes

🚀 Features

  • (Re)implement dynamic chunking for live mask and non-dimension coordinates (#660) @BrianMichell
  • Environment variable flag to preserve unmodified, raw binary header from SEG-Y in segy_file_header variable. (#683) @dmitriyrepin
  • Environment variable flag to preserve unmodified, raw trace headers from SEG-Y as variable. (#659) @BrianMichell

🪲 Fixes

📦 Dependencies

v1.0.3

19 Sep 16:53

Choose a tag to compare

Changes

🚀 Features

  • Supress expected warning related to splitting trace_mask and coordinate chunks during export (#674) @dmitriyrepin
  • Fix for hardcoded fill value for local grid map in trace worker (#666) @BrianMichell

🪲 Fixes

👷 Continuous Integration

v1.0.2

15 Sep 16:57

Choose a tag to compare

Changes

🚀 Features

📚 Documentation

  • Enable execution of quickstart for better rendering (#672) @tasansal

📦 Dependencies