Skip to content

ppx v.1.2.0

Compare
Choose a tag to compare
@wfondrie wfondrie released this 14 Sep 19:22
· 20 commits to master since this release
01ba0a6

Connections made with ppx should be significantly more robust with this update.

Added

  • New timeout parameter for most functions and classes. This specifies the
    maximum amount of time to wait for a response from the server.

Changed

  • The backend for MassIVE now uses the GNPS API to list files and projects,
    only falling back to scraping the FTP server on failure. This should make
    it much faster. Thanks @mwang87!
  • Files and projects are now returned in sorted order.

Fixed

  • Poor connections with PRIDE were leading to a number of occasional errors.
    Multiple reconnect attempts are now tried for a wider variety of FTP
    operations.