Skip to content

Commit

Permalink
Pkg: Add [compat] entries for DocStringExtensions and `DataStruct…
Browse files Browse the repository at this point in the history
…ures`
  • Loading branch information
krivenko committed Jun 16, 2023
1 parent 2d52c67 commit 5cae3b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
DocStringExtensions = "0.9"
DataStructures = "0.18"
Keldysh = "0.6.1"
julia = "1.5"

Expand Down

4 comments on commit 5cae3b5

@krivenko
Copy link
Owner 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 updated: JuliaRegistries/General/85736

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.7.0 -m "<description of version>" 5cae3b5c3f002fefd217c21e96005a8536a9ab4a
git push origin v0.7.0

Also, note the warning: This looks like a new registration that registers version 0.7.0.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@krivenko
Copy link
Owner Author

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 is the first release to be registered in the General package registry.
  • Added proper docstrings and created a documentation website on GitHub Pages.
  • A few new functions to compute full and reduced density matrices and evolution operators.
  • Hilbert: New functions matching_indices(), translate(), product_basis_map() and factorized_basis_map().
  • Hilbert: New operators and Base.(/) defined for pairs of FullHilbertSpace's.
  • Hilbert: A new overload of merge_subspaces!(). It merges some of the invariant subspaces in a SpacePartition object to ensure that the resulting subspaces are also invariant w.r.t. a given operator.
  • EDCore: New keyword argument symmetry_breakers of EDCore's constructor. It allows for passing an optional list of operators that must share invariant subspaces with the Hamiltonian.
  • EDCore: New functions tofockbasis(), toeigenbasis() and full_hs_matrix().
  • A few minor bug 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 updated: JuliaRegistries/General/85736

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.7.0 -m "<description of version>" 5cae3b5c3f002fefd217c21e96005a8536a9ab4a
git push origin v0.7.0

Also, note the warning: This looks like a new registration that registers version 0.7.0.
Ideally, you should register an initial release with 0.0.1, 0.1.0 or 1.0.0 version numbers
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.