Skip to content

Commit

Permalink
New version: FunctionChains v0.1.6 (#120629)
Browse files Browse the repository at this point in the history
UUID: 8e6b2b91-af83-483e-ba35-d00930e4cf9b
Repo: https://github.com/oschulz/FunctionChains.jl.git
Tree: 3cd3e1e4a381beb266ac5d5c54ffe90121c690ec

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Dec 3, 2024
1 parent 822ffdb commit a1bc0f3
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 9 deletions.
13 changes: 9 additions & 4 deletions F/FunctionChains/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
[0]
ChangesOfVariables = "0.1.3-0.1"
InverseFunctions = "0.1"
julia = "1.6.0-1"

["0-0.1.0"]
Functors = "0.2-0.3"

["0-0.1.2"]
ChainRulesCore = "1"

["0.1.1-0"]
["0-0.1.5"]
ChangesOfVariables = "0.1.3-0.1"
julia = "1.6.0-1"

["0.1.1-0.1.5"]
Functors = "0.2-0.4"

["0.1.2-0.1.4"]
Expand All @@ -18,5 +20,8 @@ Adapt = "1-3"
["0.1.3-0"]
Tricks = "0.1"

["0.1.5-0"]
["0.1.5"]
Adapt = "1-4"

["0.1.6-0"]
julia = "1.10.0-1"
8 changes: 5 additions & 3 deletions F/FunctionChains/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[0]
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"

["0-0.1.2"]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

["0.1.2-0"]
["0-0.1.5"]
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"

["0.1.2-0.1.5"]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

["0.1.3-0"]
Expand Down
3 changes: 3 additions & 0 deletions F/FunctionChains/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ git-tree-sha1 = "fecc2a8863a4d63c26dadeffcdba7d1942334cee"

["0.1.5"]
git-tree-sha1 = "14d393a9d74662e4a7c37792f82ea83509748933"

["0.1.6"]
git-tree-sha1 = "3cd3e1e4a381beb266ac5d5c54ffe90121c690ec"
9 changes: 7 additions & 2 deletions F/FunctionChains/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
["0.1.3-0"]
ChangesOfVariables = "0.1.3-0.1"
FlexiMaps = "0.1"
Functors = "0.2-0.4"
InverseFunctions = "0.1"

["0.1.3-0.1.4"]
Adapt = "1-3"

["0.1.3-0.1.5"]
Functors = "0.2-0.4"
InverseFunctions = "0.1"

["0.1.5-0"]
Adapt = "1-4"

["0.1.6-0"]
Functors = "0.2-0.5"
2 changes: 2 additions & 0 deletions F/FunctionChains/WeakDeps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
FlexiMaps = "6394faf6-06db-4fa8-b750-35ccc60383f7"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"

["0.1.3-0.1.5"]
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"

0 comments on commit a1bc0f3

Please sign in to comment.