File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77## Breaking Changes
88
9- # [ v24.6.1] ( https://github.com/pybop-team/PyBOP/tree/v24.6.1 ) - 2024-07-XX
9+ # [ v24.6.1] ( https://github.com/pybop-team/PyBOP/tree/v24.6.1 ) - 2024-07-31
1010
1111## Features
1212- [ #313 ] ( https://github.com/pybop-team/PyBOP/pull/313/ ) - Fixes for PyBaMM v24.5, drops support for PyBaMM v23.9, v24.1
Original file line number Diff line number Diff line change 1212python_version=(" 3.9" " 3.10" " 3.11" " 3.12" )
1313os=(" ubuntu-latest" " windows-latest" " macos-13" " macos-14" )
1414# This command fetches the last PyBaMM version excluding release candidates from PyPI
15- # pybamm_version=($(curl -s https://pypi.org/pypi/pybamm/json | jq -r '.releases | keys[]' | grep -v rc | tail -n 1 | paste -sd " " -))
15+ pybamm_version=($( curl -s https://pypi.org/pypi/pybamm/json | jq -r ' .releases | keys[]' | grep -v rc | tail -n 1 | paste -sd " " -) )
1616
1717# This command fetches the last PyBaMM versions including release candidates from PyPI
18- pybamm_version=($( curl -s https://pypi.org/pypi/pybamm/json | jq -r ' .releases | keys[]' | tail -n 1 | paste -sd " " -) )
18+ # pybamm_version=($(curl -s https://pypi.org/pypi/pybamm/json | jq -r '.releases | keys[]' | tail -n 1 | paste -sd " " -))
1919
2020# open dict
2121json=' {
You can’t perform that action at this time.
0 commit comments