Skip to content

Commit

Permalink
Bump upper bound on VectorizationBase and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod committed Mar 17, 2020
1 parent 88716b0 commit c87b65c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[[SIMDPirates]]
deps = ["VectorizationBase"]
git-tree-sha1 = "8705f93f66f789605baa670e8df0244ad4c80d40"
git-tree-sha1 = "9fc6737cd40087e7d486f8e81fb5be8ad18f970b"
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
version = "0.7.0"
version = "0.7.2"

[[Serialization]]
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Expand All @@ -53,6 +53,6 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[VectorizationBase]]
deps = ["CpuId", "LinearAlgebra"]
git-tree-sha1 = "13a115d626ddc810ccf9e48a325aec54ac48399a"
git-tree-sha1 = "0ca41b27f0a918c8ee51bd495818fb7a12b9a19f"
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
version = "0.8.0"
version = "0.9.0"
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SLEEFPirates"
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
authors = ["chriselrod <[email protected]>"]
version = "0.4.2"
version = "0.4.3"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Expand All @@ -10,7 +10,7 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"

[compat]
SIMDPirates = "~0.6.5,0.7"
VectorizationBase = "~0.6.1,0.7,0.8"
VectorizationBase = "~0.6.1,0.7,0.8,0.9"
julia = "1"

[extras]
Expand Down

2 comments on commit c87b65c

@chriselrod
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/11092

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.3 -m "<description of version>" c87b65c2eedab2195c9f257792123d31a99c3967
git push origin v0.4.3

Please sign in to comment.