Releases: ihmeuw/rra-tools
Releases · ihmeuw/rra-tools
Release 1.0.22
Release 1.0.21
[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
[1.0.20] - 2024-12-31
Fixed
- Add convert_choice to api
Release 1.0.19
[1.0.19] - 2024-12-30
Added
- Plotting utility functions
Fixed
- Update stdout/stderr keys for jobmon again
Release 1.0.18
[1.0.18] - 2024-12-30
Fixed
- Update stdout/stderr keys for jobmon
Release 1.0.17
[1.0.17] - 2024-12-30
Fixed
- Add invalid choice handling to
convert_choice
.
Release 1.0.16
[1.0.16] - 2024-12-30
Fixed
- Use
Collection
instead ofSequence
in typing to support, e.g., dicts.
Release 1.0.15
[1.0.15] - 2024-12-28
Added
- Rework both parallel interfaces to have more flexible types.
Release 1.0.14
[1.0.14] - 2024-12-28
Fixed
- Add
with_overwrite
to interface.
Release 1.0.13
[1.0.13] - 2024-12-28
Added
- Automatically process choices with a
RUN_ALL
option into a list. - Add
with_overwrite
cli option.