From e7723dd8b0b36c572251d4bc88e02582a6dfb557 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 28 Oct 2025 01:24:43 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Determinantal at version 0.2, (keep existing compat) --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b1c5302..3366750 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,8 @@ name = "StreamingSampling" uuid = "e1325ea1-13b9-452d-9115-4dbfefa12b3b" -version = "1.0.0-DEV" authors = ["Emmanuel Lujan "] description = "StreamingSampling is a Julia-based proof-of-concept implementation of a streamed variant of maximum-entropy sampling (UPmaxentropy). It is designed to process large datasets stored on disk with minimal impact on RAM. The method first computes first-order inclusion probabilities using a DPP-based heuristic, and then feeds these probabilities into the classical UPmaxentropy algorithm to produce diverse samples." +version = "1.0.0-DEV" [deps] Determinantal = "2673d5e8-682c-11e9-2dfd-471b09c6c819" @@ -17,6 +17,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] +Determinantal = "0.2" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"