Skip to content

Commit b0fb411

Browse files
committed
Update changelog
1 parent a9d0b2e commit b0fb411

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ 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-
## [1.1.1] - 2024-09-06
8+
## [1.1.1] - 2024-10-01
99

1010
### Fixed
1111

12+
- `io`: Fix Sage filename pattern for automatic file type inference
13+
- `io.flashlfq`: Fix writing PSMs without protein accession
1214
- `io.flashlfq`: Fix column names `Peptide Monoisotopic Mass` and `Protein Accession`.
1315
- `io.idxml`: Fix parsing if spectra file name not present [#92](https://github.com/compomics/psm_utils/issues/92)
1416

docs/source/api/psm_utils.io.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ psm_utils.io
88

99

1010
psm_utils.io.flashlfq
11-
##################
11+
#####################
1212

1313
.. automodule:: psm_utils.io.flashlfq
1414
:members:
@@ -60,7 +60,7 @@ psm_utils.io.mzid
6060

6161

6262
psm_utils.io.parquet
63-
#################
63+
####################
6464

6565
.. automodule:: psm_utils.io.parquet
6666
:members:

0 commit comments

Comments
 (0)