Skip to content

Releases: trhallam/segysak

v0.5.4

10 Sep 12:16
32395aa
Compare
Choose a tag to compare

Documetation Release

  • Add depth conversion example.
  • Update main README

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

22 Aug 16:36
Compare
Choose a tag to compare

Documetation Release

  • Improve docs layout.
  • Improved doc strings of scale_coords #137
  • Add stable docs version to track PyPi
  • Convert README to MD from RST

Breaking 🔥

None

Major ❗️

None

Minor 🙂

  • Fix issues with CICD pipelines

v0.5.2

16 Aug 10:11
68f9e54
Compare
Choose a tag to compare

Breaking 🔥

Major changes to the CLI interface have been introduced. Check the documentation for details.

Major ❗️

None

Minor 🙂

  • Improve progress reporting when using Dask for lazy/chunk based operations

Full Changelog: v0.5.1...v0.5.2

v0.5.1

01 Aug 09:35
65ead80
Compare
Choose a tag to compare

Breaking 🔥

None

Major ❗️

None

Minor 🙂

  • Add improved error messages for in fuction package assertion tests by @trhallam in #133

Full Changelog: v0.5...v0.5.1

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