Divisible8737

Results 4 issues of Divisible8737

I just did a fresh clone of the mexjulia master and am running ``` Julia Version 0.5.1-pre+4 Commit 887ad05 (2016-10-28 19:39 UTC) Platform Info: System: Darwin (x86_64-apple-darwin15.6.0) CPU: Intel(R) Core(TM)...

Is this supposed to work on windows? From the latest stable version of Anaconda on Windows 11 I get ```bash (base) PS C:\> pip install cufinufft ERROR: Could not find...

Running Matlab 2023a on Windows 11, cmake comes up empty handed on this [line](https://github.com/flatironinstitute/finufft/blob/4d3b2e5995f47fa96b34b01564a419dc0f50083d/CMakeLists.txt#L47): ``` find_library(matlab_iomp5_lib NAMES iomp5 HINTS ${Matlab_ROOT_DIR}/sys/os/ PATH_SUFFIXES glnxa64 maci64) ``` because the 'os' folder does not...

Currently, the wrapper for Spline1D that allows for user-specified knot locations does not allow for smoothing: https://github.com/kbarbary/Dierckx.jl/blob/a5406e7e0e0901b91b7706cb42869e2ca08e1075/src/Dierckx.jl#L185 Instead, the smoothing parameter input is hardcoded to s=-1.0 here: https://github.com/kbarbary/Dierckx.jl/blob/a5406e7e0e0901b91b7706cb42869e2ca08e1075/src/Dierckx.jl#L234 and here:...