Kenpompy Versions Save

A simple yet comprehensive web scraper for kenpom.com.

v0.3.5

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/j-andrews7/kenpompy/compare/v0.3.4...v0.3.5

v0.3.4

1 year ago

What's Changed

Full Changelog: https://github.com/j-andrews7/kenpompy/compare/v0.3.3...v0.3.4

v0.3.3

1 year ago

What's Changed

Full Changelog: https://github.com/j-andrews7/kenpompy/compare/v0.3.2...v0.3.3

v0.3.2

1 year ago

v0.3.2

Release date: 08/03/2022

  • Fix a parsing error in team.get_schedule() when ampersand in team name - #14.
  • Fix a bunch of pandas deprecation warnings - #18.
  • Fix a test failing due to a change in how experience is quantified- #21.

Big thanks to @esqew for the fixes.

v0.3.1

2 years ago

kenpompy has been updated. It can be installed via pip install kenpompy. As always, please report any issues or comments to the Issue Tracker.

v0.3.1 Release date: January 23th, 2022

  • Fix #12 via #13, a bug in the get_teamstats function when no season was provided and defense stats requested.

v0.3.0

2 years ago

kenpompy has been updated. It can be installed via pip install kenpompy. As always, please report any issues or comments to the Issue Tracker.

v0.3.0

Release date: November 14th, 2021

  • Begin a team module that allow for schedule scraping for each team (thanks to @andrewsseamanco in #8).
  • Fix a few bugs in summary and misc scraping modules, see #9 & see #7.
  • Fix issue with get_program_ratings due to additional column being added.

v0.2.1

4 years ago

This is a minor bug-fix release that fixes #5, an oversight in the get_playerstats function.

v0.2.0

4 years ago

kenpompy has been updated. It can be installed via pip install kenpompy. As always, please report any issues or comments to the Issue Tracker.

v0.2.0

Release date: February 16th, 2020

  • Support scraping "FanMatch" pages on kenpom.com.
  • See the full documention for all scraping functions.

v0.1.0

4 years ago

kenpompy is now live. It can be installed via pip install kenpompy. As always, please report any issues or comments to the Issue Tracker.

v0.1.0 - Initial Release

Release date: December 26th, 2019

  • Supports scraping all surface level "Stats" and "Miscellany" pages on kenpom.com.
  • See the full documention for all scraping functions.