Skip to content

Releases: TGSAI/segy

v0.1.6

09 Aug 21:38
af668d8
Compare
Choose a tag to compare

Changes

🪲 Fixes

  • Fix bug in decoding IBM-float values in trace accessor (#175) @tasansal

👷 Continuous Integration

  • Update CI/CD and documentation build dependencies. (#169) @tasansal

v0.1.5

29 Jul 15:19
60d67e6
Compare
Choose a tag to compare

Changes

🪲 Fixes

📦 Dependencies

v0.1.4

24 Jun 22:23
df22ea3
Compare
Choose a tag to compare

Changes

🚀 Features

🔨 Refactoring

  • Separate endianness inference to its own function (#139) @tasansal

v0.1.3

21 Jun 18:27
48b5c42
Compare
Choose a tag to compare

Changes

🪲 Fixes

  • Fix logical error in array item checks (#138) @tasansal
  • Correct mapping for LineNumber in SEGYIO_BIN_FIELD_MAP (#137) @tasansal
  • Update array function calls to handle subclasses (#136) @tasansal
  • Implement numpy concatenate support in SegyArray (#135) @tasansal

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