Skip to content

Changes

#133 (Oct 27, 2021, 11:38:59 PM)

  1. Add PyPI badge (commit: 3c8025f) — philippe / githubweb

#132 (Oct 27, 2021, 11:08:52 PM)

  1. Pin docutils version (commit: 199559f) — philippe / githubweb

#131 (Oct 27, 2021, 9:57:52 PM)

  1. Migrate to pytest for t_plot_fit only (#101) (commit: 9326279) — philippe / githubweb
  2. Seeds for t_plot_fit (commit: 93048ca) — philippe / githubweb
  3. README markdown (commit: bb66353) — philippe / githubweb
  4. all tests pytest compatible (commit: 6efb901) — philippe / githubweb
  5. fit.pkl and fit.txt in current directory (#101) (commit: eb0249e) — philippe / githubweb
  6. Remove run_tests (commit: d5f1262) — philippe / githubweb
  7. run_tests.sh; updated setup.py and MANIFEST (commit: fe10752) — philippe / githubweb
  8. run tests in package (commit: 3a21db9) — philippe / githubweb
  9. setup requirements use >= instead of == (commit: 8e7215f) — philippe / githubweb
  10. Skip example tests if not in path (commit: b58b00e) — philippe / githubweb
  11. pylint (commit: f9eb363) — philippe / githubweb
  12. Updated installation instructions for pytest (commit: daeb174) — philippe / githubweb

#126 (Oct 20, 2021, 7:24:04 PM)

  1. Specify sphinx version (#7) (commit: 9a09cd1) — philippe / githubweb

#125 (Oct 20, 2021, 7:13:34 PM)

  1. docs build fix (#7) (commit: 71ecd5c) — philippe / githubweb

#123 (Oct 19, 2021, 2:29:21 AM)

  1. First pass at Fit class (#100) (commit: 13472ae) — philippe / githubweb
  2. All unit tests run except plot_fit and constraint_set (#100) (commit: 386225c) — philippe / githubweb
  3. Working plot_fits method (#100) (commit: 244fa3e) — philippe / githubweb
  4. plot_fit_2d (#100) (commit: 74e57af) — philippe / githubweb
  5. plot_slices for 2D fits (#100) (commit: f510374) — philippe / githubweb
  6. Fit.save() method (#100) (commit: 5a69fb7) — philippe / githubweb
  7. savetxt method (#100) (commit: 172c20e) — philippe / githubweb
  8. __repr__ method to replace print_fit (#100) (commit: 1c71e1c) — philippe / githubweb
  9. constraint_set method of Fit creates FitConstraintSet (#100) (commit: fa9cdda) — philippe / githubweb
  10. Remove old logo from docs (#93) (commit: 7d24f5d) — philippe / githubweb
  11. Prettier documentation, __version__ (#7) (commit: 5bf250a) — philippe / githubweb
  12. Installation instructions in docs (#69) (commit: 80813c5) — philippe / githubweb
  13. Acknowledgements on docs (#7) (commit: 21894b0) — philippe / githubweb
  14. Docs improvements (#7) (commit: b7bb643) — philippe / githubweb
  15. Replace fitdata with more meaningful attributes (commit: 8139ec7) — philippe / githubweb
  16. Repair link to paper (#7) (commit: ddc63bd) — philippe / githubweb
  17. Pretty output when verbosity=1 (#104) (commit: e6e3ae4) — philippe / githubweb
  18. Add basic tutorial to docs (#7) (commit: a723ef3) — philippe / githubweb
  19. _Fit now a private class (#100) (commit: 017b323) — philippe / githubweb
  20. fit convenience function (#100) (commit: cf97aaf) — philippe / githubweb
  21. File restructure (#100) (commit: e537f3e) — philippe / githubweb
  22. Tighter formatting of repr (commit: 9341bf2) — philippe / githubweb
  23. Error data corrected and clarified (#108) (commit: 31b2070) — philippe / githubweb
  24. pylint (commit: ba0ee1a) — philippe / githubweb
  25. v0.2.0 (#105) (commit: 1e8e659) — philippe / githubweb
  26. Remove unneeded pylint disables (commit: 76e1304) — philippe / githubweb
  27. Delete commented code in conf.py (commit: d156c75) — philippe / githubweb
  28. Uniform docstrings using numpy style for autodoc (#7) (commit: 8831e4e) — philippe / githubweb
  29. fit.error (float) and fit.errors (dict) (#108) (commit: fd4039f) — philippe / githubweb
  30. More accurate gpfit101; log transform explained (#7) (commit: 7b41fb1) — philippe / githubweb
  31. Test coverage of different errors (#108) (commit: 617a3bb) — philippe / githubweb
  32. Stricter check of error (#108) (commit: 79111bf) — philippe / githubweb
  33. Cleaner calculation of max errors (#108) (commit: e814276) — philippe / githubweb
  34. Include package data in setup (#101) (commit: 2090a70) — philippe / githubweb
  35. Include gpfit.maths in setup.py (#101) (commit: 11013ad) — philippe / githubweb
  36. Updated build status icons in README (commit: f76899f) — philippe / githubweb
  37. Updated pylint; fixed the errors (#105) (commit: 0fb6b6f) — philippe / githubweb
  38. Change test to use assertLess (#105) (commit: 4748669) — philippe / githubweb
  39. Testing hard-code seed in initialize (#102)(#33) (commit: 1791788) — philippe / githubweb
  40. Remove seed setting from TestFit functions (#102)(#33) (commit: 9b5b9d5) — philippe / githubweb
  41. Convert to f-string formatting (#105) (commit: ddf4778) — philippe / githubweb
  42. No more seeds anywhere (#105) (commit: 5bb96e8) — philippe / githubweb
  43. Old school debugging (#33) (commit: 4b55ba2) — philippe / githubweb
  44. More experimentation (#33) (commit: 1ac7b70) — philippe / githubweb
  45. Comment out more tests (#33) (commit: 4248749) — philippe / githubweb
  46. See if time break being triggered (commit: aa8f3a0) — philippe / githubweb
  47. pylint for the temporary code (commit: 6ac7914) — philippe / githubweb
  48. Increase maxtime and un-comment tests (#33) (commit: 7522fb2) — philippe / githubweb
  49. Max time infinite (#33) (commit: df18222) — philippe / githubweb
  50. Proper setup of random seed (#33)(#102) (commit: 7c2acbc) — philippe / githubweb

#118 (Jul 15, 2021, 1:47:45 PM)

  1. Use setuptools and include xfoil package (#92) (commit: 930b2dc) — philippe / githubweb

#117 (Jul 15, 2021, 12:43:15 PM)

  1. Remove __future__ imports (#95) (commit: a67e730) — philippe / githubweb
  2. Remove legacy matlab code (#95) (commit: 7e4b0b4) — philippe / githubweb
  3. update setup.py and LICENSE (commit: c2f5dbb) — philippe / githubweb
  4. Consolidated log-sum-exp module (#95) (commit: 742e4f0) — philippe / githubweb
  5. Consolidate fit classes to one module (#95) (commit: 10a959c) — philippe / githubweb
  6. Rename fit_constraintset.py and FitCS (#95) (commit: 07b6362) — philippe / githubweb
  7. rename ba_init, get_params, rfun (#95) (commit: 57af97d) — philippe / githubweb
  8. clean up print_fit names (#95) (commit: 0ea4dce) — philippe / githubweb
  9. xfoil directory (#95) (commit: 7e01512) — philippe / githubweb
  10. levenberg_marquardt.py --> least_squares.py (#95) (commit: 9966aaa) — philippe / githubweb
  11. Miscellaneous cleanup (#95) (commit: 5b2b316) — philippe / githubweb
  12. Remove duplication of examples and tests (#95) (commit: 6387927) — philippe / githubweb
  13. Consolidate get_parameters() into fit() (#95) (commit: b5c289f) — philippe / githubweb
  14. black-ened code (#95) (commit: 1d32e84) — philippe / githubweb
  15. More general cleanup (#95) (commit: 1b4f212) — philippe / githubweb
  16. update print function names (commit: 8478a0e) — philippe / githubweb
  17. Docs tweaks (#95) (commit: 45bc251) — philippe / githubweb
  18. Revert to previous style for operators, whitespace (#95) (commit: 412e90c) — philippe / githubweb
  19. undo egregious newlines, remove unnecessary method (#95) (commit: 9e820cb) — philippe / githubweb
  20. Suggested improvements for constraint_set (#95) (commit: 23adfa6) — philippe / githubweb
  21. Preparing for PyPI (#95) (commit: 0854d32) — philippe / githubweb
  22. pylint (#95) (commit: 63843cd) — philippe / githubweb
  23. Default name is fit (#95) (commit: 31198a3) — philippe / githubweb

#116 (Jul 9, 2021, 7:43:28 PM)

  1. another plot_fit fix (commit: bb25aee) — philippe / githubweb
  2. add unit test for plot_fit_1d (commit: 425517a) — philippe / githubweb

#115 (Jul 9, 2021, 6:53:06 PM)

  1. Create Unit Test for fit.py (commit: 9b1d467) — nanjekyejoannah / githubweb
  2. Update t_fit.py (commit: 8a823d7) — noreply / githubweb
  3. Minor fixes (commit: bd3b9ca) — philippe / githubweb

#114 (Jul 6, 2021, 3:28:55 PM)

  1. fix run_tests.py using installed_solvers (commit: 9045b8e) — philippe / githubweb

#98 (Feb 6, 2020, 10:01:40 PM)

  1. Fixing status icon. (commit: 9b4f7b2) — 1ozturkbe / githubweb