github fatiando/pooch v1.2.0

latest releases: v1.8.1, v1.8.0, v1.7.0...
3 years ago

Released on: 2020/09/10

Digital Object Identifier for the Zenodo archive

Bug fixes:

  • Fix FTP availability check when the file is in a directory. If the data file is not in the base directory, the Pooch.is_available test was broken since we were checking for the full path in ftp.nlst instead of just the file name. (#191)

New features:

  • Add the SFTPDownloader class for secure FTP downloads (#165)
  • Expose Pooch version as pooch.__version__ (#179)
  • Allow line comments in registry files with # (#180)

Enhancements:

  • Point to Unzip/tar from Decompress docs and errors (#200)

Documentation:

  • Re-factor the documentation into separate pages (#202)
  • Add warning to the docs about dropping Python 3.5 (#201)
  • Add histolab to the Pooch-powered projects (#189)

Maintenance:

  • Push documentation to GitHub Pages using Actions (#198)
  • Add GitHub Actions workflow for publishing to PyPI (#196)
  • Set up GitHub Actions for testing and linting (#194)
  • Test FTP downloads using a local test server (#192)

This release contains contributions from:

  • Leonardo Uieda
  • Hugo van Kemenade
  • Alessia Marcolini
  • Luke Gregor
  • Mathias Hauser

Don't miss a new pooch release

NewReleases is sending notifications on new releases.