Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRyanIrish committed May 8, 2019
1 parent 462480f commit a667760
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/sunpy/ndcube/pull/164>`__)


Trivial/Internal Changes
------------------------

- Include more helpful error when invalid item type is used to slice an `~ndcube.NDCube`. (`#158 <https://github.com/sunpy/ndcube/pull/158>`__)


1.1.1
================

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/164.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a667760

Please sign in to comment.