Skip to content

Commit

Permalink
Changelog for 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed May 31, 2023
1 parent d730ea0 commit f78bfba
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
]
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|.rst|.md)$"
- repo: https://github.com/PyCQA/autoflake
rev: v2.0.1
rev: v2.1.1
hooks:
- id: autoflake
args:
Expand All @@ -34,7 +34,7 @@ repos:
args: ["--sp", "setup.cfg"]
exclude: ".*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|.rst|.md)$"
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.1
rev: v2.0.2
hooks:
- id: autopep8
args: ["--in-place","--max-line-length", "200"]
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2.1.2 (2023-05-31)
==================

Backwards Incompatible Changes
------------------------------

- `ndcube.NDCollection.aligned_axes` attribute is now property. (`#607 <https://github.com/sunpy/ndcube/pull/607>`__)


Bug Fixes
---------

- Keywords for ``sequence_axis_coords`` and ``sequence_axis_unit`` were not passed to the ``SequenceAnimator`` constructor.
This is now fixed. (`#607 <https://github.com/sunpy/ndcube/pull/607>`__)

Improved Documentation
----------------------

- Sphinx nitpicky was enabled and lots of references were updated.
- Overall documentation layout was adjusted to shrink the sidebar.


v2.1.1 (2023-03-09)
===================

Expand Down
1 change: 0 additions & 1 deletion changelog/607.breaking.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/607.bugfix.rst

This file was deleted.

0 comments on commit f78bfba

Please sign in to comment.