Skip to content

Commit d2bbbd2

Browse files
Increment version number
1 parent 7e4d250 commit d2bbbd2

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## Features
44

5+
## Optimisations
6+
7+
## Bug Fixes
8+
9+
## Breaking Changes
10+
11+
# [v25.3](https://github.com/pybop-team/PyBOP/tree/v25.3) - 2025-03-28
12+
13+
## Features
14+
515
- [#649](https://github.com/pybop-team/PyBOP/pull/649) - Adds verbose outputs to Pints-based optimisers
616
- [#659](https://github.com/pybop-team/PyBOP/pull/659) - Enables user-defined weightings of the error measures.
717
- [#674](https://github.com/pybop-team/PyBOP/issues/674) - Adds the reason for stopping to the `OptimisationResult`.
@@ -22,7 +32,6 @@
2232
- [#684](https://github.com/pybop-team/PyBOP/pull/684) - Updates `plot.quick` to `plot.problem` for clarity.
2333
- [#661](https://github.com/pybop-team/PyBOP/pull/661) - Adds `pybop.CostInterface` which aligns the optimisers and samplers with a unified `call_cost` in which transformations and sign inversions are applied. Also includes bug fixes for transformations and gradient calculations.
2434

25-
2635
# [v25.1](https://github.com/pybop-team/PyBOP/tree/v25.1) - 2025-02-03
2736

2837
## Features

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ keywords:
3131
journal: "arXiv"
3232
date-released: 2024-12-20
3333
doi: 10.48550/arXiv.2412.15859
34-
version: "25.1" # Update this alongside new releases
34+
version: "25.3" # Update this alongside new releases
3535
repository-code: 'https://www.github.com/pybop-team/pybop'

docs/_static/switcher.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44
"url": "https://pybop-docs.readthedocs.io/en/latest/"
55
},
66
{
7-
"name": "v25.1 (stable)",
8-
"version": "v25.1",
9-
"url": "https://pybop-docs.readthedocs.io/en/v25.1/",
7+
"name": "v25.3 (stable)",
8+
"version": "v25.3",
9+
"url": "https://pybop-docs.readthedocs.io/en/v25.3/",
1010
"preferred": true
1111
},
12+
{
13+
"name": "v25.1",
14+
"version": "v25.1",
15+
"url": "https://pybop-docs.readthedocs.io/en/v25.1/"
16+
},
1217
{
1318
"name": "v24.12",
1419
"version": "v24.12",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pybop"
7-
version = "25.1"
7+
version = "25.3"
88
authors = [
99
{name = "The PyBOP Team"},
1010
]

0 commit comments

Comments
 (0)