v2.3.0
This release implements the following major changes:
- Cron scheduling (to the syntax and to the condition API)
- Task groups (
Grouper
) enabling development of bigger applications - New methods to intuitively interact with the session (
remove_task
&create_task
) - A lot of reworking in the time periods not visible to the users of the library
What's Changed
- ENH: Add cron scheduler by @Miksus in #73
- ENH: Add task groups by @Miksus in #79
- DOCS: typo in docs/index.rst by @naxrevlis in #67
- DOCS: Typo in docs/handbooks/logging.srt by @carlosm27 in #72
- DOCS: Update documentation by @Miksus in #74
New Contributors
- @naxrevlis made their first contribution in #67
- @carlosm27 made their first contribution in #72
Full Changelog: v2.2.0...v2.3.0