forked from hephy-dd/comet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog
More file actions
75 lines (54 loc) · 1.94 KB
/
changelog
File metadata and controls
75 lines (54 loc) · 1.94 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# 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.2.2] - 2025-03-27
### Added
- tests for Keithley K2700 emulator.
### Fixed
- Keithley K2700 reading format
## [1.2.1] - 2025-03-26
### Changed
- deprecated version key in emulator files (#92).
### Fixed
- install instructions and links
## [1.2.0] - 2025-03-25
### Added
- Generic base class `DigitalMultiMeter`.
- Keithley DAQ6510 DMM (#88).
- Keithley K2700 DMM (#89).
- Driver factory (#90).
## [1.1.1] - 2025-03-17
### Added
- executable script `comet-emulator` (#87).
- deploying docs using gh-pages (#86).
## [1.1.0] - 2025-03-14
### Added
- Support for Python 3.13
- Emulator mock resources (#84).
- 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).
- ERS AC3 Thermal Chuck (#83).
### 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.2.2...HEAD
[1.2.2]: https://github.com/hephy-dd/comet/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/hephy-dd/comet/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/hephy-dd/comet/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/hephy-dd/comet/compare/v1.1.0...v1.1.1
[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