Skip to content

Commit

Permalink
bump to v0.6; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 8, 2021
1 parent 4db3ba7 commit 1508ca9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.6.0 (2021-07-08)
------------------
- Fixe for `occurrences.download` when giving `geometry` as a string rather than using `add_geometry`; predicates were being split on whitespace, which doesn't work for WKT :issue:`81` :issue:`84`
- Moved to using the `logging` module instead of `print()` for giving information on occurrence download methods :issue:`78`
- Clarify that `occurrences.count` for length 1 inputs only; see `occurrences.search` for > 1 value :issue:`75` :issue:`77`
- Improved documentation for `species.name_usage` method, mostly for the `language` parameter :issue:`68`
- Gains download method `download_cancel` for cancelling/deleting a download request :issue:`59`

0.5.0 (2020-09-29)
------------------
- `occurrences.search` now supports `recordedByID` and `identifiedByID` search parameters :issue:`62`
Expand Down
2 changes: 1 addition & 1 deletion pygbif/package_metadata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.3"
__version__ = "0.6.0"
__title__ = "pygbif"
__author__ = "Scott Chamberlain"
__license__ = "MIT"

0 comments on commit 1508ca9

Please sign in to comment.