Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Jul 31, 2023
1 parent 6692ea0 commit 1175f5a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,24 @@ Change Log
* Do not constrain the SPS age by default [`PR #132`_].
* Bug fix of emission-line subtracted Dn(4000) measurement [`PR #135`_].
* Update IGM attenuation coefficients [`PR #136`_].
* Several significant changes [`PR #137`_]:
* Record the observed-space emission-line amplitude in `_AMP` and move the
model-space amplitude to `_MODELAMP`.
* Demand at least 12 pixels to measure the scatter in the pixels under the
line (therefore `_AMP_IVAR` should be more reliable for narrow lines).
* Major bug fix whereby the model emission-line spectra were not being
convolved with the resolution matrix.
* Redefine `_CHI2` for an emission line as the observed not reduced chi2.
* Switch from (deprecated) `pkg_resources` to `importlib`.
* Updated documentation (data model) and several non-negligible speed-ups.

.. _`PR #115`: https://github.com/desihub/fastspecfit/pull/115
.. _`PR #116`: https://github.com/desihub/fastspecfit/pull/116
.. _`PR #120`: https://github.com/desihub/fastspecfit/pull/120
.. _`PR #132`: https://github.com/desihub/fastspecfit/pull/132
.. _`PR #135`: https://github.com/desihub/fastspecfit/pull/135
.. _`PR #136`: https://github.com/desihub/fastspecfit/pull/136
.. _`PR #137`: https://github.com/desihub/fastspecfit/pull/137

2.1.2 (2023-04-01)
------------------
Expand Down

0 comments on commit 1175f5a

Please sign in to comment.