Skip to content

Commit

Permalink
Merge pull request #24 from invenia/mz/cr1
Browse files Browse the repository at this point in the history
bump compat for Zygote and ChainRulesCore
  • Loading branch information
mzgubic authored Aug 23, 2021
2 parents 11955cd + f690b9c commit b7b3a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PDMatsExtras"
uuid = "2c7acb1b-7338-470f-b38f-951d2bcb9193"
authors = ["Invenia Technical Computing"]
version = "2.5.1"
version = "2.5.2"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand All @@ -11,11 +11,11 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"

[compat]
ChainRulesCore = "0.9.17, 0.10"
ChainRulesCore = "0.9.17, 0.10, 1"
Distributions = "0.23, 0.24"
FiniteDifferences = "0.11, 0.12"
PDMats = "0.9, 0.10, 0.11"
Zygote = "0.5.5"
Zygote = "0.5.5, 0.6"
julia = "1"

[extras]
Expand Down

4 comments on commit b7b3a20

@mzgubic
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.

Registration pull request created: JuliaRegistries/General/43387

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 v2.5.2 -m "<description of version>" b7b3a2035682465f1471c2d2e1e017b9fd75cec0
git push origin v2.5.2

Also, note the warning: Version 2.5.2 skips over 2.5.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@mzgubic
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.

Registration pull request updated: JuliaRegistries/General/43387

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 v2.5.2 -m "<description of version>" b7b3a2035682465f1471c2d2e1e017b9fd75cec0
git push origin v2.5.2

Please sign in to comment.