Skip to content

Commit

Permalink
Changelog for 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Nov 17, 2023
1 parent b260e27 commit bad0ef3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/sunpy/ndcube/pull/651>`__)

v2.1.3 (2023-07-08)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog/651.trivial.rst

This file was deleted.

0 comments on commit bad0ef3

Please sign in to comment.