Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Feb 5, 2021
1 parent 913e832 commit 0887694
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ITensors v0.1.38 Release Notes
==============================
- New MPS/MPO index manipulation interface (PR #575) (@mtfishman).
- Add support for `inner(::MPS, ::MPO, ::MPS)` with multiple siteinds per tensor (PR #573) (@mtfishman).
- Fix `MPO*MPS`, `MPO*MPO` for system sizes 1 and 2 (PR #572) (@mtfishman).
- Add generic support for scalar ITensor contraction (PR #569) (@mtfishman).
Expand Down

2 comments on commit 0887694

@mtfishman
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/29452

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.38 -m "<description of version>" 088769406eb447eecc4e0e7aecffee215f2edb4a
git push origin v0.1.38

Please sign in to comment.