pywafo/wafo
Per A Brodtkorb bb3848e31a Try to fix mysterious "TypeError('only integer scalar arrays can be converted to a scalar index')
..
covariance Try to fix mysterious "TypeError('only integer scalar arrays can be converted to a scalar index')
data Fixed doctests
doc Added numba_misc.py
kdetools Added doctest for kdetools/demo.py.
sg_filter Replace definition of test_docstrings with an import from wafo.testing.
source Removed duplicated variables
spectrum fixed a bug in Kernel.name and simplified glevels and made it general.
stats Replaced string interpolation operator with 'format()'
tests Moved sg_filter.py into a sg_filter package
transform Simplified code
wave_theory Fixed bug
MSO.py Replaced tabs with spaces
MSPPT.py Merge pull request from ocefpaf/scipy
SpecData1D.mm move directory structure up, change root to: pywafo/src/* > wafo/*
__init__.py Added numba_misc.py
autumn.gif move directory structure up, change root to: pywafo/src/* > wafo/*
bitwise.py Simplified wafo.transform/models.py
conftest.py Fixed doctests
containers.py Added doctest for kdetools/demo.py.
dctpack.py Fixed doctest
definitions.py Simplified doctests
demos.py Refactored magic
f2py_tools.py Made print statements python 3 compatible
fig.py pep8
gaussian.py Moved code from sg_filter.py to demo_sg.py
graphutil.py Updates
info.py move directory structure up, change root to: pywafo/src/* > wafo/*
integrate.py Try to fix mysterious "TypeError('only integer scalar arrays can be converted to a scalar index')
integrate_oscillating.py Updated call signature to Limit
interpolate.py Fixed a bug in TransformEstimator
misc.py Try to fix mysterious "TypeError('only integer scalar arrays can be converted to a scalar index')
numba_misc.py updated doctests + fitting
objects.py Try to fix mysterious "TypeError('only integer scalar arrays can be converted to a scalar index')
padua.py Refactored franke function + added test error_estimate from padua_fit
plotbackend.py Disabled wafo.stats tests + small cosmetiq fixes
polynomial.py Removed similar code
powerpoint.py Replaced iteritems with a python 3 compatible iterable dict items.
setup.py updated .travis.yml
testing.py Refactored kdetools.py into a subpackage. Simplified and removed obsolete code.
win32_utils.py made code python 3 compatible: