From 582a7f6632879fd11b21964bcd369f0641796240 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Sep 2021 07:51:03 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for Arrow to 2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index efcace73c..59b5a69e5 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -Arrow = "1" +Arrow = "1, 2" DataAPI = "1" Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" GLM = "1.5.1" From cca0c92c950873a7235611fdfcc1aa86f639dcd1 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Thu, 23 Sep 2021 08:14:32 -0500 Subject: [PATCH 2/2] NEWS entry --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 546188343..6de1033e8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ MixedModels v4.4.0 Release Notes ======================== * Add a constructor for the abstract type `MixedModels` that delegates to `LinearMixedModel` or `GeneralizedLinearMixedModel`. [#572] +* Compat for Arrow.jl 2.0 [#573] MixedModels v4.3.0 Release Notes ======================== @@ -304,3 +305,4 @@ Package dependencies [#566]: https://github.com/JuliaStats/MixedModels.jl/issues/566 [#570]: https://github.com/JuliaStats/MixedModels.jl/issues/570 [#572]: https://github.com/JuliaStats/MixedModels.jl/issues/572 +[#573]: https://github.com/JuliaStats/MixedModels.jl/issues/573