Skip to content

v1.8.8 🌈

Choose a tag to compare

@michabirklbauer michabirklbauer released this 03 May 21:21
· 123 commits to master since this release
Immutable release. Only release title and notes can be modified.
2b895a2

Highlights ✨

  • Added support for reading files exported from xiNET via parser.read_xinet() link
  • Added support for reading files exported from xiVIEW via parser.read_xiview() link
  • Added support for xiNET and xiVIEW parsing in the generic parser via parser.read(..., engine="xiNET/xiVIEW") link
  • Added support for result files from the newest Scout version
  • Added full support for mzIdentML versions 1.2 and 1.3
  • Added a new function to reannotate decoy labels via transform.reannotate_decoy_labels() link
  • Added a new function to filter by residue pair via transform.filter_residue_pair_distribution() link
  • Added a new function to plot the residue pair distribution via plotting.plot_residue_pair_distribution() link
  • Added a new function to annotate STRING scores for inter-links via transform.annotate_string_scores() link
  • Added support for passing additional **kwargs to parsers
  • Added a function to pretty print pyXLMS data structures via transform.display() link
  • Various bug fixes (see changelog below)
  • Upgraded the GUI to v1.4.0 using pyXLMS v1.8.8

What's Changed

πŸš€ Features

πŸ“– Documentation

πŸ› Bug Fixes

🧰 Maintenance

Full Changelog: v1.7.5...v1.8.8