From a66776061f838fa830fb0dbc0043fdec4ae1639e Mon Sep 17 00:00:00 2001 From: DanRyanIrish Date: Wed, 8 May 2019 15:16:35 -0400 Subject: [PATCH] Release v1.1.2 --- CHANGELOG.rst | 15 +++++++++++++++ changelog/158.trivial.rst | 1 - changelog/164.bugfix.rst | 1 - setup.cfg | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 changelog/158.trivial.rst delete mode 100644 changelog/164.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5657c0f63..bc4212fc6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,18 @@ +ndcube 1.1.2 +============ + +Bug Fixes +--------- + +- `ndcube.NDCube.world_axis_physical_types` now sets the axis label to the WCS CTYPE if no corresponding IVOA name can be found. (`#164 `__) + + +Trivial/Internal Changes +------------------------ + +- Include more helpful error when invalid item type is used to slice an `~ndcube.NDCube`. (`#158 `__) + + 1.1.1 ================ diff --git a/changelog/158.trivial.rst b/changelog/158.trivial.rst deleted file mode 100644 index e1540bdfe..000000000 --- a/changelog/158.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Include more helpful error when invalid item type is used to slice an `~ndcube.NDCube`. diff --git a/changelog/164.bugfix.rst b/changelog/164.bugfix.rst deleted file mode 100644 index d431bd6e9..000000000 --- a/changelog/164.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -`ndcube.NDCube.world_axis_physical_types` now sets the axis label to the WCS CTYPE if no corresponding IVOA name can be found. diff --git a/setup.cfg b/setup.cfg index bbf3bd54e..b825ed3d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,6 +46,6 @@ url = http://sunpy.org edit_on_github = True github_project = sunpy/ndcube # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version = 1.1.1 +version = 1.1.2 install_requires=sunpy>=0.9 astropy matplotlib pytest