Skip to content

Commit

Permalink
Merge pull request #21 from lsst/tickets/DM-40883-main
Browse files Browse the repository at this point in the history
DM-40883 (main): v26 release notes
  • Loading branch information
timj committed Sep 26, 2023
2 parents ff3a74e + 8d2ffce commit 0782abd
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install -r requirements.txt
- name: Build and install
run: pip install -v .
run: pip install --no-deps -v .

- name: Install documenteer
run: pip install 'documenteer[pipelines]<0.9'
Expand Down
1 change: 0 additions & 1 deletion doc/changes/DM-32764.feature.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-38184.feature.md

This file was deleted.

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

This file was deleted.

28 changes: 26 additions & 2 deletions doc/lsst.ctrl.bps.parsl/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
Pre-release development
=======================
lsst-ctrl-bps-parsl v26.0.0 2023-09-25
======================================

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

- Add support for getting ``scheduler_options`` from BPS configuration for Slurm. (`DM-32764 <https://jira.lsstcorp.org/browse/DM-32764>`_)
- Added `cmd_timeout` configurable option to the Princeton site settings. (`DM-38184 <https://jira.lsstcorp.org/browse/DM-38184>`_)


Bug Fixes
---------

- Resolve nested symbolic names correctly (`DM-39885 <https://jira.lsstcorp.org/browse/DM-39885>`_)


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

- Bring package up to LSST middleware packaging standards. (`DM-36092 <https://jira.lsstcorp.org/browse/DM-36092>`_)


lsst-ctrl-bps-parsl v25.0.0 2023-07-01
======================================

First release as part of the LSST Science Pipelines.
4 changes: 3 additions & 1 deletion 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-parsl"
requires-python = ">=3.10.0"
description = "Parsl-based plugin for lsst-ctrl-bps."
license = {text = "BSD 3-Clause License"}
readme = "README.md"
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 Expand Up @@ -52,7 +54,7 @@ version = { attr = "lsst_versions.get_lsst_version" }
package_dir = "python"
filename = "doc/lsst.ctrl.bps.parsl/CHANGES.rst"
directory = "doc/changes"
title_format = "BPS-Parsl {version} {project_date}"
title_format = "lsst-ctrl-bps-parsl {version} {project_date}"
issue_format = "`{issue} <https://jira.lsstcorp.org/browse/{issue}>`_"

[[tool.towncrier.type]]
Expand Down

0 comments on commit 0782abd

Please sign in to comment.