File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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 .
Original file line number Diff line number Diff line change 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+
110v0.6.1
211- Fix missing tmt_ms_level argument for tmt_requantify
312
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " simsi_transfer"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44description = " Software-assisted reduction of missing values in phosphoproteomics and proteomics isobaric labeling data using MS2 spectrum clustering"
55authors = [" Firas Hamood <firas.hamood@tum.de>" , " Matthew The <matthew.the@tum.de>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments