Skip to content

pygbif v0.2.0

Compare
Choose a tag to compare
@sckott sckott released this 19 Oct 23:58
· 180 commits to master since this release

0.2.0 (2016-10-18)

  • Download methods much improved (#16) (#27) thanks @jlegind @stijnvanhoey @peterdesmet !
  • MULTIPOLYGON now supported in geometry parameter (#35)
  • Fixed docs for occurrences.get, and occurrences.get_verbatim, occurrences.get_fragment and demo that used occurrence keys that no longer exist in GBIF (#39)
  • Added organizations method to registry module (#12)
  • Added remainder of datasets methods: registry.dataset_search (including faceting support (#37)) and registry.dataset_suggest, for the /dataset/search and /dataset/suggest routes, respectively (#40)
  • Added remainder of species methods: species.name_lookup (including faceting support (#38)) and species.name_usage, for the /species/search and /species routes, respectively (#18)
  • Added more tests to cover new methods
  • Changed species.name_suggest to give back data stucture as received from GBIF. We used to parse out the classification data, but for simplicity and speed, that is left up to the user now.
  • start parameter in species.name_suggest, occurrences.download_list, registry.organizations, registry.nodes, registry.networks, and registry.installations, changed to offset to match GBIF API and match usage throughout remainder of pygbif

0.1.5.4 (2016-10-01)

  • Added many new occurrence.search parameters, including repatriated, kingdomKey, phylumKey, classKey, orderKey, familyKey, genusKey, subgenusKey, establishmentMeans, facet, facetMincount, facetMultiselect, and support for facet paging via **kwargs (#30) (#34)
  • Fixes to **kwargs in occurrence.search so that facet parameters can be parsed correctly and requests GET request options are collected correctly (#36)
  • Added spellCheck parameter to occurrence.search that goes along with the q parameter to optionally spell check full text searches (#31)