pywafo/wafo
pbrod a669e556b7 Simplified PlotData in containers.py
..
covariance replace `not ... is` with `is not` + renamed misspelled test
data Fixed doctests
doc Added numba_misc.py
kdetools Added inc property to _KDE class
source Removed duplicated variables
spectrum fixed a bug in Kernel.name and simplified glevels and made it general.
stats updated doctests + fitting
tests Refactored franke function + added test error_estimate from padua_fit
transform Simplified more
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 Simplified PlotData in containers.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 Fixed doctest
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 Replaced method with a static function
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: