Releases: equinor/seismic-zfp
Releases · equinor/seismic-zfp
v0.4.0
Overview
This is a minor release rather than a patch release to signify that numpy 2 compatibility can be expected, provided that zfpy>=1.0.1 is installed. Functions deprecated in numpy 2 have been removed, but since this is a pure-Python module some environments using numpy<2.0 and zfpy<1.0.1 can also be expected to work.
What's Changed
New Contributors
- @TovTyvold made their first contribution in #97
Full Changelog: v0.3.6...v0.4.0
v0.3.6
- adds use_higher_samples_precision option to StreamConverter
- Specifies whether to use higher precision for the sample interval and sample time.
Default isFalse
. When set toTrue
, stores sample interval and sample time as
64-bit floating-point numbers for increased precision. IfFalse
, they are stored
as 32-bit integers.
- Specifies whether to use higher precision for the sample interval and sample time.
v0.3.5
- Added new StreamConverter
- similar to NumpyConverter
- compresses a 3D numpy array to an SGZ file as a stream of chunks
- enables sequential compression without loading the entire array into memory
- Updated Numpy requirements to <2.0.0
v0.3.4
- Allocate space in header for floating-point sample interval + offset
v0.3.3
v0.3.2
Summary
- Bugfix for coordinate scalars coming from ZGY
- Minor performance fix
- Add Equinor boilerplate
- Upgrade dependencies to reduce vulnerabilities
What's Changed
- [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 by @da-wad in #77
- Hard coded source coordinate scalar to -100 when converting from zgy … by @dmlbarker in #84
- [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 by @snyk-bot in #80
- [Snyk] Security upgrade numpy from 1.21.3 to 1.22.2 by @snyk-bot in #78
- [Snyk] Security upgrade requests from 2.31.0 to 2.32.0 by @da-wad in #83
- [Snyk] Security upgrade fonttools from 4.38.0 to 4.43.0 by @da-wad in #82
- [Snyk] Security upgrade requests from 2.31.0 to 2.32.0 by @jafr67 in #86
New Contributors
- @dmlbarker made their first contribution in #84
- @snyk-bot made their first contribution in #80
- @jafr67 made their first contribution in #86
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
- Calculate and store sha1 hash of input data for quick comparison of files, see file-specification.md
- Improve
read_subvolume()
performance for large sub-arrays - Add support for creating SeismicZFP files in dbfs
- Add
--version
option to main CLI