From 88bc77a9ebbe6f6944db41433104f142e4e494cb Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Tue, 9 Apr 2024 15:41:34 -0700 Subject: [PATCH] Add changelog for v0.2.0 --- doc/changes.rst | 47 +++++++++++++++++++++++++++++++++++++++++++++++ doc/versions.rst | 1 + 2 files changed, 48 insertions(+) diff --git a/doc/changes.rst b/doc/changes.rst index 2a07ba2b..c567fccc 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -3,6 +3,53 @@ Changelog ========= +Version 0.2.0 +------------- + +Released on: 2024/04/09 + +doi: https://doi.org/10.5281/zenodo.10951580 + +New features: + +* Restore kernel functions for forward modelling of point sources (`#58 + `__) + +Documentation: + +* Update the versions of Sphinx and its plugins, including dark theme and minor + changes to the style of the docs (`#64 + `__) +* Mention SimPEG's support and collaboration in docs (`#65 + `__) + +Maintenance: + +* Use pip instead of conda for the docs workflow (`#63 + `__) +* Use Burocrata to check/add license notices (`#66 + `__) +* Use Dependabot to manage GitHub Actions updates (`#68 + `__) +* Setup Trusted Publisher deployment to PyPI (`#67 + `__) +* Ditch setup.cfg and replace it with pyproject.toml (`#77 + `__) +* Replace `_version_generated.py` for `_version.py` (`#80 + `__) +* Extend support for Python 3.12 (`#79 + `__) +* Drop support for Python 3.7 (`#78 + `__) +* Update Black formatting to version 24.2 (`#61 + `__) + +This release contains contributions from: + +* Santiago Soler +* Leonardo Uieda + + Version 0.1.0 ------------- diff --git a/doc/versions.rst b/doc/versions.rst index adc086b2..9d94cccb 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) +* `v0.2.0 `__ * `v0.1.0 `__ * `v0.0.1 `__