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 https://github.com/Miksus/rocketry/pull/81
* ENH: Option to silence log errors by Miksus in https://github.com/Miksus/rocketry/pull/83
* ENH: add never timeperiod by Miksus in https://github.com/Miksus/rocketry/pull/87
* FIX: Async/threaded tasks limit max_process_count by Miksus in https://github.com/Miksus/rocketry/pull/90
* ENH: Add crontime by Miksus in https://github.com/Miksus/rocketry/pull/84
* FIX: TimeOfMinute subseconds by Miksus in https://github.com/Miksus/rocketry/pull/91
* ENH: Add TimeOfSecond and secondly by Miksus in https://github.com/Miksus/rocketry/pull/92
* ENH: Pass arguments to FuncCond by Miksus in https://github.com/Miksus/rocketry/pull/94
* TEST: Increase coverage by Miksus in https://github.com/Miksus/rocketry/pull/98
* ENH: retry condition by Miksus in https://github.com/Miksus/rocketry/pull/85
* ENH: parametrized manual run by Miksus in https://github.com/Miksus/rocketry/pull/101
* REF: Change default task_execution to async by Miksus in https://github.com/Miksus/rocketry/pull/96
* BUG: execution not released if cycle_sleep=None by Miksus in https://github.com/Miksus/rocketry/pull/95
* DOCS: Upgrade by Miksus in https://github.com/Miksus/rocketry/pull/102
* FIX: Test warnings by Miksus in https://github.com/Miksus/rocketry/pull/103
* ENH: Custom arguments with custom cond by Miksus in https://github.com/Miksus/rocketry/pull/68
* BUG: timeperiod at end by Miksus in https://github.com/Miksus/rocketry/pull/104
* DOCS: Minor update by Miksus in https://github.com/Miksus/rocketry/pull/105
* ENH: Add scheduler_cycles by Miksus in https://github.com/Miksus/rocketry/pull/106
**Full Changelog**: https://github.com/Miksus/rocketry/compare/v2.3.0...v2.4.0