Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog for release v0.3.3
Browse files Browse the repository at this point in the history
ErlendHaa committed Apr 29, 2021
1 parent be5d3c3 commit 2d25544
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -6,9 +6,34 @@ complete overview of changes, please refer to the git log.
The format is based on `Keep a Changelog`_,
but most notably, without sectioning changes into type-of-change.

0.3.2_ - 2021.03.19

0.3.3_ - 2021.04.30
-------------------
* ``lis.load`` now raises by default when a file cannot be successfully
indexed. In previous versions only a warning was issued and a partially
indexed file was returned.
* ``lis.load`` now accepts a ``dlisio.ErrorHandler``-instance similar to
``dlis.load``. This allows the caller to decide how load behaves when a file
cannot be properly indexed.
* dlisio have learned to parse the following LIS records: Operator Command
Inputs, Operator Response Inputs, System Outputs to Operator and FLIC
Comment.
* LIS Data Format Specification Records have been given a more user-friendly
interface through ``lis.DataFormatSpec``.
* dlisio have learned to read LIS curves where the index is recorded in depth
recording mode 1.
* dlisio have learned to read LIS curves that are sampled at a higher rate than
the recorded index (Fast Channels)
* dlisio have learned to read LIS curves with non-scalar sample-values.
* dlisio have learned to read LIS curves containing strings.
* Added safe-guards against ZeroDevisionError's in lis.curves
* The predecessor and successor bits in the LIS Physical Records Headers are
checked for consistency during the indexing routines.
* Errors messages emitted from the indexing routines at ``lis.load`` are now
properly communicated to the caller.

0.3.2_ - 2021.03.19
-------------------
* Added support for reading the LIS79 record types: Job Identification,
Wellsite Data and Tool String Info.
* Fixes a bug that led dlisio to attempt to read curves with multiple entries
@@ -226,6 +251,7 @@ but most notably, without sectioning changes into type-of-change.
.. _`Keep a changelog`: https://keepachangelog.com/en/1.0.0/
.. _readthedocs: https://dlisio.readthedocs.io/en/stable/

.. _0.3.3: https://github.com/equinor/dlisio/compare/v0.3.2...v0.3.3
.. _0.3.2: https://github.com/equinor/dlisio/compare/v0.3.1...v0.3.2
.. _0.3.1: https://github.com/equinor/dlisio/compare/v0.3.0...v0.3.1
.. _0.3.0: https://github.com/equinor/dlisio/compare/v0.2.6...v0.3.0
2 changes: 1 addition & 1 deletion python/docs/conf.py
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@
# pass

# The full version, including alpha/beta/rc tags.
release = "0.3.2"
release = "0.3.3"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

0 comments on commit 2d25544

Please sign in to comment.