Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 12, 2022
1 parent 6adc64e commit 3a465e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.8.0 (2022-12-12)
### Feature
* Adding a max_resolvent_width option to speed up solving ([`6adc64e`](https://github.com/chanind/tensor-theorem-prover/commit/6adc64eea9c89e8bbf0b435f1e285af70ed8e41b))

## v0.7.0 (2022-12-08)
### Feature
* Adding option to reset the ResolutionProver ([`8649c91`](https://github.com/chanind/tensor-theorem-prover/commit/8649c91e6769828bb14f5ab7fe7d828a9b0637ff))
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 = "tensor-theorem-prover"
version = "0.7.0"
version = "0.8.0"
description = "Customizable first-order logic theorem prover supporting approximate vector similarity in unification"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tensor_theorem_prover/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.7.0"
__version__ = "0.8.0"

from .prover import ResolutionProver, Proof, ProofStep

Expand Down

0 comments on commit 3a465e5

Please sign in to comment.