Skip to content

Commit

Permalink
0.5.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 5, 2022
1 parent d21dd91 commit 4a1ec7b
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.5.0 (2022-12-05)
### Feature
* Adding ResolutionProver.extend_knowledge method to add knowledge to the prover later ([`d21dd91`](https://github.com/chanind/tensor-theorem-prover/commit/d21dd911f994abb69fe7d19a2c8e143dcc3192fe))

## v0.4.0 (2022-10-27)
### Feature
* Adding similarity cache to speed up similarity calculations ([`5bd8c13`](https://github.com/chanind/tensor-theorem-prover/commit/5bd8c1386410d2b4bf04b59c999c4a83e3abd69b))
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.4.0"
version = "0.5.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.4.0"
__version__ = "0.5.0"

from .prover.ResolutionProver import ResolutionProver

Expand Down

0 comments on commit 4a1ec7b

Please sign in to comment.