Skip to content

v0.24.0

Compare
Choose a tag to compare
@b-butler b-butler released this 22 Feb 18:05
9f361a4

Version 0.24.0

2023-02-22

Added

  • Added the OCLF Crusher environment (#708).

Changed

  • Switched to a pyproject.toml based build (#704).
  • Placing @FlowProject.pre and @FlowProject.post before the FlowProject.operation decorator raises an error (#700).
  • Updated CI to use GitHub Actions (#698).

Fixed

  • Bumped isort to 5.12.0 in the pre-commit configuration file (#715).
  • Fixed bundle status information not being correctly read for subclasses of FlowProject (#718, #720).

Removed

  • @flow.aggregates.aggregator() use FlowProject.operation(aggregator=...) instead (#700).
  • alias CLI argument to flow init (#700).
  • FlowGroupEntry.with_directives use directives keyword argument in FlowGroupEntry()(#700).