Skip to content

Commit

Permalink
Update to Static 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjradcliffe committed Aug 22, 2024
1 parent 221076c commit f2dc25a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "VectorizedReduction"
uuid = "4ffe575c-65e5-43f4-bc05-e0b500dc3d2c"
authors = ["Andrew J. Radcliffe <[email protected]"]
version = "0.1.12"
version = "0.1.13"

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

[compat]
LoopVectorization = "0.12.108"
Static = "0.7, 0.8"
julia = "1.5"
Static = "1.0"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
## Note for Julia >= 1.11
Maintenance of this package will continue.

### Clarification
The performance afforded by LoopVectorization (see [the deprecation
announcement](https://github.com/JuliaSIMD/LoopVectorization.jl?tab=readme-ov-file#note-looking-for-new-maintainers-otherwise-deprecated-in-julia-111) for background)
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).

See the
[tracking issue](https://github.com/andrewjradcliffe/VectorizedReduction.jl/issues/8) for 1.11 for more details.

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.

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.

## Installation

```julia
Expand Down

0 comments on commit f2dc25a

Please sign in to comment.