Skip to content

Commit

Permalink
v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengKeli committed Jul 28, 2023
1 parent f89dbf8 commit c071a18
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions docs/Changelogs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v0.8.3

Improvements:

* Allowed `QTensor.inflate()` to process any shape.
* Allowed `OperatorTensor.from_matrix()` to accept a single space.

Bug fixes:

* Fixed a wrong type hint in `OperatorTensor.from_matrix()`.

Development:

* Reformat code with new rules.
* Optimized code in `braandket.tensor.operations`.

# v0.8.2

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "BraAndKet"
version = "0.8.2"
version = "0.8.3"

classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c071a18

Please sign in to comment.