Skip to content

Commit

Permalink
Plotly param to false
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbinBouwmeester committed Aug 19, 2023
1 parent 95107c3 commit 2ffbb95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ 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).

# [2.2.12] - 2023-08-19

### Changed
- Set plotly param to false

# [2.2.11] - 2023-08-19

### Changed
- Remove assumption psm_utils_obj


# [2.2.10] - 2023-08-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion deeplc/deeplc.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def calibrate_preds(self,
sample_for_calibration_curve=None,
seq_df=None,
use_median=True,
return_plotly_report=True):
return_plotly_report=False):
"""
Find best model and calibrate.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='deeplc',
version='2.2.11',
version='2.2.12',
license='apache-2.0',
description='DeepLC: Retention time prediction for (modified) peptides using Deep Learning.',
long_description=LONG_DESCRIPTION,
Expand Down

0 comments on commit 2ffbb95

Please sign in to comment.