Skip to content

Releases: TGSAI/segy

v0.1.2

20 Jun 15:21
42f3021
Compare
Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

v0.1.1

19 Jun 17:20
2968eff
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add dynamic fields to default text header (#130) @tasansal
  • Add header aliases for querying and modifying headers (#85) @tasansal

🚨 Testing

📚 Documentation

🔨 Refactoring

  • Simplify SEG-Y parsing settings and documentation cleanup (#129) @tasansal

v0.1.0

05 Jun 17:03
9337e2a
Compare
Choose a tag to compare

Changes

🚀 Features

  • Rename and reorganize schemas. (#121) @tasansal
  • Improve field management for StructuredDataTypeDescriptor (add/remove) (#86) @tasansal
  • Headers: Change interface to use byte location instead of offset (#117) @tasansal

📚 Documentation

📦 Dependencies

v0.0.16

07 May 18:33
8f69b6e
Compare
Choose a tag to compare

Changes

🚀 Features

  • Refactor SEG-Y standard registration and retrieval and make it more strict (#81) @tasansal

🔨 Refactoring

  • Decoupled transformation logic from SegyFile (#84) @ta-hill
  • Update canonical SEG-Y header field names in SEGY standards revisions 0 and 1 (#82) @tasansal

📦 Dependencies

v0.0.15

05 Apr 01:03
ed9c2c6
Compare
Choose a tag to compare

Changes

🚀 Features

  • Make transforms in-place and remove unnecessary transforms to simplify logic (#80) @tasansal
  • Make fetched raw bytes mutable for downstream transforms (#79) @tasansal

🪲 Fixes

  • Override Numpy's copy method to SegyArray to ensure uninterpreted bytes are preserved. (#78) @tasansal

👷 Continuous Integration

  • Fix broken CI: Make CI tooling constraint paths absolute (#77) @tasansal

v0.0.14

03 Apr 19:10
575510f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Support for handling IBM float trace headers (#60) @ta-hill

🪲 Fixes

  • Write number of samples are sample rate to trace header only if field exists (#59) @tasansal

🚨 Testing

📚 Documentation

📦 Dependencies

v0.0.13

27 Mar 23:59
2d3b175
Compare
Choose a tag to compare

Changes

🔨 Refactoring

  • Refactor endianness, byte swaps, and indexers to be more standardized. (#57) @tasansal

💄 Style

v0.0.12

26 Mar 17:10
3437551
Compare
Choose a tag to compare

Changes

🚀 Features

📦 Dependencies

v0.0.11

22 Mar 22:02
8b44ed6
Compare
Choose a tag to compare

Changes

🚀 Features

🪲 Fixes

📚 Documentation

🔨 Refactoring

v0.0.10

11 Mar 23:13
1f37036
Compare
Choose a tag to compare

Changes

📚 Documentation