Skip to content

petpy 2.0.1 released

Compare
Choose a tag to compare
@aschleg aschleg released this 27 Jul 17:36
· 78 commits to master since this release

The 2.0.1 release of petpy introduces some small bug fixes and a few other minor changes to shore up changes made for the 2.0.0 release.

Full Changelog, which can also be found in the repository's root directory.

  • Fixes the animals() and organizations() method to return all matching search results when the pages parameter
    is set to None.
  • The resulting JSON (dictionary) from the breeds() method when the parameter return_df=False will now consistently
    have types as the key. Prior to this change, if the breeds() method was called with a single animal type, the
    resulting key name in the returned object would be named type, whereas if more than one animal type is specified
    the key name would be types.
  • The distance parameter for the animals() and organizations() parameters will now raise a ValueError if it is
    less than 0.