From ed9eb80e536544077fb6b8e2b76956f57e8539c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vezy?= Date: Sun, 23 Apr 2023 17:58:07 +0200 Subject: [PATCH 1/2] Use DataAPI.rownumber instead of our own --- src/DataFrames.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/DataFrames.jl b/src/DataFrames.jl index d32ffe99b..a58cedf9a 100644 --- a/src/DataFrames.jl +++ b/src/DataFrames.jl @@ -39,6 +39,7 @@ import DataAPI, DataAPI.colmetadata!, DataAPI.deletecolmetadata!, DataAPI.emptycolmetadata!, + DataAPI.rownumber, Tables, Tables.columnindex, Future.copy! From cd63ea5b1dc64f7bf9beb84998dd3b72e17893f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Vezy?= Date: Mon, 24 Apr 2023 08:49:11 +0200 Subject: [PATCH 2/2] Up DataAPI version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 464978361..265337442 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5" [compat] CategoricalArrays = "0.10.0" Compat = "4.2" -DataAPI = "1.14.0" +DataAPI = "1.15.0" InlineStrings = "1.3.0" InvertedIndices = "1.3" IteratorInterfaceExtensions = "0.1.1, 1"