Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@JoschD JoschD released this 19 Jun 14:24
· 1 commit to master since this release
54ff9da

In this release, the input-options are now handled by a InputOptions dataclass, which also handles the validity checks.
Input can be now commandline args, kwargs, a dictionary or already an InputOptions object.

To give errors is also now optional if allow_missing_columns is set to True.

Added:

  • InputOption dataclass to handle the input.
  • Possibility to make errors optional.

What's Changed

  • Using the reusable workflows by @JoschD in #9
  • InputOptions and errors=None by @JoschD in #8

Full Changelog: v1.0.0...v1.1.0