Skip to content

Releases: LSSTDESC/ceci

v1.7

03 Feb 17:56
286b5b0
Compare
Choose a tag to compare

This version incorporates significant changes from @eacharles that make interactive use and use with more varied pipelines easier.

It shouldn't require any changes to existing pipelines, unless you do strange things with the config dictionary.

v1.6

30 Sep 08:17
7043ae5
Compare
Choose a tag to compare

This adds a keyword to Stage.iterate_hdf that allows you to iterate through arrays of different length. Empty arrays are returned for the shorter columns once you go beyond their length.

v1.5

06 Aug 11:15
616d068
Compare
Choose a tag to compare

Enables using dask parallelismm by specifying dask_parallel on a stage class, and running with dask-mpi.

v1.4.1

19 Jul 14:24
Compare
Choose a tag to compare

Fixes a bug in v1.4 that stops one of the new features from being activated.

v1.4

19 Jul 12:46
1ce4fc8
Compare
Choose a tag to compare

This release adds some new features and changes. It should not affect existing workflows, though environments will need to update to a newer version of parsl to use it.

  • Uses Parsl >= 1.0.0
  • Adds a flag --no-xyz for any boolean option xyz (to match the existing --xyz flag
  • Adds a flag --memmon N to print available memory every N seconds
  • Preliminary CC-IN2P3 support
  • Uses newer versions of Parsl and makes the version number more flexible.

v1.1

17 Sep 08:57
95091ca
Compare
Choose a tag to compare

Version 1.1 adds the python_paths feature, which adds to the PYTHONPATH variable for both the pipeline manager and any jobs launched.

v1.0.4

25 Jun 16:39
ea73879
Compare
Choose a tag to compare

Code formatting
Installation options

v1.0.3

26 May 14:54
Compare
Choose a tag to compare
  • Bug fixes

v1.0.2

26 May 13:26
Compare
Choose a tag to compare
  • Fix cori interactive mode bug

v1.0.1

26 May 10:09
ec2b3e3
Compare
Choose a tag to compare
  • Fix command line override for non-string parameters
  • Add psutil to reqs list for minirunner
  • Add a version string in a single location