Skip to content

Commit

Permalink
De-restrict VectorizationBase
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller committed Mar 29, 2023
1 parent 7c21dba commit 39aa514
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
name = "NaNStatistics"
uuid = "b946abbf-3ea7-4610-9019-9858bfdeaf2d"
authors = ["C. Brenhin Keller"]
version = "0.6.24"
version = "0.6.25"

[deps]
IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
IfElse = "0.1"
LoopVectorization = "0.12.113"
VectorizationBase = "0.21.0 - 0.21.62"
SnoopPrecompile = "1"
Static = "0.2 - 0.8"
julia = "1.8"
Expand Down

2 comments on commit 39aa514

@brenhinkeller
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:

  • Remove a few more less-common methods from precompile to further reduce cache size

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

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.6.25 -m "<description of version>" 39aa514a8a3368cb6dea77122166d2d961f7120e
git push origin v0.6.25

Please sign in to comment.