Recent Releases of segysak
segysak - v0.5.4
Documetation Release
- Add depth conversion example.
- Update main README
What's Changed
- Ex depth conversion by @trhallam in https://github.com/trhallam/segysak/pull/138
Full Changelog: https://github.com/trhallam/segysak/compare/v0.5.3...v0.5.4
- Python
Published by trhallam over 1 year ago
segysak - 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 https://github.com/trhallam/segysak/pull/135
- Change CLI to use Xarray backend by @trhallam in https://github.com/trhallam/segysak/pull/135
Major ❗️
None
Minor 🙂
- Improve progress reporting when using Dask for lazy/chunk based operations
Full Changelog: https://github.com/trhallam/segysak/compare/v0.5.1...v0.5.2
- Python
Published by trhallam over 1 year ago
segysak - v0.5.1
Breaking 🔥
None
Major ❗️
None
Minor 🙂
- Add improved error messages for in fuction package assertion tests by @trhallam in https://github.com/trhallam/segysak/pull/133
Full Changelog: https://github.com/trhallam/segysak/compare/v0.5...v0.5.1
- Python
Published by trhallam over 1 year ago
segysak - 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
segysakto improve functionality of Dataset and DataArray. Ported some functionality fromseisaccssor. - 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
mikefor version control. - Migrate project to Hatch build system
- Python
Published by trhallam over 1 year ago
segysak - 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
segysakto improve functionality of Dataset and DataArray. Ported some functionality fromseisaccssor. - 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
mikefor version control.
- Python
Published by trhallam almost 2 years ago
segysak - v0.4
What's Changed
- Fix notebook example errors by @trhallam in https://github.com/trhallam/segysak/pull/114
- Update GitHub actions by @trhallam in https://github.com/trhallam/segysak/pull/115
- Fix text header creation by @trhallam in https://github.com/trhallam/segysak/pull/116
Full Changelog: https://github.com/trhallam/segysak/commits/v0.4rc1
- Python
Published by trhallam almost 3 years ago
segysak - v0.4rc1
What's Changed
- Fix notebook example errors by @trhallam in https://github.com/trhallam/segysak/pull/114
- Update GitHub actions by @trhallam in https://github.com/trhallam/segysak/pull/115
- Fix text header creation by @trhallam in https://github.com/trhallam/segysak/pull/116
Full Changelog: https://github.com/trhallam/segysak/commits/v0.4rc1
- Python
Published by trhallam almost 3 years ago
segysak - v0.3.0
v0.3.0
Transform 2021 Release:
Contains updates, fixes and improvements from the T21 Hackathon sprint. Thanks to all who contributed!
Major Updates:
- Introduction of baked in ZGY support via Open-ZGY
- Performance improvements to xysel and line selection methods.
- Addition of
segy_freeloaderandsegy_freewriterfor arbitrarily dimensioned seismic. - First steps towards integration with
subsurface - Bug Fixes and Expanded Testing (+60 new tests)
- Many new and updated examples in the examples gallery.
- Addition of 2 hour tutorial and associated notebook.
- Documentation updates/improvements and edits including a contribution guide and COC.
- Python
Published by trhallam almost 5 years ago
segysak - v0.2.6
Back port of v0.3 features primarily for segy_writer but also including some updates to docs and bug fixes.
Patches for segywriter and docs. - segywriter function for 2d, 2dg, 3d, 3dg writing - updates to docs - contribution and coc guides - bug fixes
- Python
Published by trhallam over 5 years ago
segysak - v0.2.4
Transform 2020 midweek release. patch 0.2.3 for deployment.
- Update docs
- Update xy sampling
- More Detailed Examples
- Speed up header scan and increase robustness of segy_loader
- Fix segy output
- Improved header statistics and reporting
- Added scrape and dump to cli tool.
- Python
Published by trhallam over 5 years ago
segysak - v0.2.3
Transform 2020 midweek release,
- Update docs
- Update xy sampling
- More Detailed Examples
- Speed up header scan and increase robustness of segy_loader
- Fix segy output
- Improved header statistics and reporting
- Added scrape and dump to cli tool.
- Python
Published by trhallam over 5 years ago