Skip to content

CyRK v0.6.1

Compare
Choose a tag to compare
@jrenaud90 jrenaud90 released this 02 Aug 01:16
· 284 commits to main since this release
b807507

Changes

New Features

  • Added top level parameters (like MAX_STEP) used in CySolver to cysolver.pxd so they can be cimported.
  • Added new argument to array.interp and array.interp_complex: provided_j the user can provide a j index,
    allowing the functions to skip the binary search.
  • Added new function interpj to array module that outputs the interpolation result as well as the j 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

Full Changelog: v0.6.0...v0.6.1