Skip to content

Commit 9802dba

Browse files
authored
Merge pull request #211 from ImperialCollegeLondon/release-candidates/rc-1.3.1
Release Candidate 1.3.1
2 parents a5cb0f2 + 7764404 commit 9802dba

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# CHANGELOG
22

33

4+
## v1.3.1 (2025-01-22)
5+
6+
### Bug Fixes
7+
8+
- Concat biologic MB files diagonally to prevent schema conflict errors
9+
([`95e97fc`](https://github.com/ImperialCollegeLondon/PyProBE/commit/95e97fc6341669b172e5f5eab09c4757283a5cb1))
10+
11+
- Paper figure typo
12+
([`8cfe8c1`](https://github.com/ImperialCollegeLondon/PyProBE/commit/8cfe8c1cd4f8230dfc4ede316a1d24eeb1daf3d2))
13+
14+
### Chores
15+
16+
- Add --frozen flag to uv sync commands in workflows
17+
([`b158397`](https://github.com/ImperialCollegeLondon/PyProBE/commit/b1583979908bac0a8fa9b92444c9e82e34d69545))
18+
19+
- Replace warnings with logger for missing columns in data
20+
([`dbd16c9`](https://github.com/ImperialCollegeLondon/PyProBE/commit/dbd16c9eeb85e9620f47e43f061e5cd32c100176))
21+
22+
- Unfreeze uv sync for release candidate workflow
23+
([`3692bc5`](https://github.com/ImperialCollegeLondon/PyProBE/commit/3692bc535b20bfc82b6260e544da0d5e743944af))
24+
25+
426
## v1.3.0 (2025-01-12)
527

628
### Bug Fixes
@@ -55,6 +77,9 @@ Dependency groups are currently not supported for backwards compatibility with p
5577
- Recategorise xlsxwriter as dev dependency
5678
([`699a850`](https://github.com/ImperialCollegeLondon/PyProBE/commit/699a8506cd5b58399885d3cfd7c363becb9b7615))
5779

80+
- Release candidate 1.3.0 [skip ci]
81+
([`f0384a3`](https://github.com/ImperialCollegeLondon/PyProBE/commit/f0384a390aa81e25c970f14c9cbae51412175817))
82+
5883
- Release candidate 1.3.0 [skip ci]
5984
([`d14ffce`](https://github.com/ImperialCollegeLondon/PyProBE/commit/d14ffce0e621b62dd301a1af663fb0cecc4bd7cf))
6085

pyprobe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"

uv.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)