Recent Releases of differentiablefrankwolfe.jl
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: - CompatHelper: bump compat for FrankWolfe to 0.5, (keep existing compat) (#26) (@github-actions[bot]) - refactor!: update package (#27) (@gdalle)
- Julia
Published by github-actions[bot] 9 months ago
differentiablefrankwolfe.jl - v0.4.1
DifferentiableFrankWolfe v0.4.1
Merged pull requests: - Update TagBot and CompatHelper (#24) (@gdalle) - Allow generic arrays (#25) (@gdalle)
- Julia
Published by github-actions[bot] 10 months ago
differentiablefrankwolfe.jl - v0.4.0
What's Changed
- Add FrankWolfe v0.4 compat (keep existing compat) by @BatyLeo in https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/pull/22
- Update and speed up by @gdalle in https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/pull/23
Breaking changes
- Make
dfw(theta)return a couple(x, stats)instead of just the solutionx - Pass
algandfrank_wolfe_kwargsas positional arguments to their respective functions - Remove everything from public API except
DiffFW
New Contributors
- @BatyLeo made their first contribution in https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/pull/22
Full Changelog: https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/compare/v0.3.0...v0.4.0
- Julia
Published by gdalle 11 months ago
differentiablefrankwolfe.jl - v0.3.0
What's Changed
- Bump codecov/codecov-action from 3 to 4 by @dependabot in https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/pull/13
- Add codecov token and documenter key by @gdalle in https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/pull/15
- Bump julia-actions/setup-julia from 1 to 2 by @dependabot in https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/pull/16
- Update links by @gdalle in https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/pull/18
- Update to ImplicitDifferentiation v0.6 by @gdalle in https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/pull/19
- Bump codecov/codecov-action from 4 to 5 by @dependabot in https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/pull/20
Full Changelog: https://github.com/JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl/compare/v0.2.1...v0.3.0
- Julia
Published by gdalle 11 months ago
differentiablefrankwolfe.jl - v0.2.1
DifferentiableFrankWolfe v0.2.1
Merged pull requests: - Update (#12) (@gdalle)
- Julia
Published by github-actions[bot] about 2 years ago
differentiablefrankwolfe.jl - v0.2.0
What's Changed
- Remove LMO with kwargs by @gdalle in https://github.com/gdalle/DifferentiableFrankWolfe.jl/pull/8
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/gdalle/DifferentiableFrankWolfe.jl/pull/9
- Lenient linear solver by @gdalle in https://github.com/gdalle/DifferentiableFrankWolfe.jl/pull/10
Full Changelog: https://github.com/gdalle/DifferentiableFrankWolfe.jl/compare/v0.1.4...v0.2.0
- Julia
Published by gdalle over 2 years ago
differentiablefrankwolfe.jl - v0.1.4
What's Changed
- Revert ImplicitDifferentiation update by @gdalle in https://github.com/gdalle/DifferentiableFrankWolfe.jl/pull/7
Full Changelog: https://github.com/gdalle/DifferentiableFrankWolfe.jl/compare/v0.1.3...v0.1.4
- Julia
Published by gdalle over 2 years ago
differentiablefrankwolfe.jl - v0.1.3
What's Changed
- Bump ImplicitDifferentiation dependency to v0.5 by @gdalle in https://github.com/gdalle/DifferentiableFrankWolfe.jl/pull/6
Full Changelog: https://github.com/gdalle/DifferentiableFrankWolfe.jl/compare/v0.1.2...v0.1.3
- Julia
Published by gdalle over 2 years ago
differentiablefrankwolfe.jl - v0.1.2
What's Changed
- LMO with kwargs by @gdalle in https://github.com/gdalle/DifferentiableFrankWolfe.jl/pull/5
Full Changelog: https://github.com/gdalle/DifferentiableFrankWolfe.jl/compare/v0.1.1...v0.1.2
- Julia
Published by gdalle over 2 years ago
differentiablefrankwolfe.jl - v0.1.1
This release mainy fixes compatibility bounds with ImplicitDifferentiation.jl
What's Changed
- Update by @gdalle in https://github.com/gdalle/DifferentiableFrankWolfe.jl/pull/4
Full Changelog: https://github.com/gdalle/DifferentiableFrankWolfe.jl/compare/v0.1.0...v0.1.1
- Julia
Published by gdalle over 2 years ago