pytask
pytask copied to clipboard
pytask is a workflow management system that facilitates reproducible data analyses.
#### Code Sample, a copy-pastable example  #### Problem description I don't know how this error can be reproduced, but it occurred - while running workflows with many tasks -...
updates: - [github.com/executablebooks/mdformat: 0.7.15 → 0.7.16](https://github.com/executablebooks/mdformat/compare/0.7.15...0.7.16) - [github.com/executablebooks/mdformat: 0.7.15 → 0.7.16](https://github.com/executablebooks/mdformat/compare/0.7.15...0.7.16)
#292 xfailed a couple of tests on Windows which might be resolved with https://github.com/Textualize/rich/issues/2411.
#### Is your feature request related to a problem? #253 added support for `pyproject.toml`. With v0.3 or v1 we will deprecate all ini formats. #### Describe the solution you'd like...
Closes #224. #### Is your feature request related to a problem? #229 implements a more intuitive approach to parametrizations for v0.2 which is based on loops. It will likely render...
### Landing page improvements - Do not expect users to know about pytest - Add getting started 1. installation 2. toy project / screencasts 3. point to templates 4. outline...
#### Is your feature request related to a problem? rich reworked their svg export in their latest versions, e.g. 12.4.1. #### Describe the solution you'd like Recreate all svgs with...
#### Is your feature request related to a problem? When a node cannot be collected, a long traceback is shown. #### Describe the solution you'd like Instead provide just the...
#### Is your feature request related to a problem? - The configuration is a big dictionary which is created by merging cli options, options in the configuration file and default...
Would close #231. #### Changes This PR attemps to replace pytask's internal settings handling with typed-settings. typed-settings would take-over - Finding the configuration files. - Reading, parsing, consolidating the configuration...