Skip to content

Commit

Permalink
Add changelog entry for v1.8.2 (#420)
Browse files Browse the repository at this point in the history
Small bug fix release to fix the hard-coded timeout of requests
sessions.
  • Loading branch information
leouieda authored Jun 6, 2024
1 parent 889f6e1 commit dfc6938
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,39 @@
Changelog
=========

Version 1.8.2
-------------

Released on: 2024/06/06

DOI: https://doi.org/10.5281/zenodo.11493461

Bug fixes:

* Use a variable to set the default request timeout (`#418 <https://github.com/fatiando/pooch/pull/418>`__)

Documentation:

* Add HyperSpy, RosettaSciIO, eXSpy to projects using pooch (`#408 <https://github.com/fatiando/pooch/pull/408>`__)
* Add more packages using Pooch (`#403 <https://github.com/fatiando/pooch/pull/403>`__)

Maintenance:

* Add optional dependencies to environment.yml (`#413 <https://github.com/fatiando/pooch/pull/413>`__)
* Run tests with oldest dependencies on x86 macos (`#414 <https://github.com/fatiando/pooch/pull/414>`__)
* Mark additional tests requiring network (`#412 <https://github.com/fatiando/pooch/pull/412>`__)
* Fix package description in pyproject.toml (`#407 <https://github.com/fatiando/pooch/pull/407>`__)
* Setup Trusted Publisher deployment to PyPI (`#406 <https://github.com/fatiando/pooch/pull/406>`__)
* Use Burocrata to check and add license notices (`#402 <https://github.com/fatiando/pooch/pull/402>`__)
* Use pyproject.toml instead of setup.cfg (`#401 <https://github.com/fatiando/pooch/pull/401>`__)

This release contains contributions from:

* Sandro
* Jonas Lähnemann
* Santiago Soler
* Leonardo Uieda

Version 1.8.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.8.2 <https://www.fatiando.org/pooch/v1.8.2>`__
* `v1.8.1 <https://www.fatiando.org/pooch/v1.8.1>`__
* `v1.8.0 <https://www.fatiando.org/pooch/v1.8.0>`__
* `v1.7.0 <https://www.fatiando.org/pooch/v1.7.0>`__
Expand Down

0 comments on commit dfc6938

Please sign in to comment.