Skip to content

Commit 15b62bd

Browse files
Merge pull request #211 from ajatshatru01/master
Restore and update Bspline derivatives fix details
2 parents 3453b8f + 4713816 commit 15b62bd

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

small_grants.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -225,20 +225,6 @@ The purpose of this is to work through what is required for the minimum version
225225

226226
**Reviewers**: Chris Rackauckas and Oscar Smith
227227

228-
## Fix `DataInterpolations` Bspline derivatives (\$100)
229-
230-
`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.
231-
232-
**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.
233-
234-
**Success Criteria**: Merged pull request which fixes the numerical issues
235-
236-
**Recommended Skills**: Basic (undergrad-level) knowledge of calculus
237-
238-
**Reviewers**: Chris Rackauckas and Oscar Smith
239-
240-
In Progress: Claimed by ajatshatru01 for the time period of (23/12/2025) - (23/1/2026).
241-
242228
## Update CUTEst.jl to the Optimization.jl Interface and Add to SciMLBenchmarks (\$200)
243229

244230
**In Progress**: Claimed by Jash Ambaliya(AJ0070) for the time period of January 06, 2026 - February 06, 2026.
@@ -711,3 +697,16 @@ General performance optimization and multi-threading.
711697

712698
**Reviewers**: [Jeremie Desgagne-Bouchard](https://github.com/jeremiedb)
713699

700+
## Fix `DataInterpolations` Bspline derivatives (\$100)
701+
702+
Completed by Utsav Ojha(Github:- https://github.com/ajatshatru01 )
703+
704+
`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.
705+
706+
**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.
707+
708+
**Success Criteria**: Merged pull request(https://github.com/SciML/DataInterpolations.jl/pull/502 ) which fixes and clarifies the numerical issues
709+
710+
**Recommended Skills**: Basic (undergrad-level) knowledge of calculus
711+
712+
**Reviewers**: Chris Rackauckas and Oscar Smith

0 commit comments

Comments
 (0)