Skip to content

Commit

Permalink
update release notes and version for fiberassign/5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
araichoor committed Apr 19, 2022
1 parent a3b6b6e commit 1fc5174
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
33 changes: 23 additions & 10 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,37 @@
fiberassign change log
======================

5.4.1 (unreleased)
5.5.1 (unreleased)
------------------

5.5.0 (2022-04-19)
------------------

* Count ETC fibers as stuck fibers. (PR `#425`_)
* Tootile (PR `#422`_)
* Desi fa smallrun v3 (PR `#426`_)
* sort fiberassign output hdus GFA_TARGETS and POTENTIAL_ASSIGNMENTS (PR `#421`_)

.. _`#425`: https://github.com/desihub/fiberassign/pull/425
.. _`#422`: https://github.com/desihub/fiberassign/pull/422
.. _`#426`: https://github.com/desihub/fiberassign/pull/426
.. _`#421`: https://github.com/desihub/fiberassign/pull/421

5.4.0 (2021-11-23)
------------------

This version now requires desitarget >= 2.2.1
Various updates, in particular to handle the Main/BACKUP program (but not only).

* Remove STD_WD from the per-petal STD counting (PR `# 415`_)
* Skyhealpixs gaia (PR `# 416`_)
* Gaia std (PR `# 417`_)
* Fba rerun5 (PR `# 420`_)
* Move some functions from fba_launch_io.py to utils.py (PR `# 419`_)
* change main/backup goaltime from 30 to 60 (PR `# 418`_)
* Populate EBV=0 rows in FIBERASSIGN with correct values (PR `# 414`_)
* Remove STD_WD from the per-petal STD counting (PR `#415`_)
* Skyhealpixs gaia (PR `#416`_)
* Gaia std (PR `#417`_)
* Fba rerun5 (PR `#420`_)
* Move some functions from fba_launch_io.py to utils.py (PR `#419`_)
* change main/backup goaltime from 30 to 60 (PR `#418`_)
* Populate EBV=0 rows in FIBERASSIGN with correct values (PR `#414`_)

.. _`#416`: https://github.com/desihub/fiberassign/pull/415
.. _`#415`: https://github.com/desihub/fiberassign/pull/415
.. _`#416`: https://github.com/desihub/fiberassign/pull/416
.. _`#417`: https://github.com/desihub/fiberassign/pull/417
.. _`#420`: https://github.com/desihub/fiberassign/pull/420
Expand All @@ -34,7 +47,7 @@ Various updates, in particular to handle the Main/BACKUP program (but not only).

Allow several folders for inflating ledgers.

* allow several folders for inflating ledgers (PR `# 408`_)
* allow several folders for inflating ledgers (PR `#408`_)

.. _`#408`: https://github.com/desihub/fiberassign/pull/408

Expand Down
2 changes: 1 addition & 1 deletion py/fiberassign/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.4.0.dev3369'
__version__ = '5.5.0'

0 comments on commit 1fc5174

Please sign in to comment.