Skip to content

Releases: cadet/CADET-Python

CADET feature support

09 Jun 10:16
Compare
Choose a tag to compare

Support some new CADET features currently in testing without changing the API

Locking

04 Jan 09:32
Compare
Choose a tag to compare

This version now optionally allows the files to be locked during reading or writing using the python filelock library. This is important when reading and writing hdf5 files that could potentially be read or written to by parallel processes.

Loading subpaths

01 Oct 09:49
Compare
Choose a tag to compare

This release fixes a problem with loading subpaths

load path change

09 Jul 13:27
Compare
Choose a tag to compare

Don't raise a KeyError when a path specified for loading when that path can't be found. Paths are meant to restrict what can be loaded not create errors if not found.

JSON reading and write

29 Jun 12:30
Compare
Choose a tag to compare

JSON reading and writing have been added

Load changes

08 May 08:50
Compare
Choose a tag to compare

Recursively load handles paths better and will load the path plus all children.

PyPi release

19 Sep 14:18
Compare
Choose a tag to compare

CADET python has been used for over a year now to interface with CADET in production systems. It still needs more documentation and examples. This interface works with CADET through a file based interface using HDF5 and as a result works with any version of CADET.