Skip to content

Commit

Permalink
Merge pull request #177 from ErlendHaa/changelog
Browse files Browse the repository at this point in the history
Update changelog with changes from 0.1.13->0.1.14
  • Loading branch information
ErlendHaa authored Oct 15, 2019
2 parents a396898 + e3d87f6 commit 128f69d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
but most notably, without sectioning changes into type-of-change.

## [0.1.14] - 2019.10.14
* dlisio have learned to read curves with variable length data types. Thus,
every data-type that the standard allows for curves are now supported by
dlisio.
* Frame and Channel-objects now has a index-property. index returns the channel
object that serves as the index-channel for the given Frame-/Channel.

## [0.1.13] - 2019.10.3
* The sphinx documentation on readthedocs has a few new section: About the
project, an introduction to some dlis-concepts and a quick guide to help new
Expand Down Expand Up @@ -58,6 +65,7 @@ but most notably, without sectioning changes into type-of-change.
into logical files. This have resulted in a behavioral change where load now
returns a tuple-like object of n-logical files.

[0.1.14]: https://github.com/equinor/dlisio/compare/v0.1.13...v0.1.14
[0.1.13]: https://github.com/equinor/dlisio/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/equinor/dlisio/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/equinor/dlisio/compare/v0.1.10...v0.1.11

0 comments on commit 128f69d

Please sign in to comment.