File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ 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- ## Unreleased
8+ ## [ 1.1.0 ] - 2024-09-05
99
1010### Added
1111
1212- ` Peptidoform ` : Add ` modified_sequence ` property to return the modified sequence in ProForma format, but without charge state.
13+ - ` io ` : Add support for reading and writing FlashLFQ generic TSV files.
1314
1415
1516## [ 1.0.1] - 2024-08-28
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__ = "1.0.1 "
3+ __version__ = "1.1.0 "
44__all__ = ["Peptidoform" , "PSM" , "PSMList" ]
55
66from warnings import filterwarnings
You can’t perform that action at this time.
0 commit comments