From af852917141b1f13c0188b2357e969f68a727e4f Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Fri, 15 Mar 2024 15:19:59 -0500 Subject: [PATCH] chore: prep for v0.6.0 release, update deps --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- requirements.txt | 4 ++-- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1878950..77d5383 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - black==23.10.1 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.2 + rev: v0.3.3 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/CHANGELOG.md b/CHANGELOG.md index fccf8d1..0908f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2024-03-15 + +### Changed + +* show approx transport time in PHIR in https://github.com/CQCL/pytket-phir/pull/147 + * **BREAKING CHANGE**: machine names `H1_1`/`H1-1` and `H1_2`/`H1-2` are now deprecated in favor of `H1` + +## [0.5.1] - 2024-03-13 + +### Changed + +* float not str for duration in https://github.com/CQCL/pytket-phir/pull/144 + ## [0.5.0] - 2024-03-06 ### Added diff --git a/pyproject.toml b/pyproject.toml index 35e5a5b..1e30d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "phir>=0.3.1", + "phir>=0.3.2", "pytket>=1.21.0", "wasmtime>=15.0.0", ] diff --git a/requirements.txt b/requirements.txt index 53f59a3..87f33b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ build==1.1.1 mypy==1.9.0 networkx==2.8.8 -phir==0.3.1 +phir==0.3.2 pre-commit==3.6.2 pydata_sphinx_theme==0.15.2 pytest==8.1.1 pytest-order==1.2.0 pytket==1.25.0 -ruff==0.3.2 +ruff==0.3.3 setuptools_scm==8.0.4 sphinx==7.2.6 wasmtime==18.0.2