Skip to content

Commit c6e153f

Browse files
Create NEWS.md
1 parent 4d11053 commit c6e153f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v4 Breaking changes
2+
3+
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,
4+
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
5+
want to do minibatching, else for full batch just pass in the full data.

0 commit comments

Comments
 (0)