From 44fa7fa9f97b49e88a584446edbec3a812ac4dd1 Mon Sep 17 00:00:00 2001 From: Simon Torres Date: Thu, 8 Oct 2020 23:26:30 -0300 Subject: [PATCH 1/3] Added github actions badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5ce7afc7..92a104b5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ [![pypi](https://img.shields.io/pypi/v/goodman_pipeline.svg?style=flat)](https://pypi.org/project/goodman-pipeline/) [![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/) +![Goodman Pipeline](https://github.com/soar-telescope/goodman_pipeline/workflows/Goodman%20Pipeline/badge.svg?branch=master) +![Goodman Pipeline with Conda](https://github.com/soar-telescope/goodman_pipeline/workflows/Goodman%20Pipeline%20with%20Conda/badge.svg) +![Upload to PYPI](https://github.com/soar-telescope/goodman_pipeline/workflows/Upload%20to%20PYPI/badge.svg) + ## Overview The Goodman High Throughput Spectrograph (Goodman HTS) Data-Reduction Pipeline is the SOAR Telescope's official data reduction pipeline for *Goodman HTS*. From 880f2fd90cf5744bb5578920168e831cc88a3173 Mon Sep 17 00:00:00 2001 From: Simon Torres Date: Fri, 9 Oct 2020 00:15:26 -0300 Subject: [PATCH 2/3] Changed version to 1.3.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 46320661..eea6a878 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,4 +32,4 @@ install_requires = ccdproc astroplan # version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) -version = 1.3.2.dev1 +version = 1.3.2 From 9b60ee976c260d1339e0e8a6361b996384f5d2f5 Mon Sep 17 00:00:00 2001 From: Simon Torres Date: Fri, 9 Oct 2020 00:20:47 -0300 Subject: [PATCH 3/3] Added change history entry for version 1.3.2 --- docs/change_history.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/change_history.rst b/docs/change_history.rst index 5565f416..7d0be9f7 100644 --- a/docs/change_history.rst +++ b/docs/change_history.rst @@ -1,6 +1,16 @@ Change History ############## +.. _v1.3.2: + +V1.3.2 09-10-2020 +^^^^^^^^^^^^^^^^^ + +- Fixed Github Actions setup +- Removed pandas version constraint and implemented workaround to be able to + use latest pandas version. +- Modified installation of dcr on travis and Github Actions + .. _v1.3.1: V1.3.1 23-09-2020