Skip to content

Releases: compomics/ms2rescore

v3.0.0b4

13 Oct 15:21
Compare
Choose a tag to compare

Full Changelog: v3.0.0-b3...v3.0.0b4

v3.0.0-b3

13 Oct 10:05
Compare
Choose a tag to compare

Full Changelog: 3.0.0b2...v3.0.0-b3

3.0.0b2

13 Oct 08:56
Compare
Choose a tag to compare

Full Changelog: v3.0.0-b1...3.0.0b2

v3.0.0-b1

12 Oct 15:57
fa3690f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0-dev4...v3.0.0-b1

v3.0.0-dev4

16 Aug 15:53
Compare
Choose a tag to compare
v3.0.0-dev4 Pre-release
Pre-release

v3.0.0-dev3

29 Jun 18:22
Compare
Choose a tag to compare
v3.0.0-dev3 Pre-release
Pre-release

v3.0.0-dev2

29 Jun 16:22
Compare
Choose a tag to compare
v3.0.0-dev2 Pre-release
Pre-release

Early development release of v3

v3.0.0-dev1

29 Jun 15:35
Compare
Choose a tag to compare
v3.0.0-dev1 Pre-release
Pre-release

Early development release of v3

v2.1.3

30 Aug 12:11
Compare
Choose a tag to compare

Bugfixes 🪲

  • GUI: Fixed parsing of new-style MaxQuant modification names (#76, backport of #75)

v2.1.2

19 Apr 12:40
d7677eb
Compare
Choose a tag to compare

Improvements 🚀

  • Additional PEAKS search engine features

Bugfixes 🪲

  • Changed peptideshaker name in the
  • Fix the mgf title field extraction to be compatible with PEAKS XPro output (fixes #44)
  • Removed shell=True option from Percolator command (fixes #55)
  • MS²Rescore now returns an error if an error occured while running Percolator (added check=True to subprocess.run)
  • Deprecation warning "passing set as indexer" fix
  • Python 3.9 compatibility for GUI

Refactoring and minor changes 🔧

  • Ignore Deprecation-/Future-/UserWarnings in GUI mode (fixes #61)
  • Cleanup imports and remove importlib_resources backport (Python 3.6 compatibility not needed anymore)
  • Set Gooey target to allow gui startup from ms2rescore-gui entrypoint and add ms2rescore-gui entrypoint (GUI can now be started from the terminal with both python -m ms2rescore.gui and ms2rescore-gui).
  • Relax scikit-learn dependency to <2 (v1.0.0 now released)
  • Fix UserWarning in percolator.py (unused groups in regex for Pandas str.match())