v2.1.0
What's Changed
This release focused on exposing the conditions (as an alternative for the condition syntax) and removing Pandas from dependencies.
List of changes:
- Rename Return function argument in documentation by @addisonhardy in #27
- small correction by @theblackmallard in #33
- Rename project to Rocketry by @Miksus in #42
- Fix excessive CPU usage by @Miksus in #43
- Expose conditions by @Miksus in #44
- Docs/improve by @Miksus in #45
- Drop Pandas dependency by @Miksus in #46
- FIX: Minimal task by @Miksus in #47
- fix: task param staging was not used by @Miksus in #48
- ENH: Add rocketry.args.TerminationFlag by @Miksus in #49
- DOCS: Minor improvements by @Miksus in #50
- CI: fix typo in CI pipelines by @Miksus in #51
New Contributors
- @addisonhardy made their first contribution in #27
- @theblackmallard made their first contribution in #33
Full Changelog: v2.0.1...v2.1.0