Skip to content

Releases: cparmet/pandas-checks

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