From f861d713f493f536cf0a7d234e597327279dee65 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Fri, 23 Sep 2022 17:37:31 +0100 Subject: [PATCH] Release 2.0.3 --- CHANGELOG.rst | 13 +++++++++++++ changelog/534.bugfix.rst | 1 - changelog/551.bugfix.rst | 2 -- changelog/564.bugfix.rst | 2 -- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 changelog/534.bugfix.rst delete mode 100644 changelog/551.bugfix.rst delete mode 100644 changelog/564.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de26b3815..b3585c45c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +v2.0.3 (2022-09-23) +=================== + +Bug Fixes +--------- + +- Dynamically copy docstring and function signature from `NDCube.plotter.plot()` to `NDCube.plot()`. (`#534 `__) +- Fixed a bug where the `plot_axes` key was not respected when passing `axes` to `plot` + for 2D cubes. (`#551 `__) +- Limit maximum reproject version to 0.9 due to API changes. ndcube 2.1 will support the + new reproject keyword arguments. (`#564 `__) + + v2.0.2 (2022-05-10) =================== diff --git a/changelog/534.bugfix.rst b/changelog/534.bugfix.rst deleted file mode 100644 index cbb7802ca..000000000 --- a/changelog/534.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Dynamically copy docstring and function signature from `NDCube.plotter.plot()` to `NDCube.plot()`. diff --git a/changelog/551.bugfix.rst b/changelog/551.bugfix.rst deleted file mode 100644 index 1f1d30805..000000000 --- a/changelog/551.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed a bug where the `plot_axes` key was not respected when passing `axes` to `plot` -for 2D cubes. diff --git a/changelog/564.bugfix.rst b/changelog/564.bugfix.rst deleted file mode 100644 index 157f0ae43..000000000 --- a/changelog/564.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Limit maximum reproject version due to API changes. ndcube 2.1 will support the -new reproject keyword arguments.