Commit Graph

  • d2d3fc1fee Reduced cyclomatic complexity Per A Brodtkorb 2016-11-22 03:15:20 +0100
  • 54b1d1d62c Small refactoring Per A Brodtkorb 2016-11-22 01:48:25 +0100
  • 567ad79665 pep8 Per A Brodtkorb 2016-11-22 01:36:42 +0100
  • 97944d0527 Reduced the cyclomatic complexity. Added more doctests Per A Brodtkorb 2016-11-22 01:28:24 +0100
  • 23e3c5f29b Refactrored poly2str and poly2hstr Per A Brodtkorb 2016-11-21 01:31:20 +0100
  • dfae5bf3d7 Avoid `None` as a redundant second argument to `dict.get() Per A Brodtkorb 2016-11-18 22:12:32 +0100
  • 601b282ca0 Updated doctests Per A Brodtkorb 2016-11-18 22:04:41 +0100
  • 838675a55b pep8 Per A Brodtkorb 2016-11-18 20:57:01 +0100
  • 9d37eb4f67 updated doctests + fitting Per A Brodtkorb 2016-11-18 20:31:50 +0100
  • f69683428a pep8 + added option for plotting confidence interval in plotesf Per A Brodtkorb 2016-10-14 13:48:15 +0200
  • deef6c4994 Added doctest to check_random_state and added ci_quantile and ci_sf to FitDistribution Per A Brodtkorb 2016-10-14 08:48:38 +0200
  • e6ad37f3cf Try to fix numba_misc.py Per A Brodtkorb 2016-10-13 19:16:49 +0200
  • 851d19def0 Updated .travis.yml Per A Brodtkorb 2016-10-13 18:30:54 +0200
  • 094c73f2f8 Added numba_misc.py Per A Brodtkorb 2016-10-13 18:18:16 +0200
  • 15a0887772 Replace dict.keys() with list(dict) in order to make it python 3 compatible. Per A Brodtkorb 2016-09-08 13:40:56 +0200
  • 3a2aad25f1 Removed plotting Per A Brodtkorb 2016-09-07 15:46:41 +0200
  • 8eaf4c4716 Updated failing test. Per A Brodtkorb 2016-09-07 14:22:40 +0200
  • 5da3701f5e Fixed a bug in TransformEstimator Per A Brodtkorb 2016-09-07 11:28:41 +0200
  • 3961bedcbb Updated test_integrate_oscillating.py Per A Brodtkorb 2016-09-07 10:46:52 +0200
  • 233af37280 Added check for TypeError Per A Brodtkorb 2016-09-07 10:45:11 +0200
  • a63e7aeded Merge pull request #32 from hypergravity/master Per A. Brodtkorb 2016-09-07 10:41:08 +0200
  • 61db4bec26 turn nd into int Bo Zhang @NAOC 2016-09-07 13:41:46 +0800
  • 30bf392f80 Replaced methods with function calls Per A Brodtkorb 2016-09-06 10:49:30 +0200
  • b580973e24 Replaced methods with function calls Per A Brodtkorb 2016-09-06 00:27:31 +0200
  • 5b377c83cf Replaced method with a function call Per A Brodtkorb 2016-09-06 00:14:59 +0200
  • 435a6e99a2 Replaced method with a static function Per A Brodtkorb 2016-09-05 21:32:29 +0200
  • e3aa08a140 Fixed failed test Per A Brodtkorb 2016-09-05 16:48:15 +0200
  • b0d9157308 Removed duplicated code Per A Brodtkorb 2016-09-05 15:27:32 +0200
  • 931dfd280b Removed unused variables Per A Brodtkorb 2016-09-05 08:12:49 +0200
  • 082835478e Removed duplicated code Per A Brodtkorb 2016-09-05 08:09:35 +0200
  • 311437f05c Replaced methods with functions. Per A Brodtkorb 2016-09-05 00:56:42 +0200
  • e287f3b5d5 Simplified getshipchar Per A Brodtkorb 2016-09-02 17:43:27 +0200
  • 2eac870eeb Updated doctest + codestyle Per A Brodtkorb 2016-08-29 01:52:15 +0200
  • d5f440f5bf Misc bug-fixes Per A Brodtkorb 2016-08-29 01:38:35 +0200
  • 5d26fa9b21 Added test_containers.py + fixed some codestyle issues Per A Brodtkorb 2016-08-29 01:17:43 +0200
  • ccbc64a558 Replaced call to PiecewisePolynomial with BPoly Per A Brodtkorb 2016-08-29 01:16:48 +0200
  • 876c869551 Refactored to decrease cyclomatic complexity Per A Brodtkorb 2016-08-29 00:14:56 +0200
  • f04fb14dc6 Simplified code. Per A Brodtkorb 2016-08-28 19:06:19 +0200
  • 29e1aed0ca pep8 Per A Brodtkorb 2016-06-29 01:28:11 +0200
  • a122fc5c56 fixed failing doctest Per A Brodtkorb 2016-06-29 01:26:58 +0200
  • 96828915c8 Fixed bugs in unittests Per A Brodtkorb 2016-06-29 01:18:45 +0200
  • 0a96a74e73 Fixed a bug in doctest Per A Brodtkorb 2016-06-29 00:58:25 +0200
  • bd4265bc18 Added tutorial_init.py and moved rainflow_example to tutorial scripts Per A Brodtkorb 2016-06-29 00:33:10 +0200
  • 796a5e6d8b Updated docs in header Per A Brodtkorb 2016-06-28 18:36:31 +0200
  • 4f90672e6a Small fixes Per A Brodtkorb 2016-06-28 03:30:17 +0200
  • 1e285749b7 Removed unused code. Refactored some code Per A Brodtkorb 2016-06-28 02:31:19 +0200
  • f112d95b97 Simplified bandwith and dof calculation Per A Brodtkorb 2016-06-28 00:56:50 +0200
  • 31b61e2117 pep8 pbrod 2016-06-27 16:54:02 +0200
  • e17d08fa61 Fixed a bug and added more tests pbrod 2016-06-27 16:42:12 +0200
  • d6a5d0e807 replace `not ... is` with `is not` + renamed misspelled test pbrod 2016-06-27 11:21:42 +0200
  • 29ab5007a7 Fixed a bug on comput_cov pbrod 2016-06-27 10:41:11 +0200
  • 436a9f9ba9 pep8 pbrod 2016-06-27 10:25:26 +0200
  • 00f3ce12d8 pep8 pbrod 2016-06-27 10:06:03 +0200
  • e7d541400e Fixed a bug in ProfileQuantile and ProfileProbability pbrod 2016-06-27 10:04:31 +0200
  • b0ef188cf3 Try to silence optimizer. pbrod 2016-06-26 19:36:49 +0200
  • b43b6dd445 Updated linkts again pbrod 2016-06-26 19:14:51 +0200
  • 6626d3b6c8 Updated links pbrod 2016-06-26 19:07:55 +0200
  • b3ec862cbf Added rainflow_example.py pbrod 2016-06-26 18:56:19 +0200
  • 10f942aea7 Added Getting started section to readme. pbrod 2016-06-26 18:50:08 +0200
  • 2c90a05f80 Updates pbrod 2016-06-26 08:05:38 +0200
  • eca5368f75 Updated stats Per A Brodtkorb 2016-06-26 07:36:58 +0200
  • 8337b60531 Fixed a bug in histogram pbrod 2016-06-26 00:08:54 +0200
  • c8a62ddbf0 Small fix pbrod 2016-06-25 23:44:20 +0200
  • 9c0e598240 updated link functions. pbrod 2016-06-12 14:11:16 +0200
  • 3e08ffb25e Updated doctest pbrod 2016-06-11 01:58:35 +0200
  • 2b69128bd1 Fixed doctest again pbrod 2016-06-11 01:49:39 +0200
  • 8ba9e7e1a2 Merge branch 'master' of https://github.com/wafo-project/pywafo.git pbrod 2016-06-11 01:48:40 +0200
  • 55d0930a4e Small update pbrod 2016-06-11 01:30:43 +0200
  • a7cb4adc2d Fixed failing doctest pbrod 2016-06-11 00:15:22 +0200
  • 89b37b64dd Fixed a failing doctest. Reorganized _penalized_nnlf Per A Brodtkorb 2016-06-10 19:31:58 +0200
  • b88a141d54 Added link functions to genextreme, exponweib pbrod 2016-06-10 09:46:27 +0200
  • cced4aeb0b Merge branch 'master' of https://github.com/wafo-project/pywafo.git pbrod 2016-06-09 20:37:10 +0200
  • f8d1afb93b Moved all links to estimation.py Per A Brodtkorb 2016-06-09 15:25:54 +0200
  • 9a87ed63b7 Small updates pbrod 2016-06-09 03:45:55 +0200
  • 59186edfd6 Improved accuracy and avoids some runtime warnings. Per A Brodtkorb 2016-06-08 16:00:55 +0200
  • 0750bdd94b Removed runtime warnings Per A Brodtkorb 2016-06-07 16:06:09 +0200
  • aeed49139b Upated wafo.stats Per A Brodtkorb 2016-06-06 19:35:52 +0200
  • 939f2c7252 updated doctests pbrod 2016-06-03 01:11:22 +0200
  • 58a3b9793f Updated doctests pbrod 2016-06-03 00:53:22 +0200
  • 9addf9f855 Fixed cmat2nt for kind=1 pbrod 2016-06-03 00:10:24 +0200
  • 790e21f1f4 Added more doctests pbrod 2016-06-02 18:27:07 +0200
  • c7ec169ada Fixed doctest pbrod 2016-06-02 01:06:46 +0200
  • 57d6f2ca8c Fixeing doctests pbrod 2016-06-02 00:53:22 +0200
  • e09659cdcb Added doctests to stirlerr pbrod 2016-06-01 02:09:47 +0200
  • cce6c435a8 Fixed some python 3 issues pbrod 2016-06-01 01:27:31 +0200
  • 790c32757b Added doctests.... Per A Brodtkorb 2016-05-31 15:59:15 +0200
  • a8d66ebeea Added test to lazywhere + pep8 on polynomial Per A Brodtkorb 2016-05-30 16:58:21 +0200
  • 46d18708e4 Fixed doctests pbrod 2016-05-30 03:56:08 +0200
  • 2e1ace8a5f Fixed doctests pbrod 2016-05-30 03:40:10 +0200
  • 7f388a43fc added nt2cmat and cmat2nt pbrod 2016-05-30 03:32:42 +0200
  • 3df0cf212d pep8 + fixed failing doctest pbrod 2016-05-30 01:58:44 +0200
  • afc61e4fc5 updated spectrum.core pbrod 2016-05-30 01:08:09 +0200
  • f091a08651 fixed doctest pbrod 2016-05-29 09:29:48 +0200
  • 3f187c6a17 Fixed doctests pbrod 2016-05-29 09:12:31 +0200
  • a472350386 updated .travis.yml pbrod 2016-05-27 23:00:45 +0200
  • 0d7ef88fae Small update pbrod 2016-05-27 22:38:34 +0200
  • 02a899c0ad updated .travis.yml pbrod 2016-05-27 15:24:08 +0200
  • 0332c44562 updated .travis.yml pbrod 2016-05-27 15:16:21 +0200
  • cf6ab92c14 updated .travis.yml pbrod 2016-05-27 15:07:43 +0200
  • b9fd1d2c40 updated doctest pbrod 2016-05-27 15:04:29 +0200