Skip to content

Commit

Permalink
🔖 Bump version to 0.6.4 (#516)
Browse files Browse the repository at this point in the history
* 🔖 Bump version to 0.6.4

* 📝 Updated the CHANGELOG
  • Loading branch information
marcelwa authored Aug 30, 2024
1 parent 2e8baec commit c37da62
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 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.3
VERSION 0.6.4
DESCRIPTION
"An open-source design automation framework for Field-coupled Nanotechnologies"
HOMEPAGE_URL "https://github.com/cda-tum/fiction"
Expand Down
17 changes: 14 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,28 @@ 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/>`_.

Unreleased
----------
v0.6.4 - 2024-08-30
-------------------

Added
#####
- Algorithms:
- Path-finding:
- Squared Euclidean distance function
- Chebyshev distance function
- Data structures:
- ``gate_level_layout`` now tracks its number of crossings
- CLI:
- ``ps -g`` and ``store -g`` now display the current ``gate_level_layout``'s number of crossings

Fixed
#####
- Fixed disappearing clocking schemes when applying a gate library to a gate-level layout
- Fixed a few oversights in the RTD documentation of SiDB simulation functionality
- Fixed several typos and docstrings in the codebase
- Addressed some ``clang-tidy`` warnings

v0.6.3 - 2024-08-21
v0.6.3 - 2024-08-22
-------------------

Added
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.3'
version = 'v0.6.4'
# The full version, including alpha/beta/rc tags.
release = 'v0.6.3'
release = 'v0.6.4'

# 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.3"
version = "0.6.4"
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.2',
version='0.6.4',
author='Marcel Walter',
author_email='[email protected]',
description='Design Automation for Field-coupled Nanotechnologies',
Expand Down

0 comments on commit c37da62

Please sign in to comment.