Skip to content

Commit

Permalink
Announce deprecation in Julia 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjradcliffe committed Mar 29, 2024
1 parent 478987f commit f020806
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "VectorizedReduction"
uuid = "4ffe575c-65e5-43f4-bc05-e0b500dc3d2c"
authors = ["Andrew J. Radcliffe <[email protected]"]
version = "0.1.8"
version = "0.1.9"

[deps]
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Expand All @@ -10,7 +10,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
[compat]
LoopVectorization = "0.12.108"
Static = "0.7, 0.8"
julia = "1.5"
julia = "1.5 - 1.10"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# VectorizedReduction

## Note: deprecated in Julia 1.11
See [the
announcement](https://github.com/JuliaSIMD/LoopVectorization.jl?tab=readme-ov-file#note-looking-for-new-maintainers-otherwise-deprecated-in-julia-111)
of `LoopVectorization.jl`'s deprecation. This package is little more
than code generation, thus, I doubt that substantial performance
advantages could be realized over `Base` without
`LoopVectorization.jl`.

## Installation

```julia
Expand Down

2 comments on commit f020806

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

Feasible Julia version now limited to 1.5 through 1.10.

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

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

Please sign in to comment.