From 25b0d0b16fad89cc416fc47c9f646cff50d606dc Mon Sep 17 00:00:00 2001 From: Alexis Brandeker Date: Fri, 9 Feb 2024 16:13:19 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md In preparation for 1.0.1 release --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8046c..ea02952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.1] - 2024-02-09 + +### Added + +- All numpy functions now use only one thread, to avoid clash with PIPE multithreading on a higher level. For some platforms this improved performance by a factor 2. +- Added check for the presence of calibration files + ## [1.0.0] - 2024-02-06 ### Added - Initial release -- CHANGELOG.md created \ No newline at end of file +- CHANGELOG.md created From 53648ff0c948a0787d2015a308b51d38cee0e7e1 Mon Sep 17 00:00:00 2001 From: Alexis Brandeker Date: Sat, 10 Feb 2024 11:16:35 +0100 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 64d62dc..c6d1ea9 100644 --- a/README.rst +++ b/README.rst @@ -57,7 +57,7 @@ from achieving that. A poorly determined PSF could result in photometric performance that is worse than that provided by the DRP. Thus, PIPE needs to be run in a supervised mode and is not a replacement for the DRP. -Find the PIPE manual here: https://github.com/alphapsa/PIPE/blob/ad47132ca5afaaf512c9da81759fa5e11c6f3ac1/docs/pipe/PIPE_manual.pdf +Find the PIPE manual here: https://github.com/alphapsa/PIPE/blob/4d592ac796e57a7accfb78bbea96577b90eceb71/docs/pipe/PIPE_manual.pdf Original author: Alexis Brandeker , Stockholm University.