From e5e2a07fdd96de7d564da2edc94ade9a5cc905b5 Mon Sep 17 00:00:00 2001 From: julpro Date: Sun, 15 Nov 2020 08:05:11 +0000 Subject: [PATCH] New version: DataFrames v0.22.0 UUID: a93c6f00-e57d-5684-b7b6-d8193f3e46c0 Repo: https://github.com/JuliaData/DataFrames.jl.git Tree: 3bd2f94213ea7c5cc44c84f25f364a08207d9d71 Registrator tree SHA: 7c16227cd1dc9bae38e25d6dc6f9c020f8ebca46 --- D/DataFrames/Compat.toml | 11 +++++++++-- D/DataFrames/Deps.toml | 5 +++++ D/DataFrames/Versions.toml | 3 +++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/D/DataFrames/Compat.toml b/D/DataFrames/Compat.toml index 1ed430b6a1a6fd7..8763d5c32c11602 100644 --- a/D/DataFrames/Compat.toml +++ b/D/DataFrames/Compat.toml @@ -99,10 +99,17 @@ SortingAlgorithms = "0.1-0.3" ["0.20.0"] Tables = "0.2.3-0.2" -["0.20.1-0"] +["0.20.1-0.21"] Tables = "1" -["0.21-0"] +["0.21"] CategoricalArrays = "0.8" Compat = "2.2.0-3" DataAPI = "1.2.0-1" + +["0.22-0"] +CategoricalArrays = "0.8.3-0.9" +Compat = "3.17.0-3" +DataAPI = "1.4.0-1" +PrettyTables = "0.10" +Tables = "1.2.0-1" diff --git a/D/DataFrames/Deps.toml b/D/DataFrames/Deps.toml index 736d1bd8218b774..6ea306e74604c60 100644 --- a/D/DataFrames/Deps.toml +++ b/D/DataFrames/Deps.toml @@ -43,3 +43,8 @@ DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a" ["0.20-0"] Future = "9fa8497b-333b-5362-9e8d-4d0656e87820" + +["0.22-0"] +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" +PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d" diff --git a/D/DataFrames/Versions.toml b/D/DataFrames/Versions.toml index 09e8baf2f1fe9dd..221a12c97b27587 100644 --- a/D/DataFrames/Versions.toml +++ b/D/DataFrames/Versions.toml @@ -99,3 +99,6 @@ git-tree-sha1 = "a7c1c9a6e47a92321bbc9d500dab9b04cc4a6a39" ["0.21.8"] git-tree-sha1 = "ecd850f3d2b815431104252575e7307256121548" + +["0.22.0"] +git-tree-sha1 = "3bd2f94213ea7c5cc44c84f25f364a08207d9d71"