1) With recent PR, we no longer need to add the binary file location (/extern/bin etc) to $PATH. This saves a lot of time and thus, pysap can be installed directly with pip install.
2) Also, added dependency to an internal released pynfft2 as the original pynfft was not released for quite some time and we would like to proceed with a release and not wait on them
3) Add python 3.8 for testing and overall move to testing on xenial as that corresponds to a higher ubuntu. Move time.clock() calls to time.perf_counter() calls to support python3.8
4) Remove support for n_jobs in ISAP wavelets due to erratic behavior.
5) Add a minute single documentation fix for #102. This resolves #102
Will open the PR for review once I have passing travis
Yes, the circle CI is passing as it is testing on a cache, surprisingly, there is no way to force delete a cache, I have requested the support for this. Will merge soon..
1) With recent PR, we no longer need to add the binary file location (/extern/bin etc) to $PATH. This saves a lot of time and thus, pysap can be installed directly with pip install.
2) Also, added dependency to an internal released pynfft2 as the original pynfft was not released for quite some time and we would like to proceed with a release and not wait on them
3) Add python 3.8 for testing and overall move to testing on xenial as that corresponds to a higher ubuntu. Move
time.clock()
calls totime.perf_counter()
calls to support python3.84) Remove support for n_jobs in ISAP wavelets due to erratic behavior.
5) Add a minute single documentation fix for #102. This resolves #102
Will open the PR for review once I have passing travis