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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 69846b78..c2a453c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Features + +## Bug Fixes + +# [v24.3](https://github.com/pybop-team/PyBOP/tree/v24.3) - 2024-03-25 + +## Features + - [#245](https://github.com/pybop-team/PyBOP/pull/245) - Updates ruff config for import linting. - [#198](https://github.com/pybop-team/PyBOP/pull/198) - Adds default subplot trace options, removes `[]` in axis plots as per SI standard, add varying signal length to quick_plot, restores design optimisation execption. - [#224](https://github.com/pybop-team/PyBOP/pull/224) - Updated prediction objects to dictionaries, cost class calculations, added `additional_variables` argument to problem class, updated scipy.minimize defualt method to Nelder-Mead, added gradient cost landscape plots with optional argument. diff --git a/pyproject.toml b/pyproject.toml index 4f8d4653..17fbf7b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pybop" -version = "23.12" +version = "24.3" authors = [ {name = "The PyBOP Team"}, ]