Skip to content

Commit c69a429

Browse files
authored
📝 Update the changelog (#591)
1 parent c8da54f commit c69a429

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

docs/changelog.rst

+25-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,37 @@ Unreleased
1010

1111
Added
1212
#####
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
1322
- Documentation:
1423
- 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
1532

1633
Fixed
1734
#####
1835
- 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
2044

2145
v0.6.5 - 2024-10-22
2246
-------------------

0 commit comments

Comments
 (0)