Skip to content

petpy 2.3.0 Release

Compare
Choose a tag to compare
@aschleg aschleg released this 14 Feb 15:12
· 27 commits to master since this release
  • Added several additional search filters to the animals() function.
    • declawed: Filters results by animals that are marked as declawed.
    • house_trained: Filters results by animals that are house trained.
    • special_needs: Filters results by animals that have special needs
  • Search filters that can take multiple values in the animals() function, including age, gender, status, animal_type, size, and coat, should now correctly accept both comma-delimited strings, such as age='baby,'young' and lists or tuples.
  • The required version for pandas has been updated to at least version 1.0.0.