Releases: JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl
Releases · JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl
v0.5.0
DifferentiableFrankWolfe v0.5.0
Breaking changes
- Force the user to provide
x0
- Pass Frank-Wolfe kwargs as kwargs
Merged pull requests:
v0.4.1
v0.4.0
What's Changed
- Add FrankWolfe v0.4 compat (keep existing compat) by @BatyLeo in #22
- Update and speed up by @gdalle in #23
Breaking changes
- Make
dfw(theta)
return a couple(x, stats)
instead of just the solutionx
- Pass
alg
andfrank_wolfe_kwargs
as positional arguments to their respective functions - Remove everything from public API except
DiffFW
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #13
- Add codecov token and documenter key by @gdalle in #15
- Bump julia-actions/setup-julia from 1 to 2 by @dependabot in #16
- Update links by @gdalle in #18
- Update to ImplicitDifferentiation v0.6 by @gdalle in #19
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #20
Full Changelog: v0.2.1...v0.3.0