Skip to content

Commit 784ccb7

Browse files
committed
Polish the batch API
1 parent a4f5666 commit 784ccb7

6 files changed

Lines changed: 261 additions & 621 deletions

File tree

src/NLPModels.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ for f in ["utils", "api", "counters", "meta", "show", "tools"]
4141
include("nlp/$f.jl")
4242
include("nls/$f.jl")
4343
end
44-
45-
include("nlp/batch/api.jl")
46-
include("nlp/batch/foreach.jl")
47-
include("nlp/batch/inplace.jl")
44+
include("nlp/batch_api.jl")
4845

4946
end # module

src/nlp/batch/api.jl

Lines changed: 0 additions & 82 deletions
This file was deleted.

src/nlp/batch/foreach.jl

Lines changed: 0 additions & 253 deletions
This file was deleted.

0 commit comments

Comments
 (0)