From 8c8b1269ea2b6cf5f4b9da8e744fc4742eeb90d7 Mon Sep 17 00:00:00 2001 From: Paul Ray Date: Tue, 5 Nov 2024 10:40:11 -0500 Subject: [PATCH] Update CHANGELOG for version 1.1 --- CHANGELOG-unreleased.md | 3 --- CHANGELOG.md | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG-unreleased.md b/CHANGELOG-unreleased.md index 0a3db3563..2899b99f8 100644 --- a/CHANGELOG-unreleased.md +++ b/CHANGELOG-unreleased.md @@ -9,9 +9,6 @@ the released changes. ## Unreleased ### Changed -* Bump oldest python to 3.9 -* Change oldest dependencies: `numpy` 1.18.5 to 1.23.0; `astropy` 4.0 to 5.0.5; `scipy` 1.4.1 to 1.9.0; `matplotlib` 3.2.0 to 3.4.3 -* Update CI testing to use python 3.13 ### Added ### Fixed ### Removed diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c905242f..3f24dffe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project, at least loosely, adheres to [Semantic Versioning](https://sem This file contains the released changes to the codebase. See CHANGELOG-unreleased.md for the unreleased changes. This file should only be changed while tagging a new version. +## [1.1] 2024-11-05 +### Changed +* Bump oldest python to 3.9 +* Change oldest dependencies: `numpy` 1.18.5 to 1.23.0; `astropy` 4.0 to 5.0.5; `scipy` 1.4.1 to 1.9.0; `matplotlib` 3.2.0 to 3.4.3 +* Update CI testing to use python 3.13 + ## [1.0.2] 2024-10-18 ### Changed - Moved the events -> TOAs and photon weights code into the function `load_events_weights` within `event_optimize`.