File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.7.0] - 2023-10-25
9+
10+ ### ### Added
11+ - ` io.idxml ` : Write support for idXML files, including merging an existing idXML with a ` PSMList ` 🎉
12+ - ` io.xtandem ` : New argument ` score_key ` to select which score to parse as ` PSM.score ` .
13+ - ` io.xtandem ` : Parse ` run ` name from X!Tandem PSM files
14+ - Docs: Add intersphinx links to other package documentation pages.
15+
16+ ### Changed
17+ - ` io.idxml ` : Use pyOpenMS instead of Pyteomics for reading idXML (~ 5x faster⚡)
18+
19+ ### Fixed
20+
21+ - Fix reading of pepXML files without RT
22+ - Fixed Black formatting throughout project
23+
824## [ 0.6.1] - 2023-10-25
925
1026### Fixed
Original file line number Diff line number Diff line change 11"""Common utilities for parsing and handling PSMs, and search engine results."""
22
3- __version__ = "0.6.1 "
3+ __version__ = "0.7.0 "
44
55from warnings import filterwarnings
66
You can’t perform that action at this time.
0 commit comments