Dliswriter

Latest version: v1.1.1

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.0.8

-------------
**API improvements & fixes**

* Removed representation code setters from ``Attribute``.
* More value type and representation code (repr code inferred from value) checks.
* Setting up ``Attribute`` values and units together using ``dict`` or a new ``AttrSetup`` class.
* ``DLISFile``: ``add_origin`` method; origin instance or setup keywords no longer accepted in ``DLISFile`` init.
* Support for defining multiple dlis files within one session (script).
* Removed logging formatting from library root.
* Exposed most frequently needed objects for import from library root (``from dlis_writer import ...``).
* Explicit init arguments and docstrings for most frequently used classes.
* Saving date-time in GMT rather than 'local time'.
* Passing file header and storage unit label initialisation arguments directly to ``DLISFile``.
* General refactoring & typing fixes.

0.0.7

-------------
**Equivalent (parallel) frames**

* Made it easier to add frames with the same set of channel (dataset) names, but separate data - e.g.
two of each: DEPTH, RPM, and AMPLITUDE, coming from two separate measurements, associated with relevant frames
(FRAME_1, FRAME_2). See ``examples/create_dlis_equivalent_frames.py``.

0.0.6

-------------
**Representation codes**

* Fixed representation codes for numpy dtypes.
* Tests & improvements for utils (repr code converter, source data wrappers, etc.).

0.0.5

-------------
**Cleanup**

* Some name changes, restructuring.
* Updated README.

0.0.4

-------------
**All DLIS objects added**

* Exposed all types of DLIS objects (WellReferencePoint, Group, Message, etc.)
in ``DLISFile`` through ``add_<object>`` methods (e.g. ``add_group``).

0.0.3

-------------
**Instantiating ELFRObjects directly**

* Each ``EFLRObject`` (later renamed to ``EFLRItem``) can be initialised directly by calling the constructor
of the relevant class (before they were initialised through the corresponding ``EFLR``, later renamed to ``EFLRSet``).

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.