Skip to content

Releases: cadet/CADET-Python

v0.14.1

12 Oct 07:07
Compare
Choose a tag to compare
Run pipeline on PRs and master/dev branches

PyPi hopefully the pipeline is fixed

05 Dec 08:46
Compare
Choose a tag to compare
v0.14

Updated version number to 0.14

Auto publish to PyPi

05 Dec 08:42
Compare
Choose a tag to compare

Just check if auto-publish to PyPi works

h5py crash

08 Nov 17:02
Compare
Choose a tag to compare

This version limits the version of h5py due to crashes.

PyPi changes

17 Jun 08:04
Compare
Choose a tag to compare

This version has one minor bugfix in it but also will change the name of the package on PyPi and conda.

In order to free up the name CADET the package has been renamed to CADET-Python. This is only a change in the package name and from inside python nothing changes and you can still just

import cadet

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