Skip to content

Commit

Permalink
CompatHelper: bump compat for VectorInterface to 0.5, (keep existing …
Browse files Browse the repository at this point in the history
…compat) (#96)

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Nov 15, 2024
1 parent 89babcd commit 90375ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Random = "1"
Statistics = "1"
TensorKit = "0.12.5"
TensorOperations = "4"
VectorInterface = "0.4"
VectorInterface = "0.4, 0.5"
Zygote = "0.6"
julia = "1.10"

Expand Down

2 comments on commit 90375ca

@lkdvos
Copy link
Member

@lkdvos lkdvos commented on 90375ca Nov 15, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

This release features a variety of updates, fixes and improvements.
Most notably, there now is extended multithreading over unitcells support for both the forwards, as well as backwards passes in CTMRG gradient calculations.
There are also several organization improvements, default parameter improvements and small fixes.

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

Tagging

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.0 -m "<description of version>" 90375ca9b34b8c3fc2c7e3550cbdfb033163ccff
git push origin v0.3.0

Please sign in to comment.