Skip to content

Commit

Permalink
Changelog entry for v1.5.2 (fatiando#271)
Browse files Browse the repository at this point in the history
Bug fix release with 1 bug fix, some maintenance, typo fixes, and minor
enhancements.
  • Loading branch information
leouieda committed Oct 11, 2021
1 parent 62043e8 commit bc32d4e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
Changelog
=========

Version 1.5.2
-------------

*Released on: 2021/10/11*

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

Bug fixes:

* Fix bug when unpacking an entire subfolder from an archive. Now both unpacking processors (``Untar`` and ``Unzip``) handle ``members`` that are folders (not files) correctly. (`#266 <https://github.com/fatiando/pooch/pull/266>`__)

Enhancements:

* Add support for Python 3.10 (`#260 <https://github.com/fatiando/pooch/pull/260>`__)
* Point to the user's code for the file_hash warning instead of our internal code (which isn't very useful) (`#259 <https://github.com/fatiando/pooch/pull/259>`__)

Documentation:

* Fix typo in a variable name of the examples in the documentation (`#268 <https://github.com/fatiando/pooch/pull/268>`__)
* Fix typo when specifying the SFTP protocol in the about page (`#267 <https://github.com/fatiando/pooch/pull/267>`__)

Maintenance:

* Remove old testing checks if running on TravisCI (`#265 <https://github.com/fatiando/pooch/pull/265>`__)

This release contains contributions from:

* Santiago Soler
* Hugo van Kemenade
* Mark Harfouche
* Leonardo Uieda

Version 1.5.1
-------------

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.2 <https://www.fatiando.org/pooch/v1.5.2>`__
* `v1.5.1 <https://www.fatiando.org/pooch/v1.5.1>`__
* `v1.5.0 <https://www.fatiando.org/pooch/v1.5.0>`__
* `v1.4.0 <https://www.fatiando.org/pooch/v1.4.0>`__
Expand Down

0 comments on commit bc32d4e

Please sign in to comment.