Skip to content

Commit

Permalink
update release notes and version for desispec/0.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Oct 11, 2024
1 parent fa2a2d8 commit 5d915ab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
desispec Change Log
===================

0.67.0 (unreleased)
0.67.1 (unreleased)
-------------------

* No changes yet.

0.67.0 (2024-10-11)
-------------------

Used for Loa procution.

Major algorithmic change to coadds

* Fix coaddition of Resolution matrices and identification of cosmics
Expand All @@ -16,14 +23,23 @@ Other
* Add "UPDATED" timestamp column to tiles file (PR `#2373`_).
* Support reading old zbest files (now redrock) (PR `#2374`_).
* Add script to update processing tabel column layout (PR `#2376`_).
* Fix column incompatibility in :func:`desispec.specstatus.update_specstatus` (PR `#2384`_).
* zproc runs coadd_spectra instead of group_spectra if spectra file already
exists (PR `#2383`_).
* Fix column incompatibility in :func:`desispec.specstatus.update_specstatus`
(PR `#2384`_).
* Add desi_update_proctable_status script and standardize dry-run levels
(PR `#2385`_).
* Enable zproc.main to be called from other scripts (PR `#2391`_).

.. _`#2365`: https://github.com/desihub/desispec/pull/2365
.. _`#2373`: https://github.com/desihub/desispec/pull/2373
.. _`#2374`: https://github.com/desihub/desispec/pull/2374
.. _`#2376`: https://github.com/desihub/desispec/pull/2376
.. _`#2377`: https://github.com/desihub/desispec/pull/2377
.. _`#2383`: https://github.com/desihub/desispec/pull/2383
.. _`#2384`: https://github.com/desihub/desispec/pull/2384
.. _`#2385`: https://github.com/desihub/desispec/pull/2385
.. _`#2391`: https://github.com/desihub/desispec/pull/2391

0.66.3 (2024-09-13)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion py/desispec/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.66.3.dev8883'
__version__ = '0.67.0'

0 comments on commit 5d915ab

Please sign in to comment.