Skip to content

Commit b8b8f45

Browse files
committed
Merge branch 'refs/heads/develop' into release-v24.9.1
# Conflicts: # noxfile.py
2 parents edaa711 + 764bfb0 commit b8b8f45

20 files changed

+1301
-135
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,15 @@
130130
"contributions": [
131131
"example"
132132
]
133+
},
134+
{
135+
"login": "Dibyendu-IITKGP",
136+
"name": "Dibyendu-IITKGP",
137+
"avatar_url": "https://avatars.githubusercontent.com/u/32595915?v=4",
138+
"profile": "https://github.com/Dibyendu-IITKGP",
139+
"contributions": [
140+
"example"
141+
]
133142
}
134143
],
135144
"contributorsPerLine": 7,

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: "v0.6.4"
7+
rev: "v0.6.5"
88
hooks:
99
- id: ruff
1010
args: [--fix, --show-fixes]

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Bug Fixes
66

7+
- [#505](https://github.com/pybop-team/PyBOP/pull/505) - Bug fixes for `LogPosterior` with transformed `GaussianLogLikelihood` likelihood.
8+
79
## Breaking Changes
810

911
# [v24.9.1](https://github.com/pybop-team/PyBOP/tree/v24.9.0) - 2024-09-16

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
140140
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/muhammedsogut/"><img src="https://avatars.githubusercontent.com/u/34511375?v=4?s=100" width="100px;" alt="Muhammed Nedim Sogut"/><br /><sub><b>Muhammed Nedim Sogut</b></sub></a><br /><a href="https://github.com/pybop-team/PyBOP/commits?author=muhammedsogut" title="Code">💻</a></td>
141141
<td align="center" valign="top" width="14.28%"><a href="https://github.com/MarkBlyth"><img src="https://avatars.githubusercontent.com/u/20501619?v=4?s=100" width="100px;" alt="MarkBlyth"/><br /><sub><b>MarkBlyth</b></sub></a><br /><a href="https://github.com/pybop-team/PyBOP/commits?author=MarkBlyth" title="Code">💻</a></td>
142142
<td align="center" valign="top" width="14.28%"><a href="https://github.com/f-g-r-i-m-m"><img src="https://avatars.githubusercontent.com/u/137511310?v=4?s=100" width="100px;" alt="f-g-r-i-m-m"/><br /><sub><b>f-g-r-i-m-m</b></sub></a><br /><a href="#example-f-g-r-i-m-m" title="Examples">💡</a></td>
143+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Dibyendu-IITKGP"><img src="https://avatars.githubusercontent.com/u/32595915?v=4?s=100" width="100px;" alt="Dibyendu-IITKGP"/><br /><sub><b>Dibyendu-IITKGP</b></sub></a><br /><a href="#example-Dibyendu-IITKGP" title="Examples">💡</a></td>
143144
</tr>
144145
</tbody>
145146
</table>
File renamed without changes.
File renamed without changes.

examples/notebooks/LG_M50_ECM/data/LGM50_5Ah_RateTest.mat renamed to examples/data/LG_M50_ECM/data/LGM50_5Ah_RateTest.mat

File renamed without changes.
53.8 KB
Binary file not shown.
74.2 KB
Binary file not shown.
19.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)