The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-09-18 | 2.1 kB | |
| v2.4.0 source code.tar.gz | 2022-09-18 | 323.8 kB | |
| v2.4.0 source code.zip | 2022-09-18 | 447.3 kB | |
| Totals: 3 Items | 773.1 kB | 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 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