Skip to content

Releases: jstutters/pirec

0.10.0

09 Jan 13:34
Compare
Choose a tag to compare

[0.10.0] - 2017-01-09

Added

  • Artefacts will now check whether their file exists on initialization and
    raise an exception if it doesn't (this hcheck can be disabled).

Changed

  • Now passes pydocstyle checks.
  • The VERSION file is now the single source for the version number in
    documentation, version and setup.py.

0.9.0

12 Dec 14:39
Compare
Choose a tag to compare

[0.9.0] - 2016-12-12

Changed

  • Calls made by recorded functions are now stored and serialized as lists so that functions using
    multiple commands are correctly described.

0.8.0

12 Dec 14:38
Compare
Choose a tag to compare

[0.8.0] - 2016-12-07

Changed

  • Renamed Artefact.basename to Artefact.justname and modified Artefact.basename to include
    directory components.

0.7.0

12 Dec 14:40
Compare
Choose a tag to compare

[0.7.0] - 2016-11-17

Changed

  • Wheels are now built for Python 2 and 3
  • JSON pipeline report is now saved to report.json. This can be changed by
    supplying the report_name keyword argument to Pipeline.run(). Fixing the name
    makes automated reading data from the report later easier.
  • Keyword arguments to recorded functions are now saved correctly.