pywafo/wafo
Per A Brodtkorb fdaf6701de Refactored to simplify
..
covariance Avoid using "non-Pythonic" variable names
data Fixed doctests
doc Added numba_misc.py
kdetools Added doctest for kdetools/demo.py.
sg_filter Small reorganization
source Removed duplicated variables
spectrum Fixed a TypeError: 'numpy.float64' object cannot be interpreted as an index
stats Replaced string interpolation operator with 'format()'
tests Fixed TypeError: Non-integers used as index values
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 Fixed TypeError: Non-integers used as index values
graphutil.py Updates
info.py move directory structure up, change root to: pywafo/src/* > wafo/*
integrate.py Refactored to simplify
integrate_oscillating.py Updated call signature to Limit
interpolate.py Fixed a bug in TransformEstimator
misc.py Fixed a TypeError: 'numpy.float64' object cannot be interpreted as an 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: