File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
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
+
4
26
## v1.3.0 (2025-01-12)
5
27
6
28
### Bug Fixes
@@ -55,6 +77,9 @@ Dependency groups are currently not supported for backwards compatibility with p
55
77
- Recategorise xlsxwriter as dev dependency
56
78
([ ` 699a850 ` ] ( https://github.com/ImperialCollegeLondon/PyProBE/commit/699a8506cd5b58399885d3cfd7c363becb9b7615 ) )
57
79
80
+ - Release candidate 1.3.0 [ skip ci]
81
+ ([ ` f0384a3 ` ] ( https://github.com/ImperialCollegeLondon/PyProBE/commit/f0384a390aa81e25c970f14c9cbae51412175817 ) )
82
+
58
83
- Release candidate 1.3.0 [ skip ci]
59
84
([ ` d14ffce ` ] ( https://github.com/ImperialCollegeLondon/PyProBE/commit/d14ffce0e621b62dd301a1af663fb0cecc4bd7cf ) )
60
85
Original file line number Diff line number Diff line change 1
- __version__ = "1.3.0 "
1
+ __version__ = "1.3.1 "
You can’t perform that action at this time.
0 commit comments