From 42932c0759c70e4aa1ec7bae38eb1ba3f7711438 Mon Sep 17 00:00:00 2001 From: Dave Kleinschmidt Date: Tue, 24 Jan 2023 10:50:25 -0500 Subject: [PATCH 1/3] add compat for statsmodels 0.7 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 83b8d844..bcae2f8b 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ SpecialFunctions = "0.6, 0.7, 0.8, 0.9, 0.10, 1, 2.0" StatsAPI = "1.4" StatsBase = "0.33.5" StatsFuns = "0.6, 0.7, 0.8, 0.9, 1.0" -StatsModels = "0.6.23" +StatsModels = "0.6.23, 0.7" julia = "1" [extras] From 172152a62e99b6f3c13e75fd4135d451fe7c0966 Mon Sep 17 00:00:00 2001 From: Dave Kleinschmidt Date: Tue, 14 Mar 2023 10:58:12 -0400 Subject: [PATCH 2/3] bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bcae2f8b..28e8e8f7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "GLM" uuid = "38e38edf-8417-5370-95a0-9cbb8c7f171a" -version = "1.8.1" +version = "1.8.2" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" From ceae65f566edf14938947e21c2c4c6d5bb56ae65 Mon Sep 17 00:00:00 2001 From: Dave Kleinschmidt Date: Tue, 14 Mar 2023 16:59:51 -0400 Subject: [PATCH 3/3] run CI against v1 too --- .github/workflows/CI-future.yml | 2 ++ .github/workflows/CI-stable.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/CI-future.yml b/.github/workflows/CI-future.yml index 8dcadc0b..cc54ab62 100644 --- a/.github/workflows/CI-future.yml +++ b/.github/workflows/CI-future.yml @@ -6,9 +6,11 @@ on: pull_request: branches: - master + - v1 push: branches: - master + - v1 tags: '*' jobs: test: diff --git a/.github/workflows/CI-stable.yml b/.github/workflows/CI-stable.yml index 89bb1683..412da845 100644 --- a/.github/workflows/CI-stable.yml +++ b/.github/workflows/CI-stable.yml @@ -6,9 +6,11 @@ on: pull_request: branches: - master + - v1 push: branches: - master + - v1 tags: '*' jobs: test: