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.3

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

- 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 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

- 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 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.

- Python
Published by trhallam almost 2 years ago

segysak - v0.4.3

Depreciate RTD documentation.

- Python
Published by trhallam almost 2 years ago

segysak -

Documentation release

- Python
Published by trhallam almost 2 years ago

segysak - v0.4.1

Minor bug fixes and updates.

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

- 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.4

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

- Python
Published by trhallam about 4 years ago

segysak - v0.3.3

Fix segy_writer not updating binary headers for 3d volume.

- Python
Published by trhallam over 4 years ago

segysak - v0.3.2

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

- Python
Published by trhallam over 4 years ago

segysak - v0.3.1

FIxes None bug for click>=8

- Python
Published by trhallam over 4 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_freeloader and segy_freewriter for 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.10

Added get_affine_transform to .seis for plotting and data transforms.

- Python
Published by trhallam almost 5 years ago

segysak - v0.2.9

CLI Converter now handles multiple file input and output with internal for loops.

- Python
Published by trhallam almost 5 years ago

segysak - v0.2.8

Bug fix to force header output to fit int32 in SEGY Conversion of documentation to py files and added IPYNB download to docs.

- Python
Published by trhallam about 5 years ago

segysak - v0.2.7

  • Fixes to 2D loaders.
  • Support for float (sub integer) values on vertical axis.
  • Experimental support for ZGY - requires manual install of openZGY.

- Python
Published by trhallam about 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.5

End Transform 2020

Add arbline extraction. Fixed export for 3D SEG-Y Improved Documentation and Examples

- 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

segysak - v0.2.2

Patch cli bug from 0.2.1

- Python
Published by trhallam over 5 years ago

segysak - v0.2.1

First public appearance on Pypi

- Python
Published by trhallam over 5 years ago

segysak - v0.2.1a pypi test

- Python
Published by trhallam over 5 years ago