Skip to content

Releases: cparmet/pandas-checks

v0.3.1

17 Nov 20:59
Compare
Choose a tag to compare

What's Changed

  • Fix format of docstring "Examples" for Pandas Checks methods by @cparmet in #40

Full Changelog: v0.3.0...v0.3.1

v0.3.0

17 Nov 14:02
Compare
Choose a tag to compare

What's Changed

  • Rename assert_not_null() and assert_null() by @cparmet in #35
  • Move fail_message argument on .check.assert* by @cparmet in #36
  • Update docs by @cparmet in #37
  • Add new checks assert_nrows() and assert_same_nrows() by @cparmet in #38

Full Changelog: v0.2.2...v0.3.0

https://pypi.org/project/pandas-checks/0.3.0/

v0.2.2

09 Jul 09:54
5a23bb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

https://pypi.org/project/pandas-checks/0.2.2/

v0.2.1

25 Jun 15:17
a84b3d8
Compare
Choose a tag to compare

What's Changed

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

More details on this release are in: https://github.com/cparmet/pandas-checks/releases/tag/v0.2.0

https://pypi.org/project/pandas-checks/0.2.1/

v0.2.0

25 Jun 15:10
ff91abb
Compare
Choose a tag to compare

What's Changed

  • Adds 13 more validation methods (.check.assert_*) by @cparmet in #28

Full Changelog: v0.1.8...v0.2.0

Note: By mistake, I added one more commit to the above PR after 0.2.0 was published to PyPI. The next version, 0.2.1, is in sync between GH and PyPI
https://pypi.org/project/pandas-checks/0.2.0/

v0.1.8

22 Jun 21:10
4b7ff72
Compare
Choose a tag to compare

What's Changed

  • Docs fixes and enhancements in #27

Full Changelog: v0.1.7...v0.1.8

v0.1.7

22 Jun 02:36
9aa3830
Compare
Choose a tag to compare

Small updates to documentation

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6

21 Jun 23:41
73aa618
Compare
Choose a tag to compare

First stable public release.

https://pypi.org/project/pandas-checks/0.1.6/

  • Pandas Checks is available on PyPi and can be installed with pip install
  • Docs are on GitHub Pages
  • The nox test suite passes for Python 3.8-3.11, with manual testing of 3.12