Releases: cparmet/pandas-checks
Releases · cparmet/pandas-checks
v1.1.0
What's Changed
- Adds custom print function. Thanks to @alexblakes for the suggestion! #49
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Important note
The new version of Pandas Checks ends support for Python 3.8, to ensure all dependencies are secure
What's Changed
- Fix docstring examples by @cparmet in #40
- Fix typos in docstring example usage by @cparmet in #41
- Fix leftover typo in docstring example usage by @cparmet in #42
- Bump tornado by @cparmet in #45
- Bump tornado from 6.4.1 to 6.4.2 in the pip group across 1 directory by @dependabot in #44
- Modernize package by @cparmet in #47
New Contributors
- @dependabot made their first contribution in #44
Full Changelog: v0.3.1...v1.0.0
v0.3.1
v0.3.0
v0.2.2
v0.2.1
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
v0.2.0
What's Changed
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
v0.1.7
v0.1.6
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
noxtest suite passes for Python 3.8-3.11, with manual testing of 3.12