pytask icon indicating copy to clipboard operation
pytask copied to clipboard

pytask is a workflow management system that facilitates reproducible data analyses.

Results 38 pytask issues
Sort by recently updated
recently updated
newest added

#### Code Sample, a copy-pastable example ![image](https://user-images.githubusercontent.com/22533006/166880395-30b5098c-7cba-4385-9809-607e930dc59f.png) #### Problem description I don't know how this error can be reproduced, but it occurred - while running workflows with many tasks -...

bug
help wanted

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.

enhancement

#### 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...

enhancement
feedback-wanted

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...

enhancement
feedback-wanted

### 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...

documentation

#### 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...

enhancement
good first issue

#### 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...

enhancement
good first issue

#### 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...

enhancement

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...