Matthew Townson
Matthew Townson
Using a clean install of Ubuntu 18.04 LTS found the following issues with the instructions * Uses apt not apt-get * No installation instructions for Python 3 * Repo to...
The old fix for scipy isn't needed anymore (at least I haven't experienced any issues) but it does cause issues in some virtual environments as the dll files are not...
Read the docs is deprecating the .readthedocs.yaml so we need to change the way we build docs. Could be a good time to migrate to github actions and host on...
Newest versions of Scipy and Python no longer support the interpolation used in the zoom functions. These need updating.
Fixes #98 As issue suggested new versions of Python/numpy have issues with users using `numpy.math` this isn't a big issue as it just points to `math` anyway behind the schenes.
- Zoom issue due to interp2d deprecation - Factorial error from not forcing integer Fixes #100