phoebe-project / phoebe2

PHOEBE - Eclipsing Binary Star Modeling Software
http://phoebe-project.org
GNU General Public License v3.0
76 stars 28 forks source link

Replacing the python interpolation prototype with the C implementation #788

Closed aprsa closed 8 months ago

aprsa commented 8 months ago

This is a massive commit that syncs upstream with the ported interpolator into C. It remains work in progress, but at this point all the tests are passing and the interpolation functionality is fully restored (and optimized). Extrapolation and blending are currently offline. Also, there may be memory leaks in the interpolator that still need addressing.

aprsa commented 8 months ago

Superseded by this PR.