Skip to content

Commit

Permalink
Merge pull request #44 from chriselrod/patch-1
Browse files Browse the repository at this point in the history
Bump StrideArraysCore compat
  • Loading branch information
YingboMa committed Apr 13, 2022
2 parents 51ba907 + fa9aa41 commit d7b32c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RecursiveFactorization"
uuid = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
authors = ["Yingbo Ma <[email protected]>"]
version = "0.2.9"
version = "0.2.10"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -13,7 +13,7 @@ TriangularSolve = "d5829a12-d9aa-46ab-831f-fb7c9ab06edf"
[compat]
LoopVectorization = "0.10,0.11, 0.12"
Polyester = "0.3.2,0.4.1, 0.5, 0.6"
StrideArraysCore = "0.1.13,0.2.1"
StrideArraysCore = "0.1.13, 0.2.1, 0.3"
TriangularSolve = "0.1.1"
julia = "1.5"

Expand Down

2 comments on commit d7b32c6

@YingboMa
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/58450

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.10 -m "<description of version>" d7b32c64c0359db5b74967dc9ddcf3b62d8eeab7
git push origin v0.2.10

Please sign in to comment.