Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: uv pip install --system --no-deps -v .

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

- name: Build documentation
working-directory: ./doc
Expand Down
1 change: 0 additions & 1 deletion doc/changes/DM-46294.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-49020.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-49801.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-50400.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-50619.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-50973.feature.rst

This file was deleted.

24 changes: 24 additions & 0 deletions doc/lsst.ctrl.bps.panda/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
lsst-ctrl-bps-panda v29.1.0 (2025-06-13)
========================================

New Features
------------

- Enabled environment variables to be set in BPS YAML files (`DM-49801 <https://rubinobs.atlassian.net/browse/DM-49801>`_)
- Added get_status method to ``PanDAService`` class for quick checking of run status. (`DM-50619 <https://rubinobs.atlassian.net/browse/DM-50619>`_)
- Now use a map file to reduce the size of the BPS PanDA submission size (`DM-50973 <https://rubinobs.atlassian.net/browse/DM-50973>`_)


Bug Fixes
---------

- Fixed ``fileDistributionEndPoint`` for different protocols (`DM-49020 <https://rubinobs.atlassian.net/browse/DM-49020>`_)
- Passed ``IDDS_MAX_NAME_LENGTH`` to remote build task (`DM-50400 <https://rubinobs.atlassian.net/browse/DM-50400>`_)


Other Changes and Additions
---------------------------

- Updated test to pass label to GenericWorkflowJob's constructor. (`DM-46294 <https://rubinobs.atlassian.net/browse/DM-46294>`_)


lsst-ctrl-bps-panda v29.0.0 (2025-03-25)
========================================

Expand Down
Loading