Skip to content

Commit

Permalink
Updated changelog and docs for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 5, 2021
1 parent bb2e8b3 commit 1660f74
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Full changelog
==============

v1.1.0 (unreleased)
v1.1.0 (2021-07-21)
-------------------

* Fix compatibility with xlrd 2.0 and require openpyxl for .xlsx input. [#2196]
Expand All @@ -12,6 +12,8 @@ v1.1.0 (unreleased)

* Avoid warnings with recent releases of astropy. [#2212]

* Fixed compatibility of auto-linking with all APE 14 WCSes. [#2209]

v1.0.1 (2020-11-10)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/installation/conda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ First, make sure that your conda command is up to date::

then install glue with::

conda install -c glueviz glueviz=1.0
conda install -c glueviz glueviz=1.1

This will install the latest version of glue from the ``glueviz`` conda channel.

Expand Down
11 changes: 10 additions & 1 deletion doc/whatsnew/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interested.
Before we get started, here's a reminder on how to install/update glue. You can
easily update glue if you are using Anaconda/Miniconda by doing::

conda install -c glueviz glueviz=1.0
conda install -c glueviz glueviz=1.1

If instead you installed glue with pip, you can update with::

Expand All @@ -26,6 +26,15 @@ about glue in general, you can find information :ref:`here
<help>` about contacting us and/or
reporting issues.

.. _whatsnew_110:

What's new in glue v1.1.0?
==========================

Glue v1.1.0 is a maintenance release that fixes support with recent versions of
dependencies and drops support for Python 3.6. Python 3.7 or later is now required
to run glue.

.. _whatsnew_100:

What's new in glue v1.0.x?
Expand Down

0 comments on commit 1660f74

Please sign in to comment.