You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates code to work with latest dependencies. (#140)
* Use Octave interp1 instead of deprecated interp1q.
* oct2py >= 4.0 requires an nout kwarg for multiple outputs.
* Accommodate Octave 3 and 4.
* Round the indice count so that the numpy array is not indexed by a float.
* Arrays seemingly copied, moved to simpler verbose code to avoid copies.
* Setup Travis CI to use Conda and old/new testing.
- Travis CI script uses miniconda for installs.
- Two matrix entries to test against oldest support and newest.
- Build the docs on Travis.
0 commit comments