Commit Graph

255 Commits (4b95613cfbcd5619e76e79a983227e0246c054e0)
 

Author SHA1 Message Date
pbrod 4b95613cfb Renamed test folders to "tests"
pbrod 34996c05e2 Disabled wafo.stats tests + small cosmetiq fixes
pbrod 0f839301eb set base to python2.7 in tox.ini
pbrod 28b2a33e6a Made tests more robust.
pbrod 139cc27730 Fixed failing tests.
pbrod ea8ece06f8 Python3 support: Replaced print statements with print(...)
pbrod 7e7f0914e9 Add try except when importing the compiled extensions
pbrod fb450dcc2d updated .travis.yml
pbrod e6d51a1fab Removed deprecated import
Updated test/test_padua.py
pbrod dd9cfb63ad Renamed TestFunctions to ExampleFunctions in order to not confuse pytest.
pbrod ca48f7147c Added matplotlib to requirements.txt
pbrod c115788372 Added test folders to setup.cfg
pbrod 0367a1c0bd Attempt to fix the coverage
pbrod 6ce12a8c78 added .coveragerc file
pbrod 4035e3db19 commented out fortran extension
pbrod f0df38e34f commented out building of fortran extensions
pbrod c4d412d880 added .landscape.yml file
pbrod eaee296268 added __init__.py
pbrod 053ee8b09f added conftest.py
pbrod 5f63fd7d0e added conftest.py
pbrod ddef4e9e78 added conftest.py
pbrod 6e38eb44a2 added conftest.py
pbrod b1fa7b27ef added conftest.py
pbrod d9c1cb8297 added conftest.py
pbrod 25e4e72681 added installation of numdifftools on travis
pbrod 3682546a6c removed g77
pbrod 56564359ab added install gfortran g77 to .travis.yml
pbrod 09aae226d3 Added missing mvn/mvn.pyf
pbrod 30c79e26fe updated path to pypi
pbrod 2ba15e2310 added image badges..
pbrod adbc7f81d3 Added build step to .travis.yml
pbrod 0c12600112 Updated README.rst in order to test travis-CI
pbrod edecaab232 Added configuration file.travis.yml for setting up continous integration tests.
davidovitch 6ebcc00339 Merge pull request from ocefpaf/scipy
davidovitch ec676caf65 fix formatting of old readme to rst format
davidovitch d73621af72 [WIP] add first iteration and incomplete packaging files generated with pyscaffold
davidovitch d0b4af3bdc move directory structure up, change root to: pywafo/src/* > wafo/*
davidovitch 7b77a84ff5 remove old packaging related scripts and configs
davidovitch a08247d95d removed some of the obsolete(?) project files Eclips/epydoc
davidovitch 2145d0f90c cleaning up, remove binaries and compiled modules
Per.Andreas.Brodtkorb b232657fe2 Added numpy_utils.py
Per.Andreas.Brodtkorb 0a23402fc6 Added padua.py
Per.Andreas.Brodtkorb c93efca266 Replaced
sub2index and index2sub with calls to np.ravel_multi_index and np.unravel_index, respectively.
Per.Andreas.Brodtkorb b992e8c979 Added chebfit_dct
chebvandernd
chebfitnd
chebvalnd
chebgridnd
Per.Andreas.Brodtkorb 34330797b3 Replaced dct with call to scipy.fftpack.dct
Per.Andreas.Brodtkorb b72aad3b8d pep8 + build extensions for windows
Per.Andreas.Brodtkorb 989bce6795 Deleted c_library.pyd
Per.Andreas.Brodtkorb 1d006de413 Renamed c_codes -> c_library
Per.Andreas.Brodtkorb 2a0efa5ea3 pep8
Per.Andreas.Brodtkorb a2e5174fb2 Made doctests more robust