Releases: equinor/dlisio
Releases · equinor/dlisio
Preview release 0.1.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.
Preview release 0.1.13
- 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
Merge pull request #151 from achaikou/layout_tests Layout tests
Preview release 0.1.11
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
Merge pull request #113 from ErlendHaa/objref-comparision Register operators != and == for core.objref
Preview release 0.1.9
Merge pull request #110 from achaikou/same_value_as_in_template Permit reprcode change to the same reprcode
Preview release 0.1.8
Merge pull request #107 from achaikou/plumbtests Plumbing tests
Preview release 0.1.7
Merge pull request #104 from jokva/install-against-root-from-py No-install-rpath
Preview release 0.1.6
Merge pull request #99 from jokva/use-dot-separator-dtype Use . for mnemonic-origin-copy separator in dtype
Preview release 0.1.5
Merge pull request #96 from jokva/new-python-buildsystem New python buildsystem