Skip to content

v0.6.11

Latest

Choose a tag to compare

@github-actions github-actions released this 12 May 16:24
· 117 commits to refs/heads/main since this release
7e3817d

πŸ‘€ What's Changed

This is an incremental release that bundles a lot of smaller changes, improvements, updates, and bug fixes.

Full CHANGELOG: v0.6.10...v0.6.11
Many thanks to all contributors!

✨ Features and Enhancements

  • 🐍 Add Pythonic dictionary-like interfaces to operational_domain and critical_temperature_domain @marcelwa (#741)
  • βš—οΈ Added experiment for a comprehensive analysis of the critical temperature domain @Drewniok (#684)
  • 🎨 Slightly faster ClusterComplete @wlambooy (#664)
  • ✨ Parameter to move inputs/outputs to top/bottom border after hexagonalization @simon1hofmann (#692)
  • 🎨 Improved usability of the on-the-fly SiDB gate library @Drewniok (#634)
  • ✨ Added timeout for QuickSim @Drewniok (#654)
  • 🎨 Refactored random layout design functions @Drewniok (#678)
  • 🎨 Refactored QuickSim to remove magic number for upper limit calculation @Drewniok (#679)

⚑️ Performance

πŸ› Bug Fixes

  • πŸ› Fixed not setting Z dimension while determining aspect ratio for cell-level layout @wlambooy (#730)
  • πŸ“ Fixed warnings in documentation @Drewniok (#719)
  • πŸ› Use correct function for charge index calculation and fix base for TTS calculation @Drewniok (#721)
  • πŸ“ Change references of logos due to repo migration. @Drewniok (#718)
  • πŸ› Fixed inconsistencies and various bugs in SiDB simulation/analysis @Drewniok (#693)
  • πŸ› Exclude ClusterComplete from simulation engine selection when ALGLIB is disabled @Drewniok (#700)
  • πŸ› Increased tolerance to avoid undetected degeneracy and added forbidden BDL types in wire detection @Drewniok (#685)
  • πŸ“ Documenation fix related to bdl_input_iterator @marcelwa (#691)
  • πŸ› Fixed LT, LE, GT, and LE gate handling in gate_level_layout and write_/read_fgl_layout @marcelwa (#689)
  • πŸ› Number of crossings calculation @simon1hofmann (#686)

πŸ“ Documentation

βœ… Testing

πŸ‘· CI

  • β¬†οΈπŸ‘¨β€πŸ’» Update wntrblm/nox action to v2025.05.01 @renovate[bot] (#734)
  • β¬†οΈπŸ‘¨β€πŸ’» Update astral-sh/setup-uv action to v6 @renovate[bot] (#725)
  • β¬†οΈπŸ‘¨β€πŸ’» Update ZedThree/clang-tidy-review action to v0.21.0 @renovate[bot] (#712)
  • β¬†οΈπŸ‘¨β€πŸ’» Update pypa/cibuildwheel action to v2.23 @renovate[bot] (#683)

⬆️ Dependencies

29 changes