Skip to content

Commit 221076c

Browse files
Update README, Julia compatibility
1 parent cd72efd commit 221076c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
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.11"
4+
version = "0.1.12"
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 - 1.11"
13+
julia = "1.5"
1414

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

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
# VectorizedReduction
44

55
## Note for Julia >= 1.11
6-
Maintenance of this package will continue, albeit, without the performance
7-
afforded by LoopVectorization (See [the
8-
deprecation announcement](https://github.com/JuliaSIMD/LoopVectorization.jl?tab=readme-ov-file#note-looking-for-new-maintainers-otherwise-deprecated-in-julia-111)).
6+
Maintenance of this package will continue.
97

10-
Once 1.11 is the stable Julia release, I will reassess interest.
8+
### Clarification
9+
The performance afforded by LoopVectorization (see [the deprecation
10+
announcement](https://github.com/JuliaSIMD/LoopVectorization.jl?tab=readme-ov-file#note-looking-for-new-maintainers-otherwise-deprecated-in-julia-111) for background)
11+
will be present so long as the test suites for LoopVectorization and VectorizedReduction pass on the relevant Julia version. At time of writing (2024-05-17), this corresponds to Julia versions 1.5 - 1.11 (inclusive).
12+
13+
See the
14+
[tracking issue](https://github.com/andrewjradcliffe/VectorizedReduction.jl/issues/8) for 1.11 for more details.
15+
16+
Tentative support for Julia `master` branch (1.12-DEV at time of writing) appears to be justified; please file an issue with MWE and `versioninfo()` output if this packages raises errors.
1117

1218
## Installation
1319

0 commit comments

Comments
 (0)