Skip to content

Commit

Permalink
Updated the change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpparvi committed Nov 26, 2024
1 parent f001054 commit c053b33
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,32 @@ API Changes
Bug Fixes
^^^^^^^^^

Other changes
^^^^^^^^^^^^^

1.4.2
------

Bug Fixes
^^^^^^^^^
- Fixed Astropy v7.0 incompatibility bug [#229] in ``tracing.FitTrace``: changed to use
``astropy.modeling.fitting.DogBoxLSQFitter`` when fitting a Gaussian peak model instead of
``astropy.modeling.fitting.LevMarLSQFitter`` that may be deprecated in the future. Also
changed to use ``fitting.LMLSQFitter`` instead of ``fitting.LevMarLSQFitter`` when fitting
a generic nonlinear trace model.

Other changes
^^^^^^^^^^^^^
- Changed ``tracing.FitTrace`` to use ``astropy.modeling.fitting.LinearLSQFitter``
if the trace model is linear.

1.4.1 (2024-06-20)
------------------

New Features
^^^^^^^^^^^^

API Changes
^^^^^^^^^^^

Bug Fixes
^^^^^^^^^
- Fix bug where Background one sided / two sided was not correctly assigning units to data. [#221]

Other changes
^^^^^^^^^^^^^

1.4.0 (2024-05-29)
------------------
Expand Down

0 comments on commit c053b33

Please sign in to comment.