Releases: wfondrie/ppx
Releases · wfondrie/ppx
ppx v1.4.4
[1.4.4]
- Fix links to MassIVE
ccms_peak
files. See this issue for details.
ppx v1.4.2
Fixed
- Fix Test status badge.
ppx v1.4.1
Fixed
- Updated the ReadTheDocs configuration.
ppx v1.4.0
Changed
- Linting and formatting is now performed with Ruff.
- Migrated to pyproject.toml based build.
Fixed
- Fixed MassIVE FTP URLs using the MassIVE PROXI API.
- Fixed PRIDE FTP URLs... again.
- Updated unit tests with new PRIDE FTP URLs.
ppx v1.3.0
ppx v1.2.6
ppx v1.2.5
A small patch to add support for MassIVE reanalysis projects
Added
- Support for MassIVE reanalyses (accessions that start with
RMSV
)
ppx v1.2.4
Added
- New
--timeout
parameter for the command line interface, enabling the custom
timeout durations introduced in v1.2.0 - New
--version
parameter for the command line interface to get the version
number.
ppx v1.2.3
Note: we recommend using fetch=True
for all PRIDE projects the first time you use them after this update.
Fixed
- Hotfix for PRIDE's recent FTP URL change (see #18 for details).
Changed
- ppx progress bars now work much better in Jupyter environments. Under the
hood we switched fromfrom tqdm import tqdm
tofrom tqdm.auto import tqdm
.
ppx v1.2.2
Changed
- Lowered the Requests version requirement to 2.23.0. This resolves a problem
installing ppx in Google Colab environments.