Skip to content

Commit

Permalink
update release notes and version for desisurvey/0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Apr 30, 2024
1 parent c5df065 commit 2730fa5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions doc/changes.rst
Expand Up @@ -2,7 +2,12 @@
desisurvey change log
=====================

0.19.1 (unreleased)
0.20.1 (unreleased)
-------------------

* No changes yet

0.20.0 (2024-04-30)
-------------------

* Ignore file names with wrong file name pattern in holding pen.
Expand All @@ -15,13 +20,21 @@ desisurvey change log
explicitly requested.
* More carefully log things associated with holding pen construction.
* Check that permissions of holding pen are correct following construction.
(PR `#152`_).
* Print out tiles for which offline information is missing during AP.
* Add -f flag when swapping modules due to new modules behavior.
* Add -f flag when swapping modules due to new modules behavior. (PR `#153`_).
* Make sure new directories in FIBER_ASSIGN_DIR get group write permission.
(PR `#154`_, PR `#156`_).
* Change power law used for the relationship of airmass and cost.
* Leave design hour angles of observed tiles unchanged when updating HAs.
* Updates for astropy/6.x compatibility (PR `#158`_).

.. _`#151`: https://github.com/desihub/desisurvey/pull/151
.. _`#152`: https://github.com/desihub/desisurvey/pull/152
.. _`#153`: https://github.com/desihub/desisurvey/pull/153
.. _`#154`: https://github.com/desihub/desisurvey/pull/154
.. _`#156`: https://github.com/desihub/desisurvey/pull/156
.. _`#158`: https://github.com/desihub/desisurvey/pull/158

0.19.0 (2022-05-13)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion py/desisurvey/_version.py
@@ -1 +1 @@
__version__ = '0.19.0.dev1131'
__version__ = '0.20.0'

0 comments on commit 2730fa5

Please sign in to comment.