Commit c69a429 1 parent c8da54f commit c69a429 Copy full SHA for c69a429
File tree 1 file changed +25
-1
lines changed
1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,37 @@ Unreleased
10
10
11
11
Added
12
12
#####
13
+ - Algorithms:
14
+ - Simulation:
15
+ - Kink control option for critical temperature simulation of SiDB layouts
16
+ - Python bindings:
17
+ - Support for Python 3.13 (including GIL-free multi-threading)
18
+ - I/O:
19
+ - SVG drawer for SiDB layouts
20
+ - Experiments:
21
+ - Ship the SiQAD and Bestagon gate libraries als SQD files
13
22
- Documentation:
14
23
- Added wiring reduction paper to publication list
24
+ - Added Willem Lambooy to the authors list
25
+ - Continuous integration:
26
+ - Several improvements to the Docker workflow including publishing images to DockerHub
27
+
28
+ Changed
29
+ #######
30
+ - Continuous integration:
31
+ - Exclude long-running tests from the Debug CI workflows
15
32
16
33
Fixed
17
34
#####
18
35
- Adapted ``post-layout optimization `` and ``wiring reduction `` to handle layouts with PIs not placed at the borders
19
-
36
+ - Fix neutral defect handling in CDS and correct gate design termination condition
37
+ - Enforce runtime evaluation of dynamic formatting strings to fix consteval contexts
38
+ - Microsoft logo in CI badge by replacing the logo slug with a base64 encoding of the SVG image
39
+ - Remove explicit XCode version setup for macOS 13 CIs
40
+ - Adjusted PyPI deployment target for macOS
41
+ - Several bugs resulting from the new cell_type::LOGIC in the SiDB technology
42
+ - Several compiler and linter warnings
43
+ - Documentation for BDL wire detection
20
44
21
45
v0.6.5 - 2024-10-22
22
46
-------------------
You can’t perform that action at this time.
0 commit comments