diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd0770b..6ee0968 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,19 @@ Changelog ========= +We follow `semantic versioning `_ practices so versions increment as + +#. MAJOR version when you make incompatible API changes +#. MINOR version when you add functionality in a backward compatible manner +#. PATCH version when you make backward compatible bug fixes + +Note that PATCH versions releases may not be documented below. + +2.2.0 (2024-03-14) +------------------ +* Fix and improvement to gui +* General improvements to documentation and examples +* Removed poetry +* added pre-commit support and updated testing 2.1.0 (2022-01-07) ------------------ @@ -7,7 +21,6 @@ Changelog * Added tutorial and documentation to illustrate interpolation * Going outside of data range (1 keV to 2 MeV) now provides a ValueError instead of failing quietly and filling in zeros for extrapolated values. - 2.0.1 (2022-10-10) ------------------ * The Material class can now represent substances with multiple and arbitrary constitutients