CyRK v0.6.1
Changes
New Features
- Added top level parameters (like
MAX_STEP
) used inCySolver
tocysolver.pxd
so they can be cimported. - Added new argument to
array.interp
andarray.interp_complex
:provided_j
the user can provide aj
index,
allowing the functions to skip the binary search. - Added new function
interpj
to array module that outputs the interpolation result as well as thej
index that was found.
Bug Fixes
- Fixed issue with array tests not actually checking values.
Other Changes
- Reordered tests since numba tests take the longest.
- Added
initializedcheck=False
to the array module compile arguments.
GitHub Tracked Changes
- 0.6.1 by @jrenaud90 in #32
Full Changelog: v0.6.0...v0.6.1