@@ -269,34 +269,6 @@ would be helpful for debugging.
269
269
270
270
** Reviewers** : Chris Rackauckas
271
271
272
- ## Refactor NonlinearSolve.jl to use Sub-Packages of Solvers (\$ 300)
273
-
274
- With the successful splitting of [ OrdinaryDiffEq.jl] ( https://sciml.ai/news/2024/08/10/sciml_small_grants_successes/ ) ,
275
- we suspect that similar installation and loading time improvements can be had by
276
- splitting NonlinearSolve.jl and BoundaryValueDiffEq.jl in such a way that the solvers
277
- can precompile in parallel and allow for depending on only a portion of the algorithms.
278
- In particular, OrdinaryDiffEq.jl only needs to depend on a trust region method, meaning
279
- that other sets of methods can be fully discarded from its dependency stack.
280
-
281
- ** Information to Get Started** : The OrdinaryDiffEq.jl solvers are all found in
282
- [ the Github repository] ( https://github.com/SciML/OrdinaryDiffEq.jl ) and
283
- the format of the package is docmented in the
284
- [ developer documentation] ( https://docs.sciml.ai/DiffEqDevDocs/stable/ ) . [ https://github.com/SciML/OrdinaryDiffEq.jl/issues/2177 ] ( https://github.com/SciML/OrdinaryDiffEq.jl/issues/2177 )
285
- documents the process on OrdinaryDiffEq.jl to
286
-
287
- ** Related Issues** :
288
-
289
- ** Success Criteria** : The independent solver packages are registered and released,
290
- and a breaking update to OrdinaryDiffEq.jl is released which reduces the loading
291
- time by not including all solvers by default. This success also requires updating
292
- package documentation to reflect these changes.
293
-
294
- ** Recommended Skills** : Since all of the code for the solvers exists and this a refactor,
295
- no prior knowledge of numerical differential equations is required. Only standard software
296
- development skills and test-driven development of a large code base is required.
297
-
298
- ** Reviewers** : Chris Rackauckas, Avik Pal
299
-
300
272
## Refactor OrdinaryDiffEq.jl Solver Sets to Reuse perform_step! Implementations via Tableaus (\$ 100/solver set)
301
273
302
274
** In Progress** : Claimed by Param Umesh Thakkar for the time period of August 11th, 2024 - September 11th 2024.
0 commit comments