diff --git a/doc/changes.rst b/doc/changes.rst index c567fcc..736debe 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -3,6 +3,42 @@ Changelog ========= +Version 0.3.0 +------------- + +Released on: 2024/10/08 + +doi: https://doi.org/10.5281/zenodo.13905447 + +Bug fixes: + +- Fix bug on ``safe_log`` and solves discontinuous magnetic fields (`#100 `__) + +New features: + +- Add forward modelling functions for the magnetic gradiometry components of prisms (`#97 `__) + +Maintenance: + +- Run tests with oldest dependencies on x86 macos (`#83 `__) +- Replace ``_version_generated.py`` for ``_version.py`` in Makefile (`#82 `__) +- Update how output variables are stored in Actions (`#90 `__) +- Move push to codecov to its own job in Actions (`#88 `__) +- Replace ``build`` for ``python-build`` in ``environment.yml`` (`#91 `__) +- Simplify tests for prism magnetic forward funcs (`#96 `__) +- Add some more tests for ``_safe_log`` (`#101 `__) + +Documentation: + +- Replace Sphinx napoleon for numpydoc (`#84 `__) +- Fix style errors in docstrings (`#85 `__) +- Improve docstrings of ``magnetic_field`` functions (`#87 `__) + +This release contains contributions from: + +- Santiago Soler + + Version 0.2.0 ------------- diff --git a/doc/versions.rst b/doc/versions.rst index 9d94ccc..a9fbe40 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.3.0 `__ * `v0.2.0 `__ * `v0.1.0 `__ * `v0.0.1 `__