-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from wilhelm-lab/feature/generic_model_support
Feature/generic model support
- Loading branch information
Showing
11 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,5 @@ full_name: Mario Picciani | |
email: [email protected] | ||
project_name: spectrum_io | ||
project_short_description: IO related functionalities for oktoberfest. | ||
version: 0.3.4 | ||
version: 0.4.0 | ||
license: MIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[tool.poetry] | ||
name = "spectrum_io" | ||
version = "0.3.4" # <<COOKIETEMPLE_FORCE_BUMP>> | ||
version = "0.4.0" # <<COOKIETEMPLE_FORCE_BUMP>> | ||
description = "IO related functionalities for oktoberfest." | ||
authors = ["Mario Picciani <[email protected]>"] | ||
authors = ["Wilhelmlab at Technical University of Munich"] | ||
license = "MIT" | ||
readme = "README.rst" | ||
homepage = "https://github.com/wilhelm-lab/spectrum_io" | ||
|
@@ -30,7 +30,7 @@ pymzml = "^2.5.0" | |
pyteomics = "^4.3.3" | ||
lxml= '^4.5.2' | ||
tables = "^3.6.1" | ||
spectrum-fundamentals = ">=0.4.4,<0.5.0" | ||
spectrum-fundamentals = ">=0.5.0,<0.6.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = ">=6.2.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
__author__ = "Mario Picciani" | ||
__email__ = "[email protected]" | ||
__version__ = "0.3.4" | ||
__version__ = "0.4.0" | ||
|
||
import logging | ||
import logging.handlers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.