Skip to content

Commit f2dc25a

Browse files
Update to Static 1.0
1 parent 221076c commit f2dc25a

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Project.toml

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

66
[deps]
77
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
88
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
99

1010
[compat]
1111
LoopVectorization = "0.12.108"
12-
Static = "0.7, 0.8"
13-
julia = "1.5"
12+
Static = "1.0"
13+
julia = "1.6"
1414

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

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@
55
## Note for Julia >= 1.11
66
Maintenance of this package will continue.
77

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-
168
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.
179

10+
Note that tests run with `--depwarn=error` will convert warnings ([described here](https://sciml.ai/small_grants/#update_loopvectorization_to_support_changes_in_julia_v112_200)) to hard errors.
11+
1812
## Installation
1913

2014
```julia

0 commit comments

Comments
 (0)