Skip to content

Commit 372006e

Browse files
committed
update release notes and version for desispec/0.69.0
1 parent cd0bfad commit 372006e

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

doc/changes.rst

+38-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,51 @@
22
desispec Change Log
33
===================
44

5-
0.68.2 (unreleased)
5+
0.69.1 (unreleased)
66
-------------------
77

8+
* No changes yet.
9+
10+
0.69.0 (2025-03-14)
11+
-------------------
12+
13+
Algorithms:
14+
15+
* Fix bug in fiber aperature correction impacting ivar [PR `#2452`_]
16+
* Fix fiber aperture correction: normalization and sky fibers [PR `#2454`_]
17+
* Add option to select good overscan region in preproc [PR `#2438`_]
18+
* Trace shifts accomodate large offsets [PRs `#2440`_. `#2444`_]
19+
20+
Pipeline:
21+
22+
* Allow ``desi_proc_tilenight`` to submit new redshift jobs even if
23+
tilenight exists [PR `#2441`_]
24+
* Resolve unknown statuses in the dashboard [PR `#2442`_]
25+
* Fix tsnr afterburner bug causing crash on nights with no good data [PR `#2447`_]
26+
* Allow user to specify exposures or tiles to resubmit [PR `#2450`_]
27+
28+
Cleanup:
29+
830
* Fix installation when using desiutil/3.5.0, dropping support of
931
`python setup.py test` as a side-effect [PR `#2437`_]
10-
* `$DESI_SPECTRO_REDUX` default to `$DESI_ROOT/spectro/redux` for
11-
`desispec.io.findfile` [PR `#2448`_]
32+
* Prevent error when read_spectra sees unexpected extension [PR `#2339`_]
33+
* Update readthedocs configuration [PR `#2446`_]
34+
* ``$DESI_SPECTRO_REDUX`` default to ``$DESI_ROOT/spectro/redux`` for
35+
``desispec.io.findfile`` [PR `#2448`_]
1236

1337
.. _`#2437`: https://github.com/desihub/desispec/pull/2437
38+
.. _`#2438`: https://github.com/desihub/desispec/pull/2438
39+
.. _`#2439`: https://github.com/desihub/desispec/pull/2439
40+
.. _`#2440`: https://github.com/desihub/desispec/pull/2440
41+
.. _`#2441`: https://github.com/desihub/desispec/pull/2441
42+
.. _`#2442`: https://github.com/desihub/desispec/pull/2442
43+
.. _`#2444`: https://github.com/desihub/desispec/pull/2444
44+
.. _`#2446`: https://github.com/desihub/desispec/pull/2446
45+
.. _`#2447`: https://github.com/desihub/desispec/pull/2447
1446
.. _`#2448`: https://github.com/desihub/desispec/pull/2448
47+
.. _`#2450`: https://github.com/desihub/desispec/pull/2450
48+
.. _`#2452`: https://github.com/desihub/desispec/pull/2452
49+
.. _`#2454`: https://github.com/desihub/desispec/pull/2454
1550

1651
0.68.1 (2024-11-08)
1752
-------------------

py/desispec/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.68.1.dev8961'
1+
__version__ = '0.69.0'

0 commit comments

Comments
 (0)