Releases: trhallam/segysak
Releases · trhallam/segysak
v0.5.4
v0.5.3
v0.5.2
Breaking 🔥
Major changes to the CLI interface have been introduced. Check the documentation for details.
- Update CLI with pipelines by @trhallam in #135
- Change CLI to use Xarray backend by @trhallam in #135
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
v0.5
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 fromseis
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
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 fromseis
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.