Skip to content

Commit

Permalink
sklearn calibration version
Browse files Browse the repository at this point in the history
RobbinBouwmeester committed Aug 31, 2024
1 parent 390891e commit 3740720
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.0] - 2024-08-31

### Changed

- Use scikit-learn instead of pygam for calibration

## [3.0.8] - 2024-08-25

### Changed
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "deeplc"
version = "3.0.8"
version = "3.1.0"
description = "DeepLC: Retention time prediction for (modified) peptides using Deep Learning."
readme = "README.md"
license = { file = "LICENSE" }

0 comments on commit 3740720

Please sign in to comment.