From bad0ef3a107f2e0fc5337af7e70c5a463a191c9e Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Thu, 16 Nov 2023 22:04:07 -0800 Subject: [PATCH] Changelog for 2.1.4 --- .github/workflows/ci.yml | 2 ++ CHANGELOG.rst | 10 ++++++++++ changelog/651.trivial.rst | 1 - 3 files changed, 12 insertions(+), 1 deletion(-) delete mode 100644 changelog/651.trivial.rst diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7cbb2273..5d5dab928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,7 @@ jobs: needs: [test] uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1 with: + python-version: '3.9' test_extras: 'dev' test_command: 'pytest -p no:warnings --doctest-rst -m "not mpl_image_compare" --pyargs ndcube' submodules: false @@ -90,6 +91,7 @@ jobs: steps: - uses: Cadair/matrix-notify-action@main with: + python-version: '3.9' matrix_token: ${{ secrets.matrix_access_token }} github_token: ${{ secrets.GITHUB_TOKEN }} homeserver: ${{ secrets.matrix_homeserver }} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f52b5f31b..9678f7201 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +2.1.4 (2023-11-16) +================== + +This is aimed as a maintenance release, to update some CI/CD and package template related items. + +Trivial/Internal Changes +------------------------ + +- Updated the error messages when missing either ``matplotlib`` or ``mpl_animators`` when creating a plot. (`#651 `__) + v2.1.3 (2023-07-08) =================== diff --git a/changelog/651.trivial.rst b/changelog/651.trivial.rst deleted file mode 100644 index f9ae4ac9e..000000000 --- a/changelog/651.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Updated the error messages when missing either ``matplotlib`` or ``mpl_animators`` when creating a plot.