Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten authored Nov 7, 2024
1 parent 3c38937 commit bd28d4d
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 @@ -12,7 +12,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
LinearAlgebra = "1"
NearestNeighbors = "0.4.20"
SparseArrays = "1.11.0"
SparseArrays = "1.10.0"
StaticArrays = "1.9.8"
julia = "1"

Expand Down

2 comments on commit bd28d4d

@AntonOresten
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

Release notes:

  • Improve time complexity using KDTree.

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

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

Please sign in to comment.