Fix - Fix bug in `confitti.ConicFitResult` when the model has a parameter that does not vary. For instance, eccentricity for the parabola fits. The uncertainty (`.uvar` property) for such parameters is now set to zero.
0.2.0
New Features - New class `confitti.ConicFitResult` to store the results of a conic fit. - Fit parameters can now be saved to and loaded from files in YAML or JSON format with `confitti.ConicFitResult` methods `.write()` and `.read()`.
Documentation - Example notebooks `notebooks/demo03-proplyd.ipynb` and `notebooks/demo04-other-proplyd.ipynb` now demonstrate saving the fit results to a file. - New example notebook `notebooks/demo06-read-save-files.ipynb` demonstrates loading previously saved fit results.
0.1.4
Fix - Allow negative orientation angles in `fit_conic_to_xy()` (turn off with `allow_negative_theta=False`)
0.1.3
Documentation
- Fix README links to work in both github and pyPI