Skip to content

Changes

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

  1. Add PyPI badge — philippe / githubweb

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

  1. Pin docutils version — philippe / githubweb

#11 (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

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

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

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

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

#4 (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