Skip to content

Commit

Permalink
Merge pull request #87 from JuliaLinearAlgebra/MasonProtter-patch-1
Browse files Browse the repository at this point in the history
Bump StrideArraysCore.jl to v0.5
  • Loading branch information
chriselrod authored Oct 27, 2023
2 parents 02e177d + c740f3e commit 575667f
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 <mayingbo5@gmail.com>"]
version = "0.2.20"
version = "0.2.21"

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

Expand Down

4 comments on commit 575667f

@chriselrod
Copy link
Contributor 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.

Error while trying to register: Register Failed
@chriselrod, it looks like you are not a publicly listed member/owner in the parent organization (JuliaLinearAlgebra).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@YingboMa
Copy link
Member

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/94449

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.21 -m "<description of version>" 575667f1b9d5282536f833e3b0dc8754b7e9028a
git push origin v0.2.21

Please sign in to comment.