You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[v0.10.0] - 2023-09-11
Breaking changes
Mokapot now uses numpy.random.Generator instead of the deprecated numpy.random.RandomState API.
New rng arguments have been added to functions and classes that rely on randomness in lieu of setting a global random seed with np.random.seed(). Thanks @sjust-seerbio! (#55)
Changed
Added linting with Ruff to tests and pre-commit hooks (along with others)!
Fixed
The PepXML reader, which broke due to a Pandas update.
Potential bug if lowercase peptide sequences were used and protein-level confidence estimates were enabled
Multiprocessing led to the same training set being used for all splits (#104).