Skip to content

Changes

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

  1. Add PyPI badge — philippe / githubweb

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

  1. Pin docutils version — philippe / githubweb

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

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

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

  1. Specify sphinx version (#7) — philippe / githubweb

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

  1. docs build fix (#7) — philippe / githubweb

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

  1. First pass at Fit class (#100) — philippe / githubweb
  2. All unit tests run except plot_fit and constraint_set (#100) — philippe / githubweb
  3. Working plot_fits method (#100) — philippe / githubweb
  4. plot_fit_2d (#100) — philippe / githubweb
  5. plot_slices for 2D fits (#100) — philippe / githubweb
  6. Fit.save() method (#100) — philippe / githubweb
  7. savetxt method (#100) — philippe / githubweb
  8. __repr__ method to replace print_fit (#100) — philippe / githubweb
  9. constraint_set method of Fit creates FitConstraintSet (#100) — philippe / githubweb
  10. Remove old logo from docs (#93) — philippe / githubweb
  11. Prettier documentation, __version__ (#7) — philippe / githubweb
  12. Installation instructions in docs (#69) — philippe / githubweb
  13. Acknowledgements on docs (#7) — philippe / githubweb
  14. Docs improvements (#7) — philippe / githubweb
  15. Replace fitdata with more meaningful attributes — philippe / githubweb
  16. Repair link to paper (#7) — philippe / githubweb
  17. Pretty output when verbosity=1 (#104) — philippe / githubweb
  18. Add basic tutorial to docs (#7) — philippe / githubweb
  19. _Fit now a private class (#100) — philippe / githubweb
  20. fit convenience function (#100) — philippe / githubweb
  21. File restructure (#100) — philippe / githubweb
  22. Tighter formatting of repr — philippe / githubweb
  23. Error data corrected and clarified (#108) — philippe / githubweb
  24. pylint — philippe / githubweb
  25. v0.2.0 (#105) — philippe / githubweb
  26. Remove unneeded pylint disables — philippe / githubweb
  27. Delete commented code in conf.py — philippe / githubweb
  28. Uniform docstrings using numpy style for autodoc (#7) — philippe / githubweb
  29. fit.error (float) and fit.errors (dict) (#108) — philippe / githubweb
  30. More accurate gpfit101; log transform explained (#7) — philippe / githubweb
  31. Test coverage of different errors (#108) — philippe / githubweb
  32. Stricter check of error (#108) — philippe / githubweb
  33. Cleaner calculation of max errors (#108) — philippe / githubweb
  34. Include package data in setup (#101) — philippe / githubweb
  35. Include gpfit.maths in setup.py (#101) — philippe / githubweb
  36. Updated build status icons in README — philippe / githubweb
  37. Updated pylint; fixed the errors (#105) — philippe / githubweb
  38. Change test to use assertLess (#105) — philippe / githubweb
  39. Testing hard-code seed in initialize (#102)(#33) — philippe / githubweb
  40. Remove seed setting from TestFit functions (#102)(#33) — philippe / githubweb
  41. Convert to f-string formatting (#105) — philippe / githubweb
  42. No more seeds anywhere (#105) — philippe / githubweb
  43. Old school debugging (#33) — philippe / githubweb
  44. More experimentation (#33) — philippe / githubweb
  45. Comment out more tests (#33) — philippe / githubweb
  46. See if time break being triggered — philippe / githubweb
  47. pylint for the temporary code — philippe / githubweb
  48. Increase maxtime and un-comment tests (#33) — philippe / githubweb
  49. Max time infinite (#33) — philippe / githubweb
  50. Proper setup of random seed (#33)(#102) — philippe / githubweb

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

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

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

  1. Remove __future__ imports (#95) — philippe / githubweb
  2. Remove legacy matlab code (#95) — philippe / githubweb
  3. update setup.py and LICENSE — philippe / githubweb
  4. Consolidated log-sum-exp module (#95) — philippe / githubweb
  5. Consolidate fit classes to one module (#95) — philippe / githubweb
  6. Rename fit_constraintset.py and FitCS (#95) — philippe / githubweb
  7. rename ba_init, get_params, rfun (#95) — philippe / githubweb
  8. clean up print_fit names (#95) — philippe / githubweb
  9. xfoil directory (#95) — philippe / githubweb
  10. levenberg_marquardt.py --> least_squares.py (#95) — philippe / githubweb
  11. Miscellaneous cleanup (#95) — philippe / githubweb
  12. Remove duplication of examples and tests (#95) — philippe / githubweb
  13. Consolidate get_parameters() into fit() (#95) — philippe / githubweb
  14. black-ened code (#95) — philippe / githubweb
  15. More general cleanup (#95) — philippe / githubweb
  16. update print function names — philippe / githubweb
  17. Docs tweaks (#95) — philippe / githubweb
  18. Revert to previous style for operators, whitespace (#95) — philippe / githubweb
  19. undo egregious newlines, remove unnecessary method (#95) — philippe / githubweb
  20. Suggested improvements for constraint_set (#95) — philippe / githubweb
  21. Preparing for PyPI (#95) — philippe / githubweb
  22. pylint (#95) — philippe / githubweb
  23. Default name is fit (#95) — philippe / githubweb

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

  1. another plot_fit fix — philippe / githubweb
  2. add unit test for plot_fit_1d — philippe / githubweb

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

  1. Create Unit Test for fit.py — nanjekyejoannah / githubweb
  2. Update t_fit.py — noreply / githubweb
  3. Minor fixes — philippe / githubweb

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

  1. fix run_tests.py using installed_solvers — philippe / githubweb

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

  1. Fixing status icon. — 1ozturkbe / githubweb