Skip to content

Releases: ihmeuw/rra-tools

Release 1.0.22

31 Dec 02:35
Compare
Choose a tag to compare

[1.0.22] - 2024-12-31

Fixed

  • Handle chained callbacks in with_choice

Release 1.0.21

31 Dec 02:13
Compare
Choose a tag to compare

[1.0.21] - 2024-12-31

Fixed

  • Fixed default for with_choice when convert is not set.

Added

  • Add a clobber argument to touch.

Release 1.0.20

31 Dec 01:06
Compare
Choose a tag to compare

[1.0.20] - 2024-12-31

Fixed

  • Add convert_choice to api

Release 1.0.19

30 Dec 21:31
Compare
Choose a tag to compare

[1.0.19] - 2024-12-30

Added

  • Plotting utility functions

Fixed

  • Update stdout/stderr keys for jobmon again

Release 1.0.18

30 Dec 18:33
Compare
Choose a tag to compare

[1.0.18] - 2024-12-30

Fixed

  • Update stdout/stderr keys for jobmon

Release 1.0.17

30 Dec 05:42
Compare
Choose a tag to compare

[1.0.17] - 2024-12-30

Fixed

  • Add invalid choice handling to convert_choice.

Release 1.0.16

30 Dec 05:19
Compare
Choose a tag to compare

[1.0.16] - 2024-12-30

Fixed

  • Use Collection instead of Sequence in typing to support, e.g., dicts.

Release 1.0.15

28 Dec 17:20
Compare
Choose a tag to compare

[1.0.15] - 2024-12-28

Added

  • Rework both parallel interfaces to have more flexible types.

Release 1.0.14

28 Dec 05:34
Compare
Choose a tag to compare

[1.0.14] - 2024-12-28

Fixed

  • Add with_overwrite to interface.

Release 1.0.13

28 Dec 02:43
Compare
Choose a tag to compare

[1.0.13] - 2024-12-28

Added

  • Automatically process choices with a RUN_ALL option into a list.
  • Add with_overwrite cli option.