Skip to content

v0.0.15

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 01:03
· 69 commits to refs/heads/main since this release
ed9c2c6

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