pywafo/wafo
Per A Brodtkorb b0d9157308 Removed duplicated code
..
covariance replace `not ... is` with `is not` + renamed misspelled test
data Fixed doctests
doc Added tutorial_init.py and moved rainflow_example to tutorial scripts
source Removed duplicated variables
spectrum Updates
stats replace `not ... is` with `is not` + renamed misspelled test
tests Added test_containers.py + fixed some codestyle issues
transform replace `not ... is` with `is not` + renamed misspelled test
wave_theory Fixed doctests
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 Updated tox.ini
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 Updated doctest + codestyle
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 Removed duplicated code
interpolate.py Updated doctest + codestyle
kdetools.py updated doctests
misc.py Simplified getshipchar
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 Added test to lazywhere + pep8 on polynomial
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: