Skip to content

Releases: TGSAI/mdio-python

v0.9.3

19 Jul 04:03
12c29a4
Compare
Choose a tag to compare

Changes

🔨 Refactoring

  • Refactor SEG-Y ingestion workers to create new SegyFile instances instead of passing from main process (#575) @tasansal

📦 Dependencies

v0.9.2

20 May 12:36
43a618d
Compare
Choose a tag to compare

Changes

🔨 Refactoring

  • Unwrap missed lines that fit in new 100 character limit (#548) @tasansal
  • Switch to Ruff for formatting and linting (#544) @tasansal

📦 Dependencies

v0.9.1

30 Apr 14:53
abcec1d
Compare
Choose a tag to compare

Changes

📚 Documentation

  • Make creation tutorial page title shorter (#541) @tasansal
  • Remove autodoc-pydantic from docs dependencies (#540) @tasansal
  • Improve Documentation Grouping and Features (#539) @tasansal
  • Update CONTRIBUTING.md for Python version requirement and coverage (#538) @tasansal
  • Update RTD config to use Ubuntu 22.04 and Python 3.13 (#536) @tasansal

💄 Style

  • Update static analysis and coverage configurations (#542) @tasansal
  • Add .editorconfig file for consistent code formatting (#537) @tasansal

📦 Dependencies

v0.9.0

16 Apr 23:20
Compare
Choose a tag to compare

Changes

🚀 Features

📚 Documentation

  • Add MDIO creation functions to API reference docs (#532) @tasansal

📦 Dependencies

v0.8.5

17 Feb 19:16
e51d48e
Compare
Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

  • Export: With selection mask, during merge, skip processing blocks with no live traces (#508) @tasansal
  • Improve cut logic to handle 2D more efficiently (#507) @tasansal
  • Fix padded dimension handling in SEG-Y serialization worker (#506) @tasansal
  • Fix incorrect SEG-Y export order due to tree reduction oversight (#504) @tasansal

🚨 Testing

  • Add unit tests for exporting SEG-Y with nD grids and masked exports (#512) @tasansal

📚 Documentation

  • Clarify buffered read env. var. parameterization values (#495) @tasansal

🔨 Refactoring

  • Reuse concat_files function in SEG-Y record merge (#510) @tasansal

📦 Dependencies

v0.8.4

11 Jan 16:27
a0780fe
Compare
Choose a tag to compare

Changes

🚀 Features

  • Allow configuring input and output storage options in SEG-Y ingestion (#479) @tasansal

🪲 Fixes

🔨 Refactoring

📦 Dependencies

v0.8.3

06 Dec 22:58
373180f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Move MDIO__IMPORT__CPU_COUNT environment variable getter to function scope (#471) @tasansal

🪲 Fixes

  • Fix crash in header parsing when trace count is parsing block_size + 1 (#477) @tasansal

📦 Dependencies

v0.8.2.post1

29 Nov 00:14
f63bb8a
Compare
Choose a tag to compare

Changes

📦 Dependencies

v0.8.2

27 Nov 17:55
c8d6f09
Compare
Choose a tag to compare

Changes

🚀 Features

  • New "Cloud Native" mode for ingesting remote files from a cloud environment (#467) @tasansal

🪲 Fixes

  • Refactor trace header handling to fix memory efficiency regression (#469) @tasansal

📦 Dependencies

v0.8.1

26 Sep 22:13
2516c38
Compare
Choose a tag to compare

Changes

🚀 Features

  • Allow import/export completely custom SEG-Y via spec override environment variable (#440) @tasansal

📦 Dependencies