Skip to content

Commit

Permalink
Docs: Adds v3.3.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dgasmith committed Jul 19, 2020
1 parent cb72a33 commit 0a77a37
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

3.3.0 / 2020-07-19
------------------

Adds a ``object`` backend for optimized contractions on arbitrary Python objects.

New Features
++++++++++++
- (:pr:`145`) Adds a ``object`` based backend so that ``contract(backend='object')`` can be used on arbitrary objects such as SymPy sybmols.

Enhancements
++++++++++++
- (:pr:`140`) Better error messages when the requested ``contract`` backend cannot be found.
- (:pr:`141`) Adds a check with RandomOptimizers to ensure the objects are not accidentally reused for different contractions.
- (:pr:`149`) Limits the ``remaining`` category for the ``contract_path`` output to only show up to 20 tensors to prevent issues with the quadratically scaling memory requirements and the number of print lines for large contractions.

3.2.0 / 2020-03-01
------------------

Expand Down

0 comments on commit 0a77a37

Please sign in to comment.