Skip to content

Commit

Permalink
Merge pull request #291 from lsst/tickets/DM-44569
Browse files Browse the repository at this point in the history
DM-44569: v27 release notes
  • Loading branch information
timj authored Jun 6, 2024
2 parents b95e90d + ab26f16 commit f1e75d8
Show file tree
Hide file tree
Showing 23 changed files with 130 additions and 102 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
python-version: ["3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Need to clone everything for the git tags.
fetch-depth: 0

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge,defaults
Expand All @@ -31,19 +31,19 @@ jobs:
- name: Update pip/wheel infrastructure
shell: bash -l {0}
run: |
conda install -y -q pip wheel
conda install -y -q pip wheel uv
- name: Install dependencies
shell: bash -l {0}
run: |
pip install -r requirements.txt
uv pip install -r requirements.txt
# We have two cores so we can speed up the testing with xdist
- name: Install pytest packages
shell: bash -l {0}
run: |
conda install -y -q \
pytest pytest-xdist pytest-openfiles pytest-cov
pytest pytest-xdist pytest-cov
- name: List installed packages
shell: bash -l {0}
Expand All @@ -54,12 +54,12 @@ jobs:
- name: Build and install
shell: bash -l {0}
run: |
pip install -v --no-deps -e .
uv pip install -v --no-deps -e .
- name: Run tests
shell: bash -l {0}
run: |
pytest -r a -v -n 3 --open-files --cov=lsst.ctrl.mpexec --cov=tests --cov-report=xml --cov-report=term --cov-branch
pytest -r a -v -n 3 --cov=lsst.ctrl.mpexec --cov=tests --cov-report=xml --cov-report=term --cov-branch
- name: Upload coverage to codecov
uses: codecov/codecov-action@v4
with:
Expand All @@ -72,13 +72,13 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Need to clone everything to embed the version.
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
build_sphinx_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# Need to clone everything for the git tags.
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/do_not_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
'DO NOT MERGE'. Remove this commit from the branch before merging
or change the commit summary."
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check requirements.txt for branches
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docstyle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
numpydoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5

- name: Install numpydoc
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-toml
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand All @@ -22,10 +22,10 @@ repos:
name: isort (python)
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.15
rev: v0.4.6
hooks:
- id: ruff
- repo: https://github.com/numpy/numpydoc
rev: "v1.6.0"
rev: "v1.7.0"
hooks:
- id: numpydoc-validation
2 changes: 0 additions & 2 deletions doc/changes/DM-35599.bugfix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/changes/DM-37140.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions doc/changes/DM-41131.feature.md

This file was deleted.

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

This file was deleted.

7 changes: 0 additions & 7 deletions doc/changes/DM-41606.feature.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/changes/DM-41832.removal.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/changes/DM-41962.bugfix.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-42302.misc.md

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions doc/changes/DM-42751.api.rst

This file was deleted.

3 changes: 0 additions & 3 deletions doc/changes/DM-43363.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changes/DM-43484.bugfix.md

This file was deleted.

Loading

0 comments on commit f1e75d8

Please sign in to comment.