Skip to content

pygbif v0.5.0

Compare
Choose a tag to compare
@sckott sckott released this 29 Sep 23:44
· 97 commits to master since this release
4bfdb7b
  • occurrences.search now supports recordedByID and identifiedByID search parameters (#62)
  • clean up the Contributing file, thanks @niconoe (#64)
  • clean up internal imports in the library, thanks @niconoe (#65)
  • fix usage of is and ==, was using them inappropriately sometimes (via https://realpython.com/python-is-identity-vs-equality/), (#69)
  • remove redundant parameter in a doc string, thanks @faroit (#71)
  • make a test for internal fxn gbif_GET_write more general to avoid errors if GBIF changes content type response header slightly (#72)