Skip to content

Commit 3740720

Browse files
sklearn calibration version
1 parent 390891e commit 3740720

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [3.1.0] - 2024-08-31
10+
11+
### Changed
12+
13+
- Use scikit-learn instead of pygam for calibration
14+
915
## [3.0.8] - 2024-08-25
1016

1117
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "deeplc"
3-
version = "3.0.8"
3+
version = "3.1.0"
44
description = "DeepLC: Retention time prediction for (modified) peptides using Deep Learning."
55
readme = "README.md"
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)