Releases: MolecularBioinformatics/PICor
PICor 1.1.0
PICor 1.0.0
Release of version used in article published in Analytical and Bioanalytical Chemistry.
The release will be available on PyPI:
python3 -m pip install --upgrade picor
Please report any issues with the release on the PICor issue tracker.
PICor 0.6.2
This release increases the performance of the resolution correction and
adds logging levels to both the CLI (via -v
parameter) and
calc_isotopologue_correction
(via logging_level
parameter).
The release will be available on PyPI:
python3 -m pip install --upgrade picor
Please report any issues with the release on the PICor issue tracker.
PICor 0.6.1
This release fixes a bug with the resolution correction for certain cases.
In some configurations the mass difference between different labeled species resulted in a combinatoric explosion causing calculations to run almost for ever.
A cutoff value for the calculation was introduced and is currently set to 5.
The release will be available on PyPI:
python3 -m pip install --upgrade picor
Please report any issues with the release on the PICor issue tracker.