Skip to content

Commit

Permalink
cut release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jun 1, 2024
1 parent 15a1205 commit a8fef98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
...

## [2.8.0] - 2024-06-01
### Added
- *psb* added support for HR2 spectrometer (pyseabreeze backend) (thanks @gabrielbenedikt)
- *psb* added support for HR4 spectrometer (pyseabreeze backend) (thanks @MicheleCotrufo)

## [2.7.0] - 2024-02-21
### Added
- *csb* added support for get_fast_buffer_spectrum() (cseabreeze backend) (thanks @padalev)
Expand Down Expand Up @@ -229,7 +234,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Don't require numpy during build of cseabreeze cython extension

[Unreleased]: https://github.com/ap--/python-seabreeze/compare/v2.7.0...HEAD
[Unreleased]: https://github.com/ap--/python-seabreeze/compare/v2.8.0...HEAD
[2.8.0]: https://github.com/ap--/python-seabreeze/compare/v2.7.0...v2.8.0
[2.7.0]: https://github.com/ap--/python-seabreeze/compare/v2.6.0...v2.7.0
[2.6.0]: https://github.com/ap--/python-seabreeze/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/ap--/python-seabreeze/compare/v2.4.0...v2.5.0
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ To use the pyseabreeze backend (requires `pyusb`) simply run this before importi
| SR2 | | x |
| SR4 | | x |
| SR6 | | x |
| HR2 | | x |
| HR4 | | x |
| ST-VIS | | x |


Expand Down

0 comments on commit a8fef98

Please sign in to comment.