Skip to content

Commit

Permalink
[seabreeze] cut new release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jan 18, 2022
1 parent 72f83ee commit 60d90e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]
...

## [2.0.0] - 2021-01-18
### Added
- added `seabreeze.types`
- fully type annotated seabreeze (improved autocompletion in IDEs)
Expand All @@ -23,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- expose selecting `pyusb_backend` via `seabreeze.use` for `pyseabreeze`
- *ci* switch to cibuildwheels
- stop including debugging symbols for `cseabreeze` (reduces wheels size)
- removed deprecated `seabreeze.compat` module

### Fixed
- compile correctly under newer g++
Expand Down Expand Up @@ -154,7 +158,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/v1.3.0...HEAD
[Unreleased]: https://github.com/ap--/python-seabreeze/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/ap--/python-seabreeze/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/ap--/python-seabreeze/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/ap--/python-seabreeze/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/ap--/python-seabreeze/compare/v1.0.2...v1.1.0
Expand Down

0 comments on commit 60d90e1

Please sign in to comment.