Skip to content

Commit

Permalink
Bump to v0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 8, 2020
1 parent 3d0bbe0 commit 60debfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ITensors v0.1.23 Release Notes
ITensors v0.1.24 Release Notes
==============================
* Generalize `tr(::MPO)` for MPOs with more an one pair of site indices per site (PR #509)
* Add `tr(::ITensor)` to trace pairs of indices of an ITensor (PR #509)
* Add stacktrace to warn tensor order (PR #498)

ITensors v0.1.23 Release Notes
==============================
* Add lastindex(A::ITensor, n::Int) to define A[end, end]. (PR #495)

* Define hastags(A::ITensor, ts) and related functions. (PR #495)

* Fix some broadcasting. Add Hadamard product and division. (PR #495)

* Add tr(::MPO) (PR #492)

* Add docstrings and docs for apply(::Vector{ITensor}, ::MPS) (PR #492)

* Add docstrings for IndexSet set functions like commoninds, uniqueinds, etc. (PR #492)

ITensors v0.1.22 Release Notes
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ITensors"
uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5"
authors = ["mfishman <[email protected]>"]
version = "0.1.23"
version = "0.1.24"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand Down

2 comments on commit 60debfe

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

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.24 -m "<description of version>" 60debfeb2ec0c074d704521989e331d45d757314
git push origin v0.1.24

Please sign in to comment.