Skip to content

Commit 2ffbb95

Browse files
Plotly param to false
1 parent 95107c3 commit 2ffbb95

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

8+
# [2.2.12] - 2023-08-19
9+
10+
### Changed
11+
- Set plotly param to false
12+
813
# [2.2.11] - 2023-08-19
914

1015
### Changed
1116
- Remove assumption psm_utils_obj
1217

13-
1418
# [2.2.10] - 2023-08-19
1519

1620
### Changed

deeplc/deeplc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ def calibrate_preds(self,
895895
sample_for_calibration_curve=None,
896896
seq_df=None,
897897
use_median=True,
898-
return_plotly_report=True):
898+
return_plotly_report=False):
899899
"""
900900
Find best model and calibrate.
901901

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='deeplc',
9-
version='2.2.11',
9+
version='2.2.12',
1010
license='apache-2.0',
1111
description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.',
1212
long_description=LONG_DESCRIPTION,

0 commit comments

Comments
 (0)