You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,16 @@ CHANGELOG
3
3
4
4
For more details refer to the [documentation](https://softwarequtech.github.io/SimulaQron/html/index.html).
5
5
6
-
Upcoming
7
-
--------
8
-
2026-03-13 (v4.0.1)
6
+
7
+
2026-04-23 (v4.1.1)
8
+
-------------------
9
+
- Update README file.
10
+
- Added `install-development` target in the Makefile to ease the process of installing development dependencies.
11
+
- Remove old "nativeMode" files after rename of the folder.
12
+
- Adjusted Dockerfile to use the lates PyPI deployed version of SimulaQron.
13
+
- Fixed GitHub workflow to automatically deploy documentation.
14
+
15
+
2026-04-16 (v4.1)
9
16
-------------------
10
17
- Migrated project specification to use modern TOML approach.
11
18
- Tested working with Python versions 3.10, 3.11 and 3.12.
@@ -19,7 +26,7 @@ Upcoming
19
26
-------------------
20
27
- Major breaking change! Using `cqc` is now deprecated and replaced with `netqasm`.
21
28
`netqasm` improves on `cqc` on many levels, for more details.
22
-
As with `cqc`, `netqasm` also has a SDK in python for writing applications, which is very similar to the SDK for `cqc`.
29
+
As with `cqc`, `netqasm` also has an SDK in python for writing applications, which is very similar to the SDK for `cqc`.
23
30
However, there are some differences, for details see [the netqasm repo](https://github.com/QuTech-Delft/netqasm) and [its documentation](https://netqasm.readthedocs.io/en/latest/).
0 commit comments