Skip to content

Commit

Permalink
chore: prep for v0.6.0 release, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Mar 15, 2024
1 parent 9cd29b4 commit af85291
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"phir>=0.3.1",
"phir>=0.3.2",
"pytket>=1.21.0",
"wasmtime>=15.0.0",
]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af85291

Please sign in to comment.