Skip to content

Commit ca2d407

Browse files
Fix debug call
1 parent 7ca70be commit ca2d407

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.14] - 2023-09-03
9+
10+
### Changed
11+
- Fix missing debug time in feature extractor
12+
813
# [2.2.13] - 2023-09-03
914

1015
### Changed

deeplc/feat_extractor.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -536,10 +536,6 @@ def rolling_sum(a, n=2):
536536
ret_list["pos_matrix"][row_index] = matrix_pos.flatten()
537537
ret_list["matrix_hc"][row_index] = matrix_hc
538538

539-
logger.debug(
540-
"Feats: %s seconds" %
541-
(time.time() - t1))
542-
543539
return ret_list
544540

545541

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.13',
9+
version='2.2.14',
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)