[segyio] 270/376: Changelog 2017-03

Jørgen Kvalsvik jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

jokva-guest pushed a commit to branch debian
in repository segyio.

commit d7f5e9498f6b24ca25ef6348940684eeef6c0f10
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date:   Tue Apr 4 09:34:18 2017 +0200

    Changelog 2017-03
---
 changelog.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/changelog.md b/changelog.md
index b12758a..ac80d25 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,20 @@
+# 2017.03
+* Float conversions (ibm <-> native) has been optimised and is much faster
+* `segy_binheader_size` returns signed int like its friends
+* `sample_interval` steps are now floats
+* Multiple internal bug fixes
+* Some buffer leaks are plugged
+* segyio has learned to deal with files without good geometry.
+  If `strict = False` is passed to segyio.open, and a file is without
+  well-sorted inlines/crosslines, open will return a file handle, but with
+  geometry-dependent modes disabled
+* `file.samples` returns a list of samples, not number of samples
+* Readme has been improved.
+* `trace[int]` is more robust w.r.t. inputs
+* A new mode has been added; gather. gather depends on a good geometry, and its
+  getitem `[il, xl, slice(offsets)]` returns all offsets for an
+  inline/crossline intersection
+
 # 2017.02
 * segyio has learned to deal with large files (>4G) on more platforms
 * segyio can read quickly attributes (trace header words) over the full file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git



More information about the debian-science-commits mailing list