v0.6.4
github-actions
released this
30 Aug 08:05
·
64 commits
to refs/heads/main
since this release
👀 What's Changed
This release mainly fixes some bugs, most notably the loss of clocking information after apply_gate_library
. However, also some small features were added like two new distance functions and crossing counting in gate_level_layout
.
Full CHANGELOG: v0.6.3...v0.6.4
Many thanks to all contributors!
✨ Features and Enhancements
- ✨ Track number of crossings @simon1hofmann (#514)
- ✨ Squared Euclidean and Chebyshev distance functions @marcelwa (#512)
🐛 Bug Fixes
- 🐛 Fixed disappearing clocking schemes when applying a gate library @marcelwa (#515)
- 📝 Fix a few oversights in the RTD documentation of SiDB simulation functionality @marcelwa (#513)
- ✏️ Fixed a typo in robustness domain analysis @marcelwa (#511)
- 🚨 clang-tidy warnings @simon1hofmann (#507)
📝 Documentation
- 📝 Fix a few oversights in the RTD documentation of SiDB simulation functionality @marcelwa (#513)
- 📝 Add
gold
to README and docs @simon1hofmann (#508)
⬆️ Dependencies
- ⬆️ Bump libs/pybind11 from
a1d0091
toc2291e5
in the submodules group @dependabot (#509)