Commit Graph

420 Commits (b43b6dd4453ea748f2cede036e52dd838f0a0876)
 

Author SHA1 Message Date
Per A Brodtkorb 884a5588ba Deleted misc.hypgf function
refactored:
 misc.findoutliers
objects.TimeSeries.wave_periods
Per A Brodtkorb f1dc17a9fa added files:
.codeclimate.yml
test_bitwise.py
test_dct_pack.py
Per A Brodtkorb 4c90891b59 updated verstion_image
Per A Brodtkorb 8369463583 Fixed a bug.
Per A Brodtkorb 6a8f21d330 Added wafo-logo to README.rst
Per A Brodtkorb 76b5040134 Added tests
Per A Brodtkorb 9522c6c24f Cleanup of code
Per A Brodtkorb e6ab39cbe7 Made test more robust
Per A Brodtkorb b00046d4e3 Made tests even more robust
Per A Brodtkorb d40af0da00 Fixed tests
Per A Brodtkorb 4838347784 Made test_integrate.py more robust
Per A Brodtkorb 7923eb3153 Replaced iteritems with a python 3 compatible iterable dict items.
Per A Brodtkorb e545a2f025 MAde sure arrays used as indices is of integer type
Per A Brodtkorb 891510e42f Made tests more robust
Per A Brodtkorb 8b4e4dae57 Made code python 3 compatible:
Replaced round with numpy.round
replaced map with list-comprehension
Per A Brodtkorb cef998d962 made code python 3 compatible:
Replaced xrange with range
Replaced map with list comprehension
Per A Brodtkorb c903426235 Added from __future__ absolute_import
Per A Brodtkorb dc30945300 Added from __future__ absolute_import
Deleted obsolete magic.py
Per A Brodtkorb 0b6036a5d7 added from __future__ absolute_import
Per A Brodtkorb c585c8087a added from __future__ import absolute_import
Deleted wafodata.py
Per A Brodtkorb 6d7beed94b Added from __future__ import absolute_import
Per A Brodtkorb b57307ab7c Made print statements python 3 compatible
Per A Brodtkorb 5a6b1a6a3a Made test more robust again
Per A Brodtkorb 1863b2233f Restored c_functions.c
Per A Brodtkorb cd7b75b184 Added absolute_import
pep c_functions.c
Per A Brodtkorb 0fd326937f Made tests more robust + pep8 on core.py
Per A Brodtkorb 2c77550e6f removed test_numpy_utils.py + pepified test_trdata + disabled plot in test_specdata1d.py
Per A Brodtkorb 9e0b9c2572 Commented out unused variables
Per A Brodtkorb 6a14fd0c7e Deleted obsolete test folder, numpy_utils.py + tests more robust
Per A Brodtkorb d8f600ba0b Fixed a bug in setup.py.
Per A Brodtkorb b652ef7ae7 Updated tox.ini
Per A Brodtkorb 8fe60a970f Small refactoring FitDistribution
Per A Brodtkorb df78c0e728 Added _util.py + fixed a bug in test_fit.py
pbrod e73624161c Simplified wafo.stats:
-Deleted obsolete files.
 -Requires scipy v0.16
 -._distn_infrastructure.py monkeypatch scipy.stats._distn_infrastructure.py
pbrod 7403d821df updated .travis.yml
moved some funtions from numpy_utils -> misc.
pep8
pbrod d989dcfb13 added sudo gfortran again
pbrod 6afd2f2ef5 Updated bagdes in README.rst
pbrod 9d0dd8bc86 added .checkignore for quantifycode
pbrod a42649762a Commented out installation of gfortran on travis
davidovitch f80a4e7a53 remove trailing white spaces in README
davidovitch dea029f696 added installation section in README
davidovitch 36fe3bb579 add *.mod to .gitignore
davidovitch 8c3c210197 merge re-organisation of sources, pip installable setup.py, see issue
davidovitch 8f867567bc change library names: lib will added as prefix automagically by distutils
davidovitch 05b46497c4 setup now correctly compiles the extensions and the fortran objects/modules it depends upon
pbrod ea595ac631 Removed space in numbers
pbrod cd7edd6ba3 Updated mvnprd.f
pbrod 33e17f57a5 Alternative build of mvnprd extension
pbrod a5f1f8bea3 Commented out compilation of mvnprd extension
pbrod 9fe22b32a9 replaced tabs with spaces