Upstream contributions.
Only contributions to repositories I do not own appear here. Personal-project PRs are intentionally excluded.
MDAnalysis/mdanalysis · PR #5459 · open
↗Fix PersistenceLength normalization for sliced run
Corrects PersistenceLength normalization so sliced trajectory runs use the number of analyzed frames rather than the full trajectory length.
Impact: Prevents silently rescaled polymer persistence-length results when users analyze trajectory subsets.
scverse/anndata · PR #2609 · merged
↗Promote bool columns to nullable boolean when reindexing alt-axis annotations under outer join
Fixes outer-join reindexing that can promote boolean annotation columns to object dtype and make merged AnnData files unwritable.
Impact: Targets shared merge behavior used by both in-memory and on-disk concatenation paths.