Skip to content

Commit

Permalink
Update Project.toml (#514)
Browse files Browse the repository at this point in the history
* Update Project.toml

* update docs
  • Loading branch information
matbesancon authored Oct 28, 2024
1 parent 5b95904 commit e6473bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference/3_backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e6473bf

Please sign in to comment.