Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Sep 26, 2023
1 parent 252b2af commit 6f38831
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cotengra/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,9 @@ def compressed_reconfigure(
-------
ContractionTree
"""
from .pathfinders.path_compressed import CompressedExhaustive
from .experimental.path_compressed_branchbound import (
CompressedExhaustive,
)

if max_nodes == "auto":
if max_time is None:
Expand Down
14 changes: 14 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## v0.5.0 (2023-09-26)

- add [`einsum`](cotengra.einsum)
- add [`einsum_tree`](cotengra.einsum_tree)
- add [`einsum_expression`](cotengra.einsum_expression)
- add [`array_contract`](cotengra.array_contract)
- add [`array_contract_tree`](cotengra.array_contract_tree)
- add [`array_contract_expression`](cotengra.array_contract_expression)
- add [`AutoOptimizer`](cotengra.AutoOptimizer)
- add [`AutoHQOptimizer`](cotengra.AutoHQOptimizer)
- remove most hard dependencies (`numpy`, `opt_einsum`)
- update [`tree.plot_contractions`](cotengra.plot.plot_contractions)
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ index_examples.md
:caption: Development
:hidden:
changelog.md
GitHub Repository <https://github.com/jcmgray/cotengra>
```

0 comments on commit 6f38831

Please sign in to comment.