Skip to content

Commit

Permalink
Changelog entry for v1.5.0 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda authored Aug 23, 2021
1 parent 6c77742 commit 5032dae
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
31 changes: 31 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
Changelog
=========

Version 1.5.0
-------------

*Released on: 2021/08/23*

doi:`10.5281/zenodo.5235242 <https://doi.org/10.5281/zenodo.5235242>`__

New features:

* Add support for non-cryptographic hashes from the xxhash package. They aren't
as safe (but safe enough) and compute in fractions of the time from SHA or
MD5. This makes it feasible to use hash checking on large datasets. (`#242
<https://github.com/fatiando/pooch/pull/242>`__)
* Add support for using figshare and Zenodo DOIs as URLs (with the protocol
``doi:{DOI}/{file name}``, which works out-of-the-box with ``Pooch.fetch``
and ``retrieve``). Can only download 1 file from the archive (not the full
archive) and the file name must be specified in the URL. (`#241
<https://github.com/fatiando/pooch/pull/241>`__)

Maintenance:

* Move hash functions to their own private module. No changes to the public
API. (`#244 <https://github.com/fatiando/pooch/pull/244>`__)
* Run CI jobs on Python version extremes instead of all supported versions
(`#243 <https://github.com/fatiando/pooch/pull/243>`__)

This release contains contributions from:

* Mark Harfouche
* Leonardo Uieda

Version 1.4.0
-------------

Expand Down
1 change: 1 addition & 0 deletions doc/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Use the links below to access documentation for specific versions
* `Latest release <https://www.fatiando.org/pooch/latest>`__
* `Development <https://www.fatiando.org/pooch/dev>`__
(reflects the current development branch on GitHub)
* `v1.5.0 <https://www.fatiando.org/pooch/v1.5.0>`__
* `v1.4.0 <https://www.fatiando.org/pooch/v1.4.0>`__
* `v1.3.0 <https://www.fatiando.org/pooch/v1.3.0>`__
* `v1.2.0 <https://www.fatiando.org/pooch/v1.2.0>`__
Expand Down

0 comments on commit 5032dae

Please sign in to comment.