From be250cc53d62e50e83f6e8387d4d5c81a58cdbc3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 May 2026 00:50:09 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for LogExpFunctions to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7ce0e166f..8ea49d18a 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ DataStructures = "0.10, 0.11, 0.12, 0.13, 0.14, 0.17, 0.18, 0.19" IrrationalConstants = "0.2.6" JET = "0.9.18, 0.10" LinearAlgebra = "<0.0.1, 1" -LogExpFunctions = "0.3" +LogExpFunctions = "0.3, 1" Missings = "0.3, 0.4, 1.0" Printf = "<0.0.1, 1" Random = "<0.0.1, 1" From 02e0bcc48b88d309f7c3ed018bd3e211e9c452e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller-Widmann?= Date: Fri, 29 May 2026 08:06:17 +0200 Subject: [PATCH 2/2] Bump version from 0.34.10 to 0.34.11 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8ea49d18a..e1c2daed1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "StatsBase" uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" -version = "0.34.10" +version = "0.34.11" authors = ["JuliaStats"] [deps]