Skip to content

Commit

Permalink
fix library
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbinBouwmeester committed May 8, 2023
1 parent 0439e0e commit 1514a02
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1.5] - 2023-05-08

### Changed
- fix library

# [2.1.4] - 2023-05-08

### Changed
Expand Down
3 changes: 0 additions & 3 deletions deeplc/deeplc.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ def __init__(
self.use_library = use_library
self.write_library = write_library

if self.use_library:
read_library(self.use_library)

self.reload_library = reload_library

tf.config.threading.set_intra_op_parallelism_threads(n_jobs)
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.1.4',
version='2.1.5',
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 1514a02

Please sign in to comment.