v0.4.0
What's Changed
- New function
dvpio.read.omics.read_pg_table
DVP-IO now supports reading in protein group reports from the most widely used search engines, e.g. alphaDIA, alphaPept, DiaNN, Spectronaut. - New flags in
dvpio.write.write_lmdNow supports writing custom columns in aShapesModelelement to tags in the Leica.xmlfile
Features 🚀
- Custom xml attributes by @lucas-diedrich in #122
- Protein Group Reader by @lucas-diedrich in #123
Documentation 📑
- Fix docs by @lucas-diedrich in #119
- [Doc] Fix README docstring by @lucas-diedrich in #120
- [Doc] Update docstring references by @lucas-diedrich in #125
Deprecations ⚠️
dvpio.read.omics.parse_dfis deprecated in favor ofdvpio.read.omics.read_pg_table#123
Other
- [Fix] Fix typo by @lucas-diedrich in #117
- Update tests - Test all supported python versions by @lucas-diedrich in #118
Full Changelog: v0.3.0...v0.4.0