-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog
38 lines (27 loc) · 1.08 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.0] - 2024-09-12
### Added
- Missing type hints for static type checking (#82).
- Generic base classes `PowerSupply` and `PowerSupplyChannel` and `LightSource`.
- Additional HEPHY EnvironBox commands for driver and emulator (#74).
- Rhode&Schwarz NGE100 power supply (#77).
- Photonic F3000 LED light source (#75).
- Thorlabs PM100 USB optical power meter (#78).
- Rohde&Schwarz SMA100B (#79).
- NKT Photonics PILAS laser (#80).
### Changed
- Restructured driver mixins (#81).
### Removed
- Dropped support for Python 3.8
## [1.0.0] - 2024-03-26
### Added
- ITK Hydra emulator.
### Changed
- ITK CorvisTT emulator.
[unreleased]: https://github.com/hephy-dd/comet/releases/tag/v1.1.0...HEAD
[1.1.0]: https://github.com/hephy-dd/comet/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/hephy-dd/comet/releases/tag/v1.0.0