Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-40883 (main): Add v26 release notes #57

Merged
merged 3 commits into from
Sep 26, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/changes/DM-34915.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-37352.misc.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-37961.misc.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-38101.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-38142.misc.rst

This file was deleted.

3 changes: 0 additions & 3 deletions doc/changes/DM-38307.misc.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-39334.misc.rst

This file was deleted.

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

This file was deleted.

31 changes: 31 additions & 0 deletions doc/lsst.ctrl.bps.panda/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
lsst-ctrl-bps-panda v26.0.0 (2023-09-25)
========================================

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

- Enabled saving of iDDS client workflow objects at prepare bps submission stage. (`DM-34915 <https://jira.lsstcorp.org/browse/DM-34915>`_)
- Updated BPS PanDA plugin to work with quantum-backed butler. (`DM-39553 <https://jira.lsstcorp.org/browse/DM-39553>`_)


Bug Fixes
---------

- Fixed the execution butler transfer bug when period in run collection. (`DM-37843 <https://jira.lsstcorp.org/browse/DM-37843>`_)
- Fixed PanDA task chunking bug that caused assertion error during submission for really large QuantumGraphs. (`DM-38101 <https://jira.lsstcorp.org/browse/DM-38101>`_)
- Handled dependency issues when preparing rescue workflows. (`DM-38377 <https://jira.lsstcorp.org/browse/DM-38377>`_)


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

- Now print out pseudo_file_name in the bps PanDA plugin to simplify debugging if there is a problem with it being too long. (`DM-37352 <https://jira.lsstcorp.org/browse/DM-37352>`_)
- Included butler repo URL in log message labels. (`DM-37961 <https://jira.lsstcorp.org/browse/DM-37961>`_)
- Modified PanDA task chunking to be evenly divided. (`DM-38101 <https://jira.lsstcorp.org/browse/DM-38101>`_)
- Updated ``ctrl_bps_panda/config/bps_usdf.yaml`` to allow for local custom setup (`DM-38142 <https://jira.lsstcorp.org/browse/DM-38142>`_)
- Updated some default YAML values to more easily allow parts to be
modified as well as provided values to go with the updated bps
default YAML (e.g., no longer need ``runQuantumCommands``). (`DM-38307 <https://jira.lsstcorp.org/browse/DM-38307>`_)
- Moved ``fileDistributionEndPoint`` from lustre to weka in USDF configuration. (`DM-39334 <https://jira.lsstcorp.org/browse/DM-39334>`_)


lsst-ctrl-bps-panda v25.0.0 (2023-03-02)
========================================

Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lsst-ctrl-bps-panda"
requires-python = ">=3.10.0"
description = "PanDA plugin for lsst-ctrl-bps."
license = {text = "BSD 3-Clause License"}
readme = "README.rst"
Expand All @@ -16,6 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Astronomy",
]
keywords = ["lsst"]
Expand Down