Skip to content

Commit

Permalink
Create NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Sep 23, 2024
1 parent 4d11053 commit c6e153f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v4 Breaking changes

The main change in this breaking release has been the way mini-batching is handled. The data argument in the solve call and the implicit iteration of that in the callback has been removed,
the stochastic solvers (Optimisers.jl and Sophia) now handle it explicitly. You would now pass in a DataLoader to OptimziationProblem as the second argument to the objective etc (p) if you
want to do minibatching, else for full batch just pass in the full data.

0 comments on commit c6e153f

Please sign in to comment.