Skip to content

v0.5.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@trhallam trhallam released this 21 May 10:54
· 50 commits to main since this release

v0.5.0 release candidate1

  • Migrated documentation to Mkdocs and Gh-pages
  • Add Xarray lazy backend support xr.open_dataset('file.sgy')
  • Removed legacy zgy support in favour of PyZgy.
  • Added accessor space for segysak to improve functionality of Dataset and DataArray. Ported some functionality from seis accssor.
  • Move attrs into a JSON string on the Dataset/DataArray to improve compatability with other backends.
  • Add Progress class for global specification of silent. Breaking change removes silient as argument for all SEGY-SAK methods.
  • Add LSQ affine transform calculations for more robust definition of transforms.
  • Migrate KeyFields to python builtin dataclass.
  • Migrate project to Pyproject.toml and Hatch build system to support multi-version testing with hatch test --all.
  • Update documentation and examples to new methods.
  • Documentation uses mike for version control.