Skip to content

Changes

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

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

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

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

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

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

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

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

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

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