From dfc69386753e3793b6960301a00c90b71656bf6f Mon Sep 17 00:00:00 2001 From: Leonardo Uieda Date: Thu, 6 Jun 2024 13:40:03 -0300 Subject: [PATCH] Add changelog entry for v1.8.2 (#420) Small bug fix release to fix the hard-coded timeout of requests sessions. --- doc/changes.rst | 33 +++++++++++++++++++++++++++++++++ doc/versions.rst | 1 + 2 files changed, 34 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index d211f49b..8453a82c 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -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 `__) + +Documentation: + +* Add HyperSpy, RosettaSciIO, eXSpy to projects using pooch (`#408 `__) +* Add more packages using Pooch (`#403 `__) + +Maintenance: + +* Add optional dependencies to environment.yml (`#413 `__) +* Run tests with oldest dependencies on x86 macos (`#414 `__) +* Mark additional tests requiring network (`#412 `__) +* Fix package description in pyproject.toml (`#407 `__) +* Setup Trusted Publisher deployment to PyPI (`#406 `__) +* Use Burocrata to check and add license notices (`#402 `__) +* Use pyproject.toml instead of setup.cfg (`#401 `__) + +This release contains contributions from: + +* Sandro +* Jonas Lähnemann +* Santiago Soler +* Leonardo Uieda + Version 1.8.1 ------------- diff --git a/doc/versions.rst b/doc/versions.rst index 0fd5ff26..609ed6ab 100644 --- a/doc/versions.rst +++ b/doc/versions.rst @@ -7,6 +7,7 @@ Use the links below to access documentation for specific versions * `Latest release `__ * `Development `__ (reflects the current development branch on GitHub) +* `v1.8.2 `__ * `v1.8.1 `__ * `v1.8.0 `__ * `v1.7.0 `__