From e6473bfaaf29fbaf94f690734cad6920350573b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathieu=20Besan=C3=A7on?= Date: Mon, 28 Oct 2024 13:34:39 +0100 Subject: [PATCH] Update Project.toml (#514) * Update Project.toml * update docs --- Project.toml | 2 +- docs/src/reference/3_backend.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ca298fa1a..0949ccd84 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FrankWolfe" uuid = "f55ce6ea-fdc5-4628-88c5-0087fe54bd30" authors = ["ZIB-IOL"] -version = "0.4.1" +version = "0.4.2" [deps] Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97" diff --git a/docs/src/reference/3_backend.md b/docs/src/reference/3_backend.md index 1856373e0..34e71f040 100644 --- a/docs/src/reference/3_backend.md +++ b/docs/src/reference/3_backend.md @@ -4,7 +4,7 @@ ```@autodocs Modules = [FrankWolfe] -Pages = ["active_set.jl"] +Pages = ["active_set.jl", "active_set_quadratic.jl", "active_set_quadratic_direct_solve.jl", "active_set_sparsifier.jl"] ``` ## Functions and gradients