Skip to content

Commit

Permalink
Merge pull request #2341 from JuliaRegistries/register/RecursiveArray…
Browse files Browse the repository at this point in the history
…Tools/v1.0.0

New version: RecursiveArrayTools v1.0.0
  • Loading branch information
ChrisRackauckas authored Jul 30, 2019
2 parents 84e9bad + 40b9d44 commit c453913
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/RecursiveArrayTools/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Requires = "0"
["0.16-0.17"]
julia = "0.7-1"

["0.18-0"]
["0.18-1"]
julia = "1"

["0.19-0"]
Expand Down
16 changes: 9 additions & 7 deletions R/RecursiveArrayTools/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
["0.14-0"]
["0.14-1"]
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

["0.16-0"]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

["0.19-0"]
["0.16-1"]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

["0.19-1"]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

["0.3-0.7"]
Expand All @@ -14,11 +16,11 @@ Iterators = "a4bce56a-f44e-563f-a45f-5312daf41243"
["0.4.1-0.8"]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

["0.6-0"]
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

["0.6-0.13"]
Juno = "e5e0dc1b-0480-54bc-9374-aad01c23163d"

["0.7-0"]
["0.6-1"]
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

["0.7-1"]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
3 changes: 3 additions & 0 deletions R/RecursiveArrayTools/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,6 @@ git-tree-sha1 = "c7f30631d72d7dd12b99093a22a20cca1b9198f9"

["0.20.0"]
git-tree-sha1 = "187ea7dd541955102c7035a6668613bdf52022ca"

["1.0.0"]
git-tree-sha1 = "b60114d15827f3f9af921aaf28606d81c398d5ba"

0 comments on commit c453913

Please sign in to comment.