pywafo/wafo
Per A Brodtkorb dfae5bf3d7 Avoid `None` as a redundant second argument to `dict.get()
..
covariance replace `not ... is` with `is not` + renamed misspelled test
data Fixed doctests
doc Added numba_misc.py
source Removed duplicated variables
spectrum Added check for TypeError
stats updated doctests + fitting
tests Added doctest to check_random_state and added ci_quantile and ci_sf to FitDistribution
transform Avoid `None` as a redundant second argument to `dict.get()
wave_theory Try to fix numba_misc.py
MSO.py Merge pull request from ocefpaf/scipy
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 move directory structure up, change root to: pywafo/src/* > wafo/*
conftest.py Fixed doctests
containers.py Avoid `None` as a redundant second argument to `dict.get()
dctpack.py Fixed doctests
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
kdetools.py updated doctests
misc.py pep8
numba_misc.py updated doctests + fitting
objects.py Fixed a bug in doctest
padua.py added from __future__ import absolute_import
plotbackend.py Disabled wafo.stats tests + small cosmetiq fixes
polynomial.py Updated doctests
powerpoint.py Replaced iteritems with a python 3 compatible iterable dict items.
setup.py updated .travis.yml
sg_filter.py Misc bug-fixes
win32_utils.py made code python 3 compatible: