File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 description : What version of our software are you running?
1818 options :
1919 - Development
20+ - Release v1.3.0
2021 - Release v1.2.0
2122 - Release v1.1.0
2223 - Release v1.0.1
Original file line number Diff line number Diff line change 1- 1.2.1.dev0
1+ 1.3.0
Original file line number Diff line number Diff line change 55### Breaking Changes
66None
77
8+ ### Bugfixes
9+ None
10+
11+ ### New Features
12+ None
13+
14+ ### Other
15+ None
16+
17+
18+ ## Version 1.3.0
19+ Released on 20.12.2022
20+
21+ ### Breaking Changes
22+ None
23+
824### Bugfixes
925- NULL bytes in log messages are handled now and no longer lead to crashes of qudi. They are
1026replaced by the corresponding hex literal "\x00".
1127- Rubberband selection of utility plot widgets now works for ` pyqtgraph != 0.12.4 ` . This specific
1228version is broken in that regard and a comprehensive error is thrown if it is detected.
1329- Adjusted 2D gaussian fit arguments to be compatible with the datafitting toolchain.
30+
1431### New Features
1532- Multiple qudi sessions can now be run in parallel locally. However, the user must ensure
1633non-conflicting socket server settings for namespace server and remote module server in the
1734configs to load.
1835
1936### Other
2037- Bumped minimum package requirement ` pyqtgraph >= 0.13.0 ` .
38+ - Introduced properties to make ` qudi.util.constraints.ScalarConstraint ` mostly backwards
39+ compatible with the deprecated ` qudi.core.interface.ScalarConstraint ` . Only exception is ` unit `
40+ which should not be supported anymore.
2141
2242
2343## Version 1.2.0
You can’t perform that action at this time.
0 commit comments