Skip to content

Commit

Permalink
🔖 Bump version to 0.6.2 (#443)
Browse files Browse the repository at this point in the history
* 📝 Updated the changelog

* 🔖 Bumped version to 0.6.2

* 📝 Update pyfiction docstrings

Signed-off-by: GitHub Actions <[email protected]>

---------

Signed-off-by: GitHub Actions <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
marcelwa and actions-user authored May 22, 2024
1 parent f128aec commit 1da1297
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# Set the project name and version
project(
fiction
VERSION 0.6.1
VERSION 0.6.2
DESCRIPTION
"An open-source design automation framework for Field-coupled Nanotechnologies"
HOMEPAGE_URL "https://github.com/cda-tum/fiction"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@ static const char *__doc_fiction_bdl_pair =
R"doc(A Binary-dot Logic (BDL) pair is a pair of SiDBs that are close to
each other and, thus, most likely share a charge.

Template parameter ``Lyt``:
SiDB cell-level layout type.)doc";
Template parameter ``CellType``:
Cell type.)doc";

static const char *__doc_fiction_bdl_pair_bdl_pair = R"doc(Standard constructor for empty BDL pairs.)doc";

Expand Down Expand Up @@ -3300,8 +3300,8 @@ Parameter ``params``:
static const char *__doc_fiction_design_sidb_gates_params =
R"doc(This struct contains parameters and settings to design SiDB gates.

Template parameter ``Cell``:
-level layout type.)doc";
Template parameter ``CellType``:
Cell type.)doc";

static const char *__doc_fiction_design_sidb_gates_params_canvas = R"doc(Canvas spanned by the northwest and southeast cell.)doc";

Expand Down
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.

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

v0.6.2 - 2024-05-22
-------------------

Added
#####
- Experiments:
- Script for runtime evaluation of ExGS, QuickExact, and QuickSim on the Bestagon gate set

Fixed
#####
- Python bindings:
- ``detect_bdl_pairs`` no longer require the ``_100`` or ``_111`` suffix
- Minor inconsistencies

v0.6.1 - 2024-05-16
-------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = 'v0.6.1'
version = 'v0.6.2'
# The full version, including alpha/beta/rc tags.
release = 'v0.6.1'
release = 'v0.6.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mnt.pyfiction"
version = "0.6.1"
version = "0.6.2"
description = "Design Automation for Field-coupled Nanotechnologies"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def build_extension(self, ext):

setup(
name='mnt.pyfiction',
version='0.6.1',
version='0.6.2',
author='Marcel Walter',
author_email='[email protected]',
description='Design Automation for Field-coupled Nanotechnologies',
Expand Down

0 comments on commit 1da1297

Please sign in to comment.