There is a newer version of the record available.

Published August 24, 2023 | Version v0.4.0
Software Open

SINTEF/dlite: v0.4.0

Description

Major change in DLite v0.4.0 Minimal installation

Running pip install dlite-python now does a minimal installation with NumPy as the only dependency.

To retain the former behaviour of get all optional dependencies needed by the different plugins, install DLite with

pip install dlite-python[full]
Improved error

Errors at C-level now raises corrosponding subclasses of DLiteError.

It is not possible to see traceback from errors occuring within Python storage plugins by setting the DLITE_PYDEBUG environment variable.

Merged pull requests

Full Changelog: https://github.com/SINTEF/dlite/compare/v0.3.22...v0.4.0

Files

SINTEF/dlite-v0.4.0.zip

Files (2.3 MB)

Name Size Download all
md5:6c5d8bf72ba31148d8dbd2b440d25210
2.3 MB Preview Download

Additional details

Related works