Skip to content

Commit 4627f39

Browse files
committed
Ready for v0.6.2
1 parent 0abb829 commit 4627f39

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
overwrite: false
3939
file_glob: true
4040
- name: Upload artifacts
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: ${{ matrix.os }}-py${{ matrix.python-version }}
4444
path: "dist/*.whl"
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download artifacts
54-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5555
- run : |
5656
ls -R
5757
mv -v */*.whl .

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.6.2
2+
- Update job-pool to v0.3.0
3+
- Added scaffold for readthedocs documentation
4+
- Cleaned up test_maxquant.py and test_utils.py; added test for fill_missing_min_max_scans
5+
- Added fill_missing_min_max_scans function for allpeptides.txt
6+
- Fixed statistics output if skip_evidence == True
7+
- Proper type hinting and some more docstrings
8+
- Added missing parameters to docstrings
9+
110
v0.6.1
211
- Fix missing tmt_ms_level argument for tmt_requantify
312

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "simsi_transfer"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "Software-assisted reduction of missing values in phosphoproteomics and proteomics isobaric labeling data using MS2 spectrum clustering"
55
authors = ["Firas Hamood <firas.hamood@tum.de>", "Matthew The <matthew.the@tum.de>"]
66
license= "Apache-2.0"

0 commit comments

Comments
 (0)