Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions small_grants.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,20 @@ achieve a mergable PR within the time frame, but there is no expectation that th
will "go the extra mile" to teach the contributor how the package or mathematics works.

# List of Current Projects
## Fix `DataInterpolations` Bspline derivatives (\$100)

`DataInterpolations.jl` is a SciML repository for interpolating 1D data. It supports a wide number of interpolation types, as well as taking first and second derivatives of the interpolations. Specifically, the BSplineInterpoation has a few bugs with regards to where it puts the control points, and how it calculates derivatives.

**Information to Get Started**: See the issue https://github.com/SciML/DataInterpolations.jl/issues/419 describes the issue and a proposed solution. Specifically, this work will likely start by mirroring https://github.com/SciML/DataInterpolationsND.jl/pull/20 and re-enabling the derviative tests for BSpline interpolations.

**Related Issues**: https://github.com/SciML/Optimization.jl/issues/917

**Success Criteria**: Merged pull request which adds a new OptimizationSciPy.jl to
the Optimization.jl repository.

**Recommended Skills**: Basic (undergrad-level) knowledge of calculus

**Reviewers**: Chris Rackauckas and Oscar Smith

## Fix and Update the "Simple Handwritten PDEs as ODEs" Benchmark Set (\$200)

Expand Down