pywafo/wafo
Per A Brodtkorb 98d5980e6b Added doctest for kdetools/demo.py.
Removed obsolete options from wafo.containers.py
..
covariance replace `not ... is` with `is not` + renamed misspelled test
data Fixed doctests
doc Added numba_misc.py
kdetools Added doctest for kdetools/demo.py.
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 Refactored franke function + added test error_estimate from padua_fit
transform Simplified code
wave_theory Try to fix numba_misc.py
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 Added dst, idst, dstn and idstn
definitions.py Simplified doctests
demo_sg.py updated doctests
demos.py updated doctests
f2py_tools.py Made print statements python 3 compatible
fig.py pep8
gaussian.py updated docstring
graphutil.py Updates
info.py move directory structure up, change root to: pywafo/src/* > wafo/*
integrate.py Added test_containers.py + fixed some codestyle issues
integrate_oscillating.py Updated call signature to Limit
interpolate.py Fixed a bug in TransformEstimator
misc.py Fixed failing test.
numba_misc.py updated doctests + fitting
objects.py Refactrored poly2str and poly2hstr
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
sg_filter.py Misc bug-fixes
testing.py Refactored kdetools.py into a subpackage. Simplified and removed obsolete code.
win32_utils.py made code python 3 compatible: