Release 3.9.0
brings a helper function into the public API for testing purposes.
Additions
- A module,
tfs.testing
, has been added and made publicly available. It provides an assert function to compare TfsDataFrame similar to that provided by pandas, destined for unit tests.
What's Changed
- Unit Testing Helper by @fsoubelet in #136
Full Changelog: v3.8.2...v3.9.0