From 1233da2cb2252e8d81ba296eaf1de8b53ca41fbc Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Fri, 18 Apr 2025 17:40:53 -0400 Subject: [PATCH 1/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 687cfea..92da83a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FixedEffectModels" uuid = "9d5cd8c9-2029-5cab-9928-427838db53e3" -version = "1.11.1" +version = "1.12.0" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" From 6638b70218d89ccb149b587a0b5e5c1d01be803d Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Fri, 18 Apr 2025 18:07:02 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f508f32..bf1e92b 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build status](https://github.com/FixedEffects/FixedEffectModels.jl/workflows/CI/badge.svg)](https://github.com/FixedEffects/FixedEffectModels.jl/actions) -This package estimates linear models with high dimensional categorical variables and/or instrumental variables. +This package estimates linear models with high dimensional categorical variables, potentially including instrumental variables. ## Installation The package is registered in the [`General`](https://github.com/JuliaRegistries/General) registry and so can be installed at the REPL with `] add FixedEffectModels`. From 4a7d3ea1c363188ad678102a701a1f53b6ab2c0f Mon Sep 17 00:00:00 2001 From: Matthieu Gomez Date: Fri, 18 Apr 2025 18:24:32 -0400 Subject: [PATCH 3/3] Update Project.toml --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 1b3295e..2794eca 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,6 +14,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" CategoricalArrays = "0.10" CSV = "0.8, 0.9, 0.10" CUDA = "1, 2, 3, 4, 5" -Metal = "0.5" +Metal = "1" DataFrames = "0.21, 0.22, 1" FixedEffects = "2.2"