Skip to content

petpy 1.8.2 release

Compare
Choose a tag to compare
@aschleg aschleg released this 19 Sep 13:14
· 104 commits to master since this release

This release fixes some import issues with pandas (issue #8) as well as implementing some additional checks around parameter inputs. The latter was officially released in version 1.8.1.

Version 1.8.2

  • Add pandas back as an installation requirement as it is included in top-level imports. pandas is
    still not necessary to use the primary functionality of petpy.

Version 1.8.1

  • Implement check to make sure count parameter is not larger than 1,000 records (per the Petfinder API
    limits). If count exceeds 1,000 a ValueError is raised.
  • Add check for ensuring the number of total records to return does not exceed 2,000 when paging results with
    the pages and count parameters. If the desired amount of records is higher than 2,000, a
    ValueError is raised.
  • Remove Python 3.3 support. Although petpy should work fine for those still using Python 3.3, testing for 3.3
    has been discontinued.