v0.0.15
What's Changed
- Add citation. by @tobiasraabe in #78
- Pretty format tasks with mixed priorities, simplify find_common_ancestor function and others. by @tobiasraabe in #80
- Raise error if paths are not correctly cased on case-insensitive Windows. by @tobiasraabe in #81
- Fix error in path normalization. by @tobiasraabe in #84
- Sort collected tasks, dependencies, and products. by @tobiasraabe in #85
- Replace versioneer with setuptools_scm. by @tobiasraabe in #83
- Fix dirty version in the documentation. by @tobiasraabe in #87
- Allow profiling tasks. by @tobiasraabe in #88
- Fix display of squared brackets in console output. by @tobiasraabe in #93
- Add
--show-locals
which prints local variables in tracebacks. by @tobiasraabe in #94 - Add a dynamic spinner to show the progress during collection. by @tobiasraabe in #96
- Enable color support in WSL + Windows Terminal and fix
show_locals
. by @tobiasraabe in #99 - Add new command
pytask dag
to visualize the DAG. by @tobiasraabe in #101 - Add example if parametrized with an incorrect number of arg_values." by @tobiasraabe in #102
- Simplify the logging of task outcomes. by @tobiasraabe in #105
- Add new hook pytask_unconfigure, return borrowed pdb.set_trace at the end of session, reenable tests for PytaskPDB. by @tobiasraabe in #107
- Refine graph implemented in #101. by @tobiasraabe in #108
- Require networkx>=2.4 due to Python 3.9. by @tobiasraabe in #109
- Add "New Features" to README.rst. by @tobiasraabe in #110
Full Changelog: v0.0.14...v0.0.15