Skip to content

Commit f020806

Browse files
Announce deprecation in Julia 1.11
1 parent 478987f commit f020806

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VectorizedReduction"
22
uuid = "4ffe575c-65e5-43f4-bc05-e0b500dc3d2c"
33
authors = ["Andrew J. Radcliffe <[email protected]"]
4-
version = "0.1.8"
4+
version = "0.1.9"
55

66
[deps]
77
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
@@ -10,7 +10,7 @@ Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
1010
[compat]
1111
LoopVectorization = "0.12.108"
1212
Static = "0.7, 0.8"
13-
julia = "1.5"
13+
julia = "1.5 - 1.10"
1414

1515
[extras]
1616
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# VectorizedReduction
22

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

513
```julia

0 commit comments

Comments
 (0)