Skip to content

Commit b041d18

Browse files
add claim
1 parent 6e2d750 commit b041d18

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

small_grants.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ would be helpful for debugging.
208208

209209
## Refactor NonlinearSolve.jl and BoundaryValueDiffEq.jl to use Sub-Packages of Solvers (\$300 each)
210210

211+
**In Progress**: Claimed by José Joaquín Zubieta Rico for the time period of August 26th, 2024 - September 26th 2024.
212+
211213
With the successful splitting of [OrdinaryDiffEq.jl](https://sciml.ai/news/2024/08/10/sciml_small_grants_successes/),
212214
we suspect that similar installation and loading time improvements can be had by
213215
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.
219221
[the Github repository](https://github.com/SciML/OrdinaryDiffEq.jl) and
220222
the format of the package is docmented in the
221223
[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
223225

224-
**Related Issues**:
226+
**Related Issues**:
225227

226228
**Success Criteria**: The independent solver packages are registered and released,
227229
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.
236238

237239
## Refactor OrdinaryDiffEq.jl Solver Sets to Reuse perform_step! Implementations via Tableaus (\$100/solver set)
238240

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.
240242

241243
The perform_step! implementations per solver in OrdinaryDiffEq.jl are often "bespoke", i.e.
242244
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.
345347

346348
## DAE Problem Benchmarks (\$100 / Benchmark)
347349

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.
350352
Project is kept open for other benchmarks.

0 commit comments

Comments
 (0)