Skip to content

Releases: equinor/dlisio

Preview release 0.1.14

15 Oct 06:22
128f69d
Compare
Choose a tag to compare
Pre-release
  • 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.

Preview release 0.1.13

03 Oct 09:36
a6d97c7
Compare
Choose a tag to compare
Pre-release
  • 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 users to get started with dlisio.
  • API documentation has seen some improvements as well. The dlis-class documentation is revamped to better help users to work with logical files and accessing objects. Frame and Channel are more thoroughly documented, and provides more examples on how to work with curve data.
  • Direct access of a specific objects has been made more convenient with dlis.object()--
  • dlis.match no longer casesensitive
  • The fileheader interface has changed. The fileheader is now directly accessible through dlis.fileheader
  • dlis.objects has been removed
  • CircleCI is added to the ci-pipeline for building and testing on linux
  • Python test suite have seen some refactoring
  • It is now possible to build the python module with setup.py, provided the core library is already installed on the system.

Preview release 0.1.12

15 Aug 10:04
6ef0797
Compare
Choose a tag to compare
Pre-release
Merge pull request #151 from achaikou/layout_tests

Layout tests

Preview release 0.1.11

04 Jun 16:16
Compare
Choose a tag to compare
Pre-release
Partition physical-file -> logical-files in load()

The dlis standard have a concept of logical files. A logical file is a
group of related logical records, i.e. curves and metadata and is
independent from any other logical file. Each physical file (.dlis) can
contain 1 to n logical files.

load() now returns a tuple-like with one file-handle pr logical file
in the physical file.

Preview release 0.1.10

21 May 15:31
20dbfc6
Compare
Choose a tag to compare
Pre-release
Merge pull request #113 from ErlendHaa/objref-comparision

Register operators != and == for core.objref

Preview release 0.1.9

16 May 10:56
ae63c6f
Compare
Choose a tag to compare
Preview release 0.1.9 Pre-release
Pre-release
Merge pull request #110 from achaikou/same_value_as_in_template

Permit reprcode change to the same reprcode

Preview release 0.1.8

14 May 07:18
11123c9
Compare
Choose a tag to compare
Preview release 0.1.8 Pre-release
Pre-release
Merge pull request #107 from achaikou/plumbtests

Plumbing tests

Preview release 0.1.7

09 May 09:19
4deac6c
Compare
Choose a tag to compare
Preview release 0.1.7 Pre-release
Pre-release
Merge pull request #104 from jokva/install-against-root-from-py

No-install-rpath

Preview release 0.1.6

02 May 13:20
31c743e
Compare
Choose a tag to compare
Preview release 0.1.6 Pre-release
Pre-release
Merge pull request #99 from jokva/use-dot-separator-dtype

Use . for mnemonic-origin-copy separator in dtype

Preview release 0.1.5

22 Apr 12:40
a129069
Compare
Choose a tag to compare
Preview release 0.1.5 Pre-release
Pre-release
Merge pull request #96 from jokva/new-python-buildsystem

New python buildsystem