Skip to content

Commit

Permalink
Add release notes for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschijnmo committed Apr 6, 2017
1 parent e1b23d9 commit 639c412
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Release history
releases/0_3_0
releases/0_4_0
releases/0_5_0
releases/0_6_0
21 changes: 21 additions & 0 deletions docs/releases/0_6_0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
0.6.0
-----

In the previous release, ``RestrictedPartHoleDrudge`` is narrower in scope than
the ``SpinOneHalfPartHoleDrudge``. After some internal revision, now all
problems for ``SpinOneHalfPartHoleDrudge`` should be able to be handled with
``RestrictedPartHoleDrudge``. For expressions with many terms coming from
concrete spin summation, significant speed up can be brought.

To update to the new drudge,

* When your theory is already based on unitary group generators, just remove
your definition and use the definition from the drudge.

* When your theory is not written in terms of unitary group generators, it is
strongly advised that your theory is rewritten in terms of them. If it
really cannot, use symbolic summation over spin values as much as possible.

* Even when the spin values are never summed abstractly, simply change the
drudge to this new one might still be beneficial.

0 comments on commit 639c412

Please sign in to comment.