Skip to content

Commit 5661fcf

Browse files
authored
Removing deprecation warning from README (#560)
* README: removed deprecation warning note Removed note about 1.12 deprecation warnings in LoopVectorization.jl. * README: updated testing versions
1 parent 2bfa8a9 commit 5661fcf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@ If you would like to see an issue fixed, or support extended to another Julia pa
1919
1. Donating to the SciML Small Grants program, with a note on the purpose of your donation.
2020
2. Create (a) PR(s) fixing the issue yourself. Apply for the small grant program first to claim the grant. Note that the small grants program is not a mentorship program; you would be expected to complete the tasks without guidance from maintainers, past or present.
2121

22-
Note that `LoopVectorization.jl` currently has deprecation warnings on Julia's 1.12 branch, causing test failures whenever `dep-warn=error`.
23-
2422
## Installation
2523

2624
```julia
2725
using Pkg
2826
Pkg.add("LoopVectorization")
2927
```
30-
LoopVectorization is supported on Julia 1.1 and later. It is tested on Julia 1.5 and nightly.
28+
LoopVectorization is supported on Julia 1.1 and later. It is tested on Julia LTS, latest, pre-release and nightly.
3129

3230
## Warning
3331

0 commit comments

Comments
 (0)