v1.5.3 🌈
·
497 commits
to master
since this release
Immutable
release. Only release title and notes can be modified.
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
strkeys - ➡️ 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()
- ➡️ source data can be accessed via
What's Changed
🚀 Features
- Feat/Keep data source when parsing information by @michabirklbauer in #144
- Feat/GUI usability improvements by @michabirklbauer in #147
- V1.5.3 by @michabirklbauer in #148
📖 Documentation
- Docs/Examples - Update 5 by @michabirklbauer in #146
Full Changelog: v1.5.2...v1.5.3