Skip to content

Commit

Permalink
Update CHANGELOG for version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulray committed Nov 5, 2024
1 parent c78e6ec commit 8c8b126
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 8c8b126

Please sign in to comment.