v2.4.0
This release includes updates to the parameter mechanism. Now custom conditions are more flexible in terms of arguments and tasks can be set running with run-specific parameters. Also execution will be changed to async
in the future and now a warning is raised if not specified.
What's Changed
- ENH: Add AT to hourly, daily, weekly etc. by @Miksus in #81
- ENH: Option to silence log errors by @Miksus in #83
- ENH: add never timeperiod by @Miksus in #87
- FIX: Async/threaded tasks limit max_process_count by @Miksus in #90
- ENH: Add crontime by @Miksus in #84
- FIX: TimeOfMinute subseconds by @Miksus in #91
- ENH: Add TimeOfSecond and secondly by @Miksus in #92
- ENH: Pass arguments to FuncCond by @Miksus in #94
- TEST: Increase coverage by @Miksus in #98
- ENH: retry condition by @Miksus in #85
- ENH: parametrized manual run by @Miksus in #101
- REF: Change default task_execution to async by @Miksus in #96
- BUG: execution not released if cycle_sleep=None by @Miksus in #95
- DOCS: Upgrade by @Miksus in #102
- FIX: Test warnings by @Miksus in #103
- ENH: Custom arguments with custom cond by @Miksus in #68
- BUG: timeperiod at end by @Miksus in #104
- DOCS: Minor update by @Miksus in #105
- ENH: Add scheduler_cycles by @Miksus in #106
Full Changelog: v2.3.0...v2.4.0