Skip to content

Commit e260038

Browse files
Drewniokmarcelwa
andauthored
🔖 Bump version to 0.6.9 (#666)
* 📝 updated changelog. * 🔖 bump version to 0.6.9 * 📝 small fix. * 📝 adjust readme. * 🔖 Updated lockfile --------- Co-authored-by: Marcel Walter <marcel.walter@tum.de>
1 parent 8ab616d commit e260038

File tree

6 files changed

+29
-6
lines changed

6 files changed

+29
-6
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ authors:
1717
given-names: "Robert"
1818
orcid: "0000-0002-4993-7860"
1919
title: "The Munich Nanotech Toolkit (MNT)"
20-
version: 0.6.8
20+
version: 0.6.9
2121
doi: 10.1109/NANO61778.2024.10628747
2222
url: "https://github.com/cda-tum/fiction"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
1818
# Set the project name and version
1919
project(
2020
fiction
21-
VERSION 0.6.8
21+
VERSION 0.6.9
2222
DESCRIPTION
2323
"An open-source design automation framework for Field-coupled Nanotechnologies"
2424
HOMEPAGE_URL "https://github.com/cda-tum/fiction"

docs/changelog.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_.
77

8+
v0.6.9 - 2025-02-12
9+
-------------------
10+
11+
Added
12+
#####
13+
- Algorithms:
14+
- Added ``ClusterComplete``, a novel exact physical simulator for SiDB layouts with substantially improved runtimes, allowing the simulation of multi-gate SiDB layouts.
15+
- Added temperature-aware operational domain simulation and restructured the function to simplify the integration of additional figures of merit in the future
16+
17+
Changed
18+
#######
19+
- Build and documentation:
20+
- Added optional usage of `jemalloc <https://github.com/jemalloc/jemalloc>`_ to speed up certain parallelized applications
21+
22+
Fixed
23+
#####
24+
- Algorithms:
25+
- Fixed a bug in ``apply_gate_library`` that resulted in incorrect cell-level layout sizing
26+
- Build and documentation:
27+
- Added a CMake file for detecting pre-installed jemalloc
28+
- Experiments:
29+
- Fixed a non-critical bug that occurred when ALGLIB was disabled
30+
831

932
v0.6.8 - 2025-01-25
1033
-------------------

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = "v0.6.8"
61+
version = "v0.6.9"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "v0.6.8"
63+
release = "v0.6.9"
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "scikit_build_core.build"
77

88
[project]
99
name = "mnt.pyfiction"
10-
version = "0.6.8"
10+
version = "0.6.9"
1111
description = "Design Automation for Field-coupled Nanotechnologies"
1212
readme = "README.md"
1313
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)