From c447afd16ab247962849f906b93bd69183757272 Mon Sep 17 00:00:00 2001 From: Kathleen Labrie Date: Thu, 8 Aug 2024 10:34:38 -1000 Subject: [PATCH] update version and DOI in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba543d59e..81c37913a 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ # Current Status -**The stable version is v3.2.0.** +**The stable version is v3.2.1.** -[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10841622.svg)](https://doi.org/10.5281/zenodo.10841622) DRAGONS is distributed as a conda package, *dragons*, and it is +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.13274573.svg)](https://doi.org/10.5281/zenodo.13274573) DRAGONS is distributed as a conda package, *dragons*, and it is included in the conda *gemini* stack. Version 3.2 is recommend for the reduction of **imaging** data from Gemini's @@ -27,7 +27,7 @@ the [Gemini IRAF package](https://www.gemini.edu/observing/phase-iii/reducing-da To install DRAGONS: ``` -$ conda create -n dragons python=3.10 dragons ds9 +$ conda create -n dragons python=3.10 dragons ds9 "numpy<2" ``` You might need to add two relevant conda channels if you haven't already: @@ -53,7 +53,7 @@ reduction of Gemini data. # Documentation Documentation on DRAGONS v3.2 is available on "readthedocs" at: -* https://dragons.readthedocs.io/en/v3.2.0/ +* https://dragons.readthedocs.io/en/v3.2.1/ There your will find manuals for Astrodata and the Recipe System, and hands-on tutorials on reducing Gemini imaging data with DRAGONS.