Skip to content

Commit

Permalink
updates in prep for second attempt at release 3.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
KathleenLabrie committed Oct 2, 2024
1 parent 9506a7e commit 25206b3
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion astrodata/doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#
today = 'September 2024'
today = 'October 2024'
#
# Else, today_fmt is used as the format for a strftime call.
#
Expand Down
6 changes: 6 additions & 0 deletions doc/DRAGONS/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,17 @@ Change Logs
3.2.2
=====

Bug Fixes
---------
**geminidr.ghost**

* Fix an issue where the GHOST reduction would fail if specific header
values were not in the expected format.

Improvements
------------
* Reduce memory usage in ``flagCosmicRays`` and ``QECorrect`` primitives.

3.2.1
=====

Expand Down
2 changes: 1 addition & 1 deletion doc/DRAGONS/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'September 2024'
today = 'October 2024'
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

Expand Down
3 changes: 3 additions & 0 deletions doc/DRAGONS/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This is bug fix release in support of GHOST. Unplanned changes in
header values led to GHOST reduction to fail in some cases. This release
offers a more resilient implementation.

We also include memory usage optimizations to the ``flagCosmicRays`` and
``QECorrect`` primitives.

V3.2.1
======

Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/F2Img-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'September 2024'
today = 'October 2024'
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GHOST-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#release = '3.2.x'
#rtdurl = 'release-'+release

today = 'September 2024'
today = 'October 2024'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GMOSImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'September 2024'
today = 'October 2024'
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GMOSLS-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#rtdurl = 'release-'+release
#rtdurl = 'latest'

today = 'September 2024'
today = 'October 2024'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GNIRSImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'September 2024'
today = 'October 2024'
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/GSAOIImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'September 2024'
today = 'October 2024'
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

Expand Down
2 changes: 1 addition & 1 deletion geminidr/doc/tutorials/NIRIImg-DRTutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'September 2024'
today = 'October 2024'
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

Expand Down
2 changes: 1 addition & 1 deletion recipe_system/doc/rs_ProgManual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'September 2024'
today = 'October 2024'

# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'
Expand Down
2 changes: 1 addition & 1 deletion recipe_system/doc/rs_UsersManual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
today = 'September 2024'
today = 'October 2024'
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

Expand Down

0 comments on commit 25206b3

Please sign in to comment.