From 3568e71c5c6fbedec3d64277b90399188b8953b0 Mon Sep 17 00:00:00 2001 From: DanRyanIrish Date: Thu, 29 Mar 2018 23:52:20 -0400 Subject: [PATCH] Updated CHANGELOG to include PRs #98, #101 and #103. --- CHANGELOG.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 02b0bb475..3eb6149cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,12 @@ New Features ------------ - Added installation instructions to docs. [#77] +- Moved NDCube plotting to a new mixin class, NDCubePlotMixin, making + the plotting an optional extra. All the non-plotting functionality + now lives in the NDCubeBase class. [#101] +- Moved NDCubSequence plotting to a new mixin class, + NDCubSequencePlotMixin, making the plotting an optional extra. All + the non-plotting functionality now lives in the NDCubeSequenceBase class. [#98] API Changes ----------- @@ -13,6 +19,12 @@ API Changes implementation in ``glue-viz`` which is intended to be merged into ``astropy`` in the future. This API change helped fix the ``NDCube.world_axis_physical_type`` bug listed below. [#80] +- Give users more control in plotting both for NDCubePlotMixin and + NDCubeSequencePlotMixin. In most cases the axes coordinates, axes + units, and data unit can be supplied manually or via supplying the + name of an extra coordinate if it is wanted to describe an + axis. In the case of NDCube, the old API is currently still + supported by will be removed in future versions. [#98 #103] Bug Fixes ---------