Skip to content

Commit 7163e90

Browse files
committed
Version bump for release v1.3.0
1 parent 9aacb13 commit 7163e90

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ body:
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1.dev0
1+
1.3.0

docs/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,39 @@
55
### Breaking Changes
66
None
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
1026
replaced by the corresponding hex literal "\x00".
1127
- Rubberband selection of utility plot widgets now works for `pyqtgraph != 0.12.4`. This specific
1228
version 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
1633
non-conflicting socket server settings for namespace server and remote module server in the
1734
configs 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

0 commit comments

Comments
 (0)