Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@jokva jokva released this 26 Sep 12:31
· 328 commits to master since this release

1.7.0

  • segyio has learned to open non-ascii file paths on Windows
  • Fixed an issue where segyio-catr would sometimes print the same trace twice
  • segyio no longer incorrectly considers files where the
    inline/crossline/offset triple doesn't change sorted
  • The test suite has seen some overhaul, making test cases more focused on the
    actual thing to test
  • Checking sorting won't silently fail when the offset-word is broken
  • f.text is now a Sequence, meaning it has slicing and other common array
    operations
  • The makefiles no longer build both static and shared libraries, but rather
    respect the BUILD_SHARED_LIBS variable
  • Python 3.7 support
  • Various refactoring and internal improvements