Skip to content

Commit 510a5e1

Browse files
0.29.3 release (#930)
This PR brings the changes for release 0.29.3 --------- Co-authored-by: Vyron Vasileiadis <[email protected]>
1 parent 3ab83b3 commit 510a5e1

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# CHANGELOG
22

3+
## 0.29.3 (2025-04-07)
4+
5+
### Improvements
6+
7+
- The tests for `QbloxDraw` have been modified such that the plots don't open on the user's browser when running pytests via VSCode.
8+
[#924](https://github.com/qilimanjaro-tech/qililab/pull/924)
9+
10+
- Github Actions now use `pytest-xdist` plugin to run tests in parallel. To run tests in parallel locally use `uv run pytest -n auto --dist loadfile`. The `--dist loadfile` flag is mandatory to avoid conflicts between tests that edit shared data, and should be planned for removal in the future.
11+
[#925](https://github.com/qilimanjaro-tech/qililab/pull/925)
12+
13+
### Bug fixes
14+
15+
- For the Rohde & Schwarz SGS100A, a missing line in the driver prevented the settings from updating when set. This issue has been fixed.
16+
[#927](https://github.com/qilimanjaro-tech/qililab/pull/927)
17+
18+
- Qblox-instruments version updated to the right one.
19+
[#929](https://github.com/qilimanjaro-tech/qililab/pull/929)
20+
321
## 0.29.2 (2025-03-31)
422

523
### New features since last release

docs/releases/changelog-dev.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,10 @@
44

55
### Improvements
66

7-
- The tests for `QbloxDraw` have been modified such that the plots don't open on the user's browser when running pytests via VSCode.
8-
[#924](https://github.com/qilimanjaro-tech/qililab/pull/924)
9-
10-
- Github Actions now use `pytest-xdist` plugin to run tests in parallel. To run tests in parallel locally use `uv run pytest -n auto --dist loadfile`. The `--dist loadfile` flag is mandatory to avoid conflicts between tests that edit shared data, and should be planned for removal in the future.
11-
[#925](https://github.com/qilimanjaro-tech/qililab/pull/925)
12-
137
### Breaking changes
148

159
### Deprecations / Removals
1610

1711
### Documentation
1812

1913
### Bug fixes
20-
- For the rohde SGS100A, a line was missing in the driver causing the settings to not be updated when being set, this has been fixed.
21-
[#927](https://github.com/qilimanjaro-tech/qililab/pull/927)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qililab"
3-
version = "0.29.2"
3+
version = "0.29.3"
44
description = "Fundamental package for fast characterization and calibration of quantum chips."
55
authors = [{name = "Qilimanjaro Quantum Tech", email = "[email protected]"}]
66
urls = {Repository = "https://github.com/qilimanjaro-tech/qililab"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)