Skip to content

Commit f4831a9

Browse files
committed
Bump to 0.7.0
1 parent 655e2e7 commit f4831a9

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

psm_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Common utilities for parsing and handling PSMs, and search engine results."""
22

3-
__version__ = "0.6.1"
3+
__version__ = "0.7.0"
44

55
from warnings import filterwarnings
66

0 commit comments

Comments
 (0)