Skip to content

Releases: trhallam/segysak

v0.5

11 Jun 14:48
901abac
Compare
Choose a tag to compare

v0.5.0

  • 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.
  • Migrate project to Hatch build system

v0.5.0rc1

21 May 10:54
Compare
Choose a tag to compare
v0.5.0rc1 Pre-release
Pre-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.

v0.4.3

21 May 10:03
Compare
Choose a tag to compare

Depreciate RTD documentation.

v0.4.2

17 May 16:14
dd41929
Compare
Choose a tag to compare

Documentation release

v0.4.1

17 May 09:15
Compare
Choose a tag to compare

Minor bug fixes and updates.

  • Fix pyproject.toml misconfiguration for pip and setuptools.
  • Add depreciation warning to RTD docs for upcoming release.

v0.4

07 Mar 12:38
7506bac
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/trhallam/segysak/commits/v0.4rc1

v0.4rc1

23 Feb 18:20
7506bac
Compare
Choose a tag to compare
v0.4rc1 Pre-release
Pre-release

What's Changed

Full Changelog: https://github.com/trhallam/segysak/commits/v0.4rc1

v0.3.4

08 Feb 15:19
Compare
Choose a tag to compare

Changes:

  • Adjusted get_affine_transform to solve Affine matrix coefficients explicitly using back substitution.
  • Removed support for subsurface pending upstream fixes to support Pandas >= 1.4
  • Testing bug fixes

v0.3.3

20 Sep 08:18
Compare
Choose a tag to compare

Fix segy_writer not updating binary headers for 3d volume.

v0.3.2

15 Jul 12:22
Compare
Choose a tag to compare

Document typo fixes
Fix FrozenDict error on setting byte locations of segy_writer