From 4d62ddbffd8639073b587e390fd79bf5f7e61013 Mon Sep 17 00:00:00 2001 From: Brady Planden Date: Mon, 26 Feb 2024 16:46:32 +0000 Subject: [PATCH 1/3] increment versions --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1690e813..26a301e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Features + +## Bug Fixes + +# [v24.2](https://github.com/pybop-team/PyBOP/tree/v4.2) - 2024-02-26 + +## Features + - [#215](https://github.com/pybop-team/PyBOP/pull/215) - Adds `release_workflow.md` and updates `release_action.yaml` - [#204](https://github.com/pybop-team/PyBOP/pull/204) - Splits integration, unit, examples, plots tests, update workflows. Adds pytest `--examples`, `--integration`, `--plots` args. Adds tests for coverage after removal of examples. Adds examples and integrations nox sessions. Adds `pybop.RMSE._evaluateS1()` method - [#206](https://github.com/pybop-team/PyBOP/pull/206) - Adds Python 3.12 support with corresponding github actions changes. diff --git a/pyproject.toml b/pyproject.toml index 539745ad..8c32ebca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pybop" -version = "23.12" +version = "24.2" authors = [ {name = "The PyBOP Team"}, ] From c33f4941ce1233922729ac263ed2a801c4507e5c Mon Sep 17 00:00:00 2001 From: Brady Planden Date: Mon, 25 Mar 2024 19:47:14 +0000 Subject: [PATCH 2/3] increment versions to v24.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49118f41..17fbf7b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pybop" -version = "24.2" +version = "24.3" authors = [ {name = "The PyBOP Team"}, ] From 133af44396c9e3b0f3a549a12dba13319f9bddf2 Mon Sep 17 00:00:00 2001 From: Brady Planden Date: Mon, 25 Mar 2024 20:22:04 +0000 Subject: [PATCH 3/3] Patch: temporarily remove logic for publish --- .github/workflows/release_action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_action.yaml b/.github/workflows/release_action.yaml index 12a0f520..cadb6bd4 100644 --- a/.github/workflows/release_action.yaml +++ b/.github/workflows/release_action.yaml @@ -33,9 +33,9 @@ jobs: publish-to-pypi: name: >- Publish Python 🐍 distribution 📦 to PyPI - if: > - startsWith(github.ref, 'refs/tags/') && - !contains(github.ref, 'rc') && github.repository == github.event.repository + # if: > + # startsWith(github.ref, 'refs/tags/') && + # !contains(github.ref, 'rc') && github.repository == github.event.repository needs: build runs-on: ubuntu-latest environment: