@@ -208,6 +208,8 @@ would be helpful for debugging.
208
208
209
209
## Refactor NonlinearSolve.jl and BoundaryValueDiffEq.jl to use Sub-Packages of Solvers (\$ 300 each)
210
210
211
+ ** In Progress** : Claimed by José Joaquín Zubieta Rico for the time period of August 26th, 2024 - September 26th 2024.
212
+
211
213
With the successful splitting of [ OrdinaryDiffEq.jl] ( https://sciml.ai/news/2024/08/10/sciml_small_grants_successes/ ) ,
212
214
we suspect that similar installation and loading time improvements can be had by
213
215
splitting NonlinearSolve.jl and BoundaryValueDiffEq.jl in such a way that the solvers
@@ -219,9 +221,9 @@ that other sets of methods can be fully discarded from its dependency stack.
219
221
[ the Github repository] ( https://github.com/SciML/OrdinaryDiffEq.jl ) and
220
222
the format of the package is docmented in the
221
223
[ developer documentation] ( https://docs.sciml.ai/DiffEqDevDocs/stable/ ) . [ https://github.com/SciML/OrdinaryDiffEq.jl/issues/2177 ] ( https://github.com/SciML/OrdinaryDiffEq.jl/issues/2177 )
222
- documents the process on OrdinaryDiffEq.jl to
224
+ documents the process on OrdinaryDiffEq.jl to
223
225
224
- ** Related Issues** :
226
+ ** Related Issues** :
225
227
226
228
** Success Criteria** : The independent solver packages are registered and released,
227
229
and a breaking update to OrdinaryDiffEq.jl is released which reduces the loading
@@ -236,7 +238,7 @@ development skills and test-driven development of a large code base is required.
236
238
237
239
## Refactor OrdinaryDiffEq.jl Solver Sets to Reuse perform_step! Implementations via Tableaus (\$ 100/solver set)
238
240
239
- ** In Progress** : Claimed by Param Umesh Thakkar for the time period of August 11th, 2024 - September 11th 2024.
241
+ ** In Progress** : Claimed by Param Umesh Thakkar for the time period of August 11th, 2024 - September 11th 2024.
240
242
241
243
The perform_step! implementations per solver in OrdinaryDiffEq.jl are often "bespoke", i.e.
242
244
one step implementation per solver. The reason is because the package code grew organically
@@ -345,6 +347,6 @@ development skills and test-driven development of a large code base is required.
345
347
346
348
## DAE Problem Benchmarks (\$ 100 / Benchmark)
347
349
348
- ** In Progress** : Claimed by Marko Polic for the time period of June 18th, 2024 - July 18th 2024.
349
- The transistor amplifier benchmark was added https://github.com/SciML/SciMLBenchmarks.jl/pull/1007 .
350
+ ** In Progress** : Claimed by Marko Polic for the time period of June 18th, 2024 - July 18th 2024.
351
+ The transistor amplifier benchmark was added https://github.com/SciML/SciMLBenchmarks.jl/pull/1007 .
350
352
Project is kept open for other benchmarks.
0 commit comments