Skip to content

Commit 3bba544

Browse files
authored
Merge pull request #91 from lsst/tickets/DM-51073
DM-51073: v29.1 release notes
2 parents 17389a3 + 48e928e commit 3bba544

8 files changed

Lines changed: 25 additions & 7 deletions

File tree

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: uv pip install --system --no-deps -v .
3737

3838
- name: Install documenteer
39-
run: uv pip install --system 'documenteer[pipelines]==0.8.2'
39+
run: uv pip install --system 'documenteer[pipelines]==0.8.2' sphinx-automodapi==0.19
4040

4141
- name: Build documentation
4242
working-directory: ./doc

doc/changes/DM-46294.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-49020.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-49801.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-50400.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-50619.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-50973.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/lsst.ctrl.bps.panda/CHANGES.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
lsst-ctrl-bps-panda v29.1.0 (2025-06-13)
2+
========================================
3+
4+
New Features
5+
------------
6+
7+
- Enabled environment variables to be set in BPS YAML files (`DM-49801 <https://rubinobs.atlassian.net/browse/DM-49801>`_)
8+
- Added get_status method to ``PanDAService`` class for quick checking of run status. (`DM-50619 <https://rubinobs.atlassian.net/browse/DM-50619>`_)
9+
- Now use a map file to reduce the size of the BPS PanDA submission size (`DM-50973 <https://rubinobs.atlassian.net/browse/DM-50973>`_)
10+
11+
12+
Bug Fixes
13+
---------
14+
15+
- Fixed ``fileDistributionEndPoint`` for different protocols (`DM-49020 <https://rubinobs.atlassian.net/browse/DM-49020>`_)
16+
- Passed ``IDDS_MAX_NAME_LENGTH`` to remote build task (`DM-50400 <https://rubinobs.atlassian.net/browse/DM-50400>`_)
17+
18+
19+
Other Changes and Additions
20+
---------------------------
21+
22+
- Updated test to pass label to GenericWorkflowJob's constructor. (`DM-46294 <https://rubinobs.atlassian.net/browse/DM-46294>`_)
23+
24+
125
lsst-ctrl-bps-panda v29.0.0 (2025-03-25)
226
========================================
327

0 commit comments

Comments
 (0)