Commit Graph

440 Commits (ccbc64a558f7dda00187dc61e94c31f3d1a18384)
 

Author SHA1 Message Date
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 A. Brodtkorb bd92802238 Merge pull request from ocefpaf/scipy
Scipy
ocefpaf 8201f84b2c Fixed SciPy lib imports.
ocefpaf aaf7b4bdb3 fix encoding
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
Per.Andreas.Brodtkorb abb0c8cd1f compilert fortran/c-kode for windows
pep8
Moved smoothn from kdetools to sg_filter.py
Simplified sg_filter.py, dctpack.py
added autumn.gif
Fixed the imports in wafo.objects
Per.Andreas.Brodtkorb 18a50edb23 Simplified interpolations
Made dea3 more robust
Per.Andreas.Brodtkorb d221e9f7d9 Deleted statsmodels
Per.Andreas.Brodtkorb 0c185600cb pep8 + some small refactorings
Per.Andreas.Brodtkorb f1b07d74b4 ongoing work
Per.Andreas.Brodtkorb 9a2b9f6921 added new files
Per.Andreas.Brodtkorb 6aec932677 pep8 + added some updates from scipy.stats to wafo.stats
Per.Andreas.Brodtkorb d308357c5b pep8 + updated wafo.stats packages
Per.Andreas.Brodtkorb 629ed411c9 pep8 + some refactoring of XXXX.link() methods...
Per.Andreas.Brodtkorb c070dd4dc4 pep8
Per.Andreas.Brodtkorb b9031f8a22 Added fix for genpareto.logpdf
Per.Andreas.Brodtkorb 4d4ff96376 pep8
Per.Andreas.Brodtkorb 30b461ea80 added test_estimation.py and test_continuous_extra.py
Per.Andreas.Brodtkorb 0bfe623f5c Fixed more bugs in distributions.py
Per.Andreas.Brodtkorb 6b88f2d4cc Updated from wafo.stats from scipy.stats