Skip to content

Commit

Permalink
Merge pull request #263 from pybop-team/main
Browse files Browse the repository at this point in the history
PR v24.3 into develop
  • Loading branch information
BradyPlanden committed Mar 25, 2024
2 parents 21119db + 133af44 commit c3e3a89
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pybop"
version = "23.12"
version = "24.3"
authors = [
{name = "The PyBOP Team"},
]
Expand Down

0 comments on commit c3e3a89

Please sign in to comment.