v0.2.1
Highlights
This release has two features.
-
A new configuration value,
sort_table
allows you to control whether the table after the execution is sorted alphabetically or ordered by execution. Here is the entry in the documentation. Thanks to @timmens for his first contribution 🎉. -
pytask is now able to capture warnings and to report them. Here is an example with the infamous
SettingWithCopyWarning
from pandas
Take a look at the how-to guide about capturing warnings to learn more about the feature.Currently, this feature does not work when you parallelize the execution with pytask-parallel. Support is planned.
What's Changed
- Add svg for profiling tasks. by @tobiasraabe in #259
- Add sort_table option by @timmens in #261
- Capture warnings. by @tobiasraabe in #263
New Contributors
Full Changelog: v0.2.0...v0.2.1