Skip to content

Commit

Permalink
[ITensors] Update NEWS for 0.3.20 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Sep 9, 2022
1 parent 4ed74c9 commit c381aaf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ Note that as of Julia v1.5, in order to see deprecation warnings you will need t

After we release v1 of the package, we will start following [semantic versioning](https://semver.org).


ITensors v0.3.20 Release Notes
==============================

Bugs:

- Fix bug contracting rectangular Diag with Dense (#970)

Enhancements:

- `site_range` keyword for `truncate!` to only truncate part of an MPS (#971)
- Fix issue with tolerance in `lognorm` when checking that the inner product is real (#973)

ITensors v0.3.19 Release Notes
==============================

Expand Down

4 comments on commit c381aaf

@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 register subdir=NDTensors

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

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 NDTensors-v0.1.44 -m "<description of version>" c381aaffed7e4b2a819182709824021afd6a3adb
git push origin NDTensors-v0.1.44

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

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.3.20 -m "<description of version>" c381aaffed7e4b2a819182709824021afd6a3adb
git push origin v0.3.20

Please sign in to comment.