From 298e8b141bc5e6c8081175005b1abf3ab83817f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=A9tivier?= <46794064+dmetivie@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:44:45 +0200 Subject: [PATCH] version 0.2.2 + stastbase 0.34 --- .gitignore | 1 + Project.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6aebaa8..1c853b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Manifest.toml .vscode/ltex.dictionary.en-US.txt +.vscode/settings.json diff --git a/Project.toml b/Project.toml index daabd96..79f8724 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ExpectationMaximization" uuid = "e1fe09cc-5134-44c2-a941-50f4cd97986a" authors = ["David Métivier and contributors"] -version = "0.2.1" +version = "0.2.2" [deps] ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" @@ -15,7 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" ArgCheck = "2" Distributions = "0.24, 0.25" LogExpFunctions = "0.3" -StatsBase = "0.33" +StatsBase = "0.33, 0.34" julia = "1" [extras]