Skip to content

Commit

Permalink
NEWS.md for v0.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Feb 24, 2021
1 parent 95badc9 commit aed0442
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ITensors v0.1.40 Release Notes
==============================
- Remove eigen QN fix code (simplify ITensors eigen code by handling QNs better in NDTensors eigen) (PR #587) (@emstoudenmire).
- More general polar decomposition that works with QNs (PR #588) (@mtfishman).
- Bump to v0.1.28 of NDTensors, which includes some bug fixes for BlockDiag storage and makes ArrayInterface setindex compatiblity more general (NDTensors PR #68) (@mtfishman).

ITensors v0.1.39 Release Notes
==============================
- Add Pauli X,Y,Z to S=1/2 site type (PR #576) (@emstoudenmire).
Expand Down

2 comments on commit aed0442

@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/30774

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.40 -m "<description of version>" aed0442235660ec61fecc24f4835e052ddf21bae
git push origin v0.1.40

Please sign in to comment.