Skip to content

0.8.0

Compare
Choose a tag to compare
@douglasdavis douglasdavis released this 25 Feb 19:41
0.8.0
ecfac8a

Public API changes:

  • Remove previously deprecated omp function argument

Backend changed:

  • moved 1D backend back to pybind11 (template flexibility)
  • parallelization cutoffs consistently at array size of 5000 for all calculations
  • all non-floating point inputs are converted

Other:

  • Improved tests