diff --git a/doc/news/DM-44192.doc.rst b/doc/news/DM-44192.doc.rst new file mode 100644 index 000000000..9b2976490 --- /dev/null +++ b/doc/news/DM-44192.doc.rst @@ -0,0 +1 @@ +Update version history notes and towncrier ticket links to use cloud jira project. \ No newline at end of file diff --git a/doc/version_history.rst b/doc/version_history.rst index 341849bf3..3f21362eb 100644 --- a/doc/version_history.rst +++ b/doc/version_history.rst @@ -14,7 +14,7 @@ v0.27.5 (2024-05-02) New Features ------------ -- In auxtel/correct_pointing.py, add option to pass instrument filter to configuration. (`DM-44131 `_) +- In auxtel/correct_pointing.py, add option to pass instrument filter to configuration. (`DM-44131 `_) v0.27.4 (2024-02-12) @@ -27,7 +27,7 @@ Performance Enhancement Instead of relying on the intra-focal image as the basis, compute the distance to the boresight and either use the source detected (if it is close enough to the bore sight) or use the source detected for the other image. It will also raise an exception if both sources are too far from the boresight. - In ``auxtel/latiss_base_align.py``, add gains when converting from wavefront error to hexapod correction. (`DM-42690 `_) + In ``auxtel/latiss_base_align.py``, add gains when converting from wavefront error to hexapod correction. (`DM-42690 `_) v0.27.3 (2024-02-02) @@ -37,7 +37,7 @@ New Features ------------ - In ``auxtel/latiss_base_align.py`` added `self.next_supplemented_group_id()` call so that intra and extra focal images have the same group id. - (`DM-41684 `_) (`DM-41684 `_) + (`DM-41684 `_) (`DM-41684 `_) v0.27.2 (2023-12-14) @@ -46,15 +46,15 @@ v0.27.2 (2023-12-14) New Features ------------ -- In ``auxtel/correct_pointing.py``, add config to reset the AOS offsets. (`DM-41870 `_) +- In ``auxtel/correct_pointing.py``, add config to reset the AOS offsets. (`DM-41870 `_) Bug Fixes --------- - Fixed a bug in `latiss_base_align.py` module when trying to flush the `ataos.evt_detailedState` event before resetting resetting the hexapod to its initial position. - That flush was not needed, redundant and it was causing an error. (`DM-41718 `_) -- In ``auxtel/latiss_acquire_and_take_sequence.py``, add floor to y-value of final blind offset position to prevent target landing off of detector. (`DM-41870 `_) + That flush was not needed, redundant and it was causing an error. (`DM-41718 `_) +- In ``auxtel/latiss_acquire_and_take_sequence.py``, add floor to y-value of final blind offset position to prevent target landing off of detector. (`DM-41870 `_) v0.27.1 (2023-11-29) @@ -63,7 +63,7 @@ v0.27.1 (2023-11-29) Bug Fixes --------- -- * Fix ``make_love_uptime_tests`` to use proper dict keys format (`DM-41266 `_) +- * Fix ``make_love_uptime_tests`` to use proper dict keys format (`DM-41266 `_) Other Changes and Additions @@ -71,7 +71,7 @@ Other Changes and Additions - * In ``love_manager_client``, ``make_love_stress_tests`` and ``make_love_uptime_tests`` change location attribute to be an URL instead of a domain * In ``love_manager_client`` remove ``command_url`` - * In ``make_love_stress_tests`` and ``make_love_uptime_tests`` make both ``USER_USERNAME`` and ``USER_USER_PASS`` environment variables required (`DM-41536 `_) + * In ``make_love_stress_tests`` and ``make_love_uptime_tests`` make both ``USER_USERNAME`` and ``USER_USER_PASS`` environment variables required (`DM-41536 `_) v0.27.0 (2023-10-30) @@ -81,7 +81,7 @@ New Features ------------ - Update ``maintel/tma/random_walk.py`` to have timer outside the generator ``get_azel_random_walk`` -- Create ``maintel/tma/random_walk_and_take_image_gencam.py`` based on ``BaseTrackTargetAndTakeImage`` and ``RandomWalk`` (`DM-38437 `_) +- Create ``maintel/tma/random_walk_and_take_image_gencam.py`` based on ``BaseTrackTargetAndTakeImage`` and ``RandomWalk`` (`DM-38437 `_) v0.26.1 (2023-10-06) @@ -90,21 +90,21 @@ v0.26.1 (2023-10-06) New Features ------------ -- In ``auxtel/latiss_base_align.py``, add functionality to return hexapod to its initial position in case of failures during the alignment process.. (`DM-37831 `_) +- In ``auxtel/latiss_base_align.py``, add functionality to return hexapod to its initial position in case of failures during the alignment process.. (`DM-37831 `_) - In ``auxtel/correct_pointing``, reset offsets after slewing to avoid elevation out of range issue. - In ``auxtel/latiss_base_align.py``, relax default focus threshold. (`DM-40852 `_) + In ``auxtel/latiss_base_align.py``, relax default focus threshold. (`DM-40852 `_) Documentation ------------- -- Integrate towncrier for release notes and change log management (`DM-40534 `_) +- Integrate towncrier for release notes and change log management (`DM-40534 `_) Other Changes and Additions --------------------------- -- In `news_creation.yaml` remove the `--dir` parameter from towncrier check action. (`DM-40534 `_) +- In `news_creation.yaml` remove the `--dir` parameter from towncrier check action. (`DM-40534 `_) v0.26.0 diff --git a/pyproject.toml b/pyproject.toml index cdc9f3904..167545b2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = ["documenteer[pipelines]"] directory = "doc/news" filename_format = "{name}.{type}.rst|{name}.{type}.md" title_format = "{version} ({project_date})" - issue_format = "`{issue} `_" + issue_format = "`{issue} `_" [[tool.towncrier.type]] directory = "feature"