From 31a489ff8b984a0fbe4e29282d7ca1c4ca99562a Mon Sep 17 00:00:00 2001 From: dr-guangtou Date: Mon, 16 Nov 2020 16:37:45 -0500 Subject: [PATCH] Add changes made by Francois Lanusse --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3268ff1..fd287ae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,5 +7,9 @@ - Fix a few Python warnings including: - Changes `is not` to `!=` - Make a copy of certain `matplotlib` colormap before modifying it. +- Fix a small typo related to image cutout (by Christopher Bradshaw) +- Implementing version management by `setuptools_scm` here, and adding a travis CI script + to just check that all dependencies install correctly, and upload the package to `PyPi` + in case of a new version (by Francois Lanusse) - Add a new demo notebook to compare the differences in coadd image between `DR2` and `DR3`.