Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 606 Bytes

NEWS.md

File metadata and controls

21 lines (13 loc) · 606 Bytes

simmer.bricks 0.2.2

  • Fix amount argument for delayed_release() to support functions (#16).

simmer.bricks 0.2.1

  • Fix tests for simmer 4.2.0.

simmer.bricks 0.2.0

New features

  • Implement delayed_release_selected() (#9 addressing #4).
  • New interleave() brick to set up interleaved resources (#11 addressing #7).

Minor changes and fixes

  • Fix do_parallel() to also accept lists of trajectories as input (#6).
  • Simplify delayed_release() interface (as part of #9).
  • Change do_parallel() interface: move the environment after the dots to force the user to name it (#10).