From c44bb0ad576625377034e99e7024e315431c4908 Mon Sep 17 00:00:00 2001 From: Lily Wang <31115101+lilyminium@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:02:52 +1100 Subject: [PATCH] Update changelog for v0.4.0 (#50) --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7437e1..d3f1896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,24 +16,28 @@ The rules for this file: * accompany each entry with github issue/PR number (Issue #xyz) --> -## [Unreleased] +## [0.4.0] -- 2024-01-30 ### Authors - ianmkenney - IAlibay +- lilyminium ### Added -- Support for Python 3.12 (PR #41) +- Support for Python 3.12 (PR #42) - mdahole2 confirmed to work on macOS and is now included in CI (PR #35) +- Added and updated documentation (PR #48, Issue #33) ### Fixed - Duecredit paths now point to mdahole2 +- Updated to modern matplotlib ``get_cmap`` (PR #39) ### Changed - Version handling is now handled via versioningit (PR #41) +- Switched to ``shutil.which`` instead of custom function (PR #41) ### Deprecated