Skip to content

Commit

Permalink
General Registry is now strict with compats for standard libs. (#172)
Browse files Browse the repository at this point in the history
* General Registry is now strict with compats for standard libs.
* Forgot to start from current master, update NEWS.md
  • Loading branch information
kellertuer authored Oct 31, 2023
1 parent 02c8ec1 commit eebe99d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- `is_point` and `is_vector` for the tangent space now correctly forward to
vector checks on the corresponding manifold. The same for both `check_size`s
- add `[compat]` entries for the standard libraries.

## [0.15.0] 21/10/2023

Expand Down
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ManifoldsBaseRecursiveArrayToolsExt = "RecursiveArrayTools"
[compat]
DoubleFloats = ">= 0.9.2"
julia = "1.6"
LinearAlgebra = "1.6"
Markdown = "1.6"
Random = "1.6"
RecursiveArrayTools = "2"
Requires = "1"

Expand Down

2 comments on commit eebe99d

@kellertuer
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 updated: JuliaRegistries/General/94425

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

Please sign in to comment.