Skip to content

Releases: wfondrie/ppx

ppx v1.4.4

25 Apr 07:07
fba8b77
Compare
Choose a tag to compare

[1.4.4]

  • Fix links to MassIVE ccms_peak files. See this issue for details.

ppx v1.4.2

16 Apr 17:40
Compare
Choose a tag to compare

Fixed

  • Fix Test status badge.

ppx v1.4.1

16 Apr 17:32
Compare
Choose a tag to compare

Fixed

  • Updated the ReadTheDocs configuration.

ppx v1.4.0

16 Apr 15:58
aa1a0aa
Compare
Choose a tag to compare

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

30 Apr 06:29
9927243
Compare
Choose a tag to compare

[1.3.0] - 2022-04-39

Added

  • Support for cloud provider destinations. Thanks @sooheon!

ppx v1.2.6

17 Mar 00:05
Compare
Choose a tag to compare

[1.2.6] - 2022-03-16

This patch aims to resolve #18 and with it #25.

Fixed

  • Some PRIDE projects were still not working due to their recent URL change.
    This patch makes the our hotfix from v1.2.3 more robust.

ppx v1.2.5

05 Jan 22:20
9fb8092
Compare
Choose a tag to compare

A small patch to add support for MassIVE reanalysis projects

Added

  • Support for MassIVE reanalyses (accessions that start with RMSV)

ppx v1.2.4

23 Nov 20:28
Compare
Choose a tag to compare

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

05 Nov 22:12
9bdb54d
Compare
Choose a tag to compare

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 from from tqdm import tqdm to from tqdm.auto import tqdm.

ppx v1.2.2

12 Oct 23:58
Compare
Choose a tag to compare

Changed

  • Lowered the Requests version requirement to 2.23.0. This resolves a problem
    installing ppx in Google Colab environments.