Skip to content

Commit

Permalink
Update NEWS.md for v0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Dec 3, 2020
1 parent a3a3140 commit 0038b1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ITensors v0.1.28 Release Notes
==============================
* Add support for setting slices of an ITensor (PR #535).
* Add bond dimension maximum in addition of MPS/MPO based on sums of bond dimensions of original MPS/MPO (PR # 535).
* Add TBLIS contraction support. When TBLIS.jl is installed, the command "using TBLIS" turns on TBLIS support. enable_tblis!() and disable_tblis!() also turn TBLIS backend on and off (PR #533).
* Add DMRG and contraction examples of using TBLIS contraction backend (PR #533).

ITensors v0.1.27 Release Notes
==============================
* Use LAPACK's gesdd by default in SVD (PR #531).
Expand Down

2 comments on commit 0038b1a

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

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.28 -m "<description of version>" 0038b1afc03f3afa1ba91ad10592e4632ff29a1a
git push origin v0.1.28

Please sign in to comment.