Skip to content

v0.2.1

Compare
Choose a tag to compare
@tobiasraabe tobiasraabe released this 28 Apr 06:18
· 323 commits to main since this release
58d8969

Highlights

This release has two features.

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

  2. pytask is now able to capture warnings and to report them. Here is an example with the infamous SettingWithCopyWarning from pandas
    image
    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

New Contributors

Full Changelog: v0.2.0...v0.2.1