pywafo/wafo
Per A Brodtkorb 1f3f430d4f Replaced similar code with a function
..
covariance pep8
data Fixed doctests
doc pep8
kdetools Added doctest for kdetools/demo.py.
sg_filter Small reorganization
source Added test on python 3.6 and 3.7 + updated mvn/mvndst.f
spectrum removed bogus import
stats pep8
tests pep8
transform Replaced similar code with a function
wave_theory Fixed bug
MSO.py Replaced tabs with spaces
MSPPT.py pep8
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 pep8
conftest.py Fixed doctests
containers.py Added doctest for kdetools/demo.py.
dctpack.py pep8
definitions.py Simplified doctests
demos.py Refactored magic
f2py_tools.py Made print statements python 3 compatible
fig.py pep8
gaussian.py pep8
graphutil.py Updates
info.py move directory structure up, change root to: pywafo/src/* > wafo/*
integrate.py Replaced dict().setdefault with use of defaultdict.
integrate_oscillating.py Fixed small error
interpolate.py pep8
markov.py pep8
misc.py Moved mctp2rfc and mc2rfc to markov.py, added CycleMatrix to objects.py
numba_misc.py pep8
objects.py pep8
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: