Skip to content

0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 21:13
· 179 commits to main since this release
  • 🆕 Add support for pandas DataFrame assertions (pandas is an optional dependency, and snappylapy can be used without it)
  • 🆕 Add new simpler and more intuitive Expect API. We can use expect() calls and an overload will select the appropriate Expect class based on the type of the input. This is in contrast with expect.dict(), expect.list(), etc. This is not a breaking change, since the old API is still supported.

What's Changed

  • Add DataFrame support and configuration updates by @martinmoldrup in #1
  • Add overloaded call method for Expect class and pandas support by @martinmoldrup in #2

New Contributors

Full Changelog: 0.3.2...0.4.0