From 75287e47edea693added4c01ba53747bef0de0af Mon Sep 17 00:00:00 2001 From: Stephen Bailey Date: Fri, 23 Aug 2024 12:05:04 -0700 Subject: [PATCH] update changes.rst --- doc/changes.rst | 18 ++++++++++++++++-- py/desispec/_version.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 25321709b..52695d0fc 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2,10 +2,24 @@ desispec Change Log =================== -0.65.1 (unreleased) +0.66.0 (unreleased) ------------------- -* No changes yet. +First tag used for Kibo/Y3 run. + +* Update TPCORR parameter creation code (PR `#2318`_). +* Minor changes to desi_compute_dark_nonlinear (PR `#2326`_). +* Fix parsing of old daily proctables (PR `#2327`_). +* Script for fitting large trace shifts (PR `#2334`_). +* Work around NaNs in GFA pipeline inputs (PR `#2336`_). +* Fix usage of FIBERSTATUS VARIABLETHRU bit (PR `#2337`_). + +.. _`#2318`: https://github.com/desihub/desispec/pull/2318 +.. _`#2326`: https://github.com/desihub/desispec/pull/2326 +.. _`#2327`: https://github.com/desihub/desispec/pull/2327 +.. _`#2334`: https://github.com/desihub/desispec/pull/2334 +.. _`#2336`: https://github.com/desihub/desispec/pull/2336 +.. _`#2337`: https://github.com/desihub/desispec/pull/2337 0.65.0 (2024-08-16) ------------------- diff --git a/py/desispec/_version.py b/py/desispec/_version.py index 998562ab9..c0ede9656 100644 --- a/py/desispec/_version.py +++ b/py/desispec/_version.py @@ -1 +1 @@ -__version__ = '0.65.0.dev8717' +__version__ = '0.65.0.dev8744'