Skip to content

Commit 5b3079e

Browse files
committed
cut release v2.5.0
1 parent bba7eb3 commit 5b3079e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
## [Unreleased]
1616
...
1717

18+
## [2.5.0] - 2023-11-01
19+
### Added
20+
- *psb* add support for SR2 spectrometers (thanks @avedillopy)
21+
- added zenodo batch for citing seabreeze
22+
23+
### Fixed
24+
- fixed issue with cython>=3 when installing from source
25+
26+
### Changed
27+
- dropped support for Python 3.7
28+
1829
## [2.4.0] - 2023-06-11
1930
### Added
2031
- *psb* add dark pixel indices for ST spectrometer
@@ -206,7 +217,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206217
### Changed
207218
- Don't require numpy during build of cseabreeze cython extension
208219

209-
[Unreleased]: https://github.com/ap--/python-seabreeze/compare/v2.4.0...HEAD
220+
[Unreleased]: https://github.com/ap--/python-seabreeze/compare/v2.5.0...HEAD
221+
[2.5.0]: https://github.com/ap--/python-seabreeze/compare/v2.4.0...v2.5.0
210222
[2.4.0]: https://github.com/ap--/python-seabreeze/compare/v2.3.0...v2.4.0
211223
[2.3.0]: https://github.com/ap--/python-seabreeze/compare/v2.2.0...v2.3.0
212224
[2.2.0]: https://github.com/ap--/python-seabreeze/compare/v2.1.0...v2.2.0

0 commit comments

Comments
 (0)