Skip to content

v1.5.3 🌈

Choose a tag to compare

@michabirklbauer michabirklbauer released this 03 Oct 23:56
· 497 commits to master since this release
Immutable release. Only release title and notes can be modified.
b288b9c

Highlights ✨

  • All parsers now add the serialized source data to crosslink-spectrum-matches and crosslinks:
    • ➡️ source data can be accessed via item["additional_information"]["source"]
    • ➡️ source data is always a dictionary with str keys
    • ➡️ the exact source data structure, e.g. keys and values, is dynamic due to the different data sources
    • ➡️ recommendation: check source data via item["additional_information"]["source"].keys()

What's Changed

🚀 Features

📖 Documentation

Full Changelog: v1.5.2...v1.5.3