Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jan 7, 2025
1 parent 215079f commit d3b3989
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.8.2",
".": "0.9.0",
"skip-github-release": false
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.9.0](https://github.com/PsiQ/bartiq/compare/v0.8.2...v0.9.0) (2025-01-07)


### Features

* add min and max to backend ([2b2b724](https://github.com/PsiQ/bartiq/commit/2b2b7247aadf0ed25444702aceadc974a854f673))
* add postprocessing stages ([#153](https://github.com/PsiQ/bartiq/issues/153)) ([0228662](https://github.com/PsiQ/bartiq/commit/02286629f6ce7385e8218485bd7bc5cff76e2df9))


### Bug Fixes

* add escape for _ in local_variables in latex ([b8af791](https://github.com/PsiQ/bartiq/commit/b8af7919e51aecd0d26d39492285e1b16b5f0997))
* Substitution of functions is no longer sensitive to order of functions dictionary ([#147](https://github.com/PsiQ/bartiq/issues/147)) ([f5c27e8](https://github.com/PsiQ/bartiq/commit/f5c27e81502ecfd59bf722ff0cfe85949fd45b3b))


### Performance Improvements

* add caching for value_of ([#151](https://github.com/PsiQ/bartiq/issues/151)) ([cf5ce14](https://github.com/PsiQ/bartiq/commit/cf5ce14cd146d46a3596696d071365e87841ce3e))

## [0.8.2](https://github.com/PsiQ/bartiq/compare/v0.8.1...v0.8.2) (2024-11-26)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bartiq"
version = "0.8.2"
version = "0.9.0"
description = "Symbolic Quantum Resource Estimation compilation"
authors = ["PsiQuantum, Corp."]
license = "Apache 2.0"
Expand Down

0 comments on commit d3b3989

Please sign in to comment.