Skip to content

Releases: JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl

v0.5.0

11 Jun 15:08
ff46b85
Compare
Choose a tag to compare

DifferentiableFrankWolfe v0.5.0

Diff since v0.4.1

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)

v0.4.1

15 Apr 19:22
0a0a9f3
Compare
Choose a tag to compare

DifferentiableFrankWolfe v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

11 Apr 08:15
b789436
Compare
Choose a tag to compare

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 solution x
  • Pass alg and frank_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

02 Apr 09:06
8380a3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

17 Jan 14:59
2b90177
Compare
Choose a tag to compare

DifferentiableFrankWolfe v0.2.1

Diff since v0.2.0

Merged pull requests:

v0.2.0

13 Sep 09:51
146d904
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.2.0

v0.1.4

08 Sep 07:28
5cf0e1f
Compare
Choose a tag to compare

What's Changed

  • Revert ImplicitDifferentiation update by @gdalle in #7

Full Changelog: v0.1.3...v0.1.4

v0.1.3

30 Aug 10:18
05f75e7
Compare
Choose a tag to compare

What's Changed

  • Bump ImplicitDifferentiation dependency to v0.5 by @gdalle in #6

Full Changelog: v0.1.2...v0.1.3

v0.1.2

28 Jun 07:34
8b97182
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

24 Jun 08:07
dbcfe62
Compare
Choose a tag to compare

This release mainy fixes compatibility bounds with ImplicitDifferentiation.jl

What's Changed

Full Changelog: v0.1.0...v0.1.1