From 5a878451a1636b141a687a482239a37287a32198 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Tue, 27 Jul 2021 14:19:18 +0100 Subject: [PATCH] 1.0.0 --- CHANGES.md | 4 +++- doc/installation/conda.rst | 2 +- doc/whatsnew/whatsnew.rst | 11 ++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 679fa1350..c524d7f02 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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] @@ -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) ------------------- diff --git a/doc/installation/conda.rst b/doc/installation/conda.rst index a5daaef96..69246c51b 100644 --- a/doc/installation/conda.rst +++ b/doc/installation/conda.rst @@ -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. diff --git a/doc/whatsnew/whatsnew.rst b/doc/whatsnew/whatsnew.rst index b5d3e9afa..f88c52e3e 100644 --- a/doc/whatsnew/whatsnew.rst +++ b/doc/whatsnew/whatsnew.rst @@ -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:: @@ -26,6 +26,15 @@ about glue in general, you can find information :ref:`here ` 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?