Released on: 2024/06/06
DOI: https://doi.org/10.5281/zenodo.11493461
Bug fixes:
- Use a variable to set the default request timeout (#418)
Documentation:
- Add HyperSpy, RosettaSciIO, eXSpy to projects using pooch (#408)
- Add more packages using Pooch (#403)
Maintenance:
- Add optional dependencies to environment.yml (#413)
- Run tests with oldest dependencies on x86 macos (#414)
- Mark additional tests requiring network (#412)
- Fix package description in pyproject.toml (#407)
- Setup Trusted Publisher deployment to PyPI (#406)
- Use Burocrata to check and add license notices (#402)
- Use pyproject.toml instead of setup.cfg (#401)
This release contains contributions from:
- Sandro
- Jonas Lähnemann
- Santiago Soler
- Leonardo Uieda
Released on: 2024/02/19
DOI: https://doi.org/10.5281/zenodo.10680982
Bug fixes:
- Use the ID instead of persistentID for Dataverse downloads since some repositories don't issue persistentIDs but all issue normal IDs (#355)
- Ensure all archive members are unpacked in subsequent uses of
Untar
/Unzip
if the first call only asked for a few members (#365)
Documentation:
- Move "Projects using Pooch" further up the README (#386)
- Update the versions of sphinx and its plugins (#385)
Maintenance:
- Remove many deprecated pylint options (#329)
- Use Dependabot to manage GitHub Actions (#387)
- Simplify the test GitHub Actions workflow (#384)
- Update format for Black 24.1.1 (#383)
This release contains contributions from:
- Mark Harfouche
- Juan Nunez-Iglesias
- Santiago Soler
- Leonardo Uieda
Released on: 2023/10/24
DOI: https://doi.org/10.5281/zenodo.10037888
Bug fixes:
- Fix bug: add support for old and new Zenodo APIs (#375)
New features:
- Only create local data directories if necessary (#370)
- Speed up import time by lazy loading requests (#328)
Maintenance:
Documentation:
- Add GemGIS to list of projects using Pooch (#349)
- Fix spelling of Dataverse (#353)
- Fix grammar on retrieve documentation (#359)
This release contains contributions from:
- Hugo van Kemenade
- AlexanderJuestel
- Mark Harfouche
- Philip Durbin
- Rob Luke
- Santiago Soler
- Stephan Hoyer
Released on: 2023/02/27
DOI: https://doi.org/10.5281/zenodo.7678844
Bug fixes:
- Make archive extraction always take members into account (#316)
- Figshare downloaders fetch the correct version, instead of always the latest one. (#343)
New features:
- Allow spaces in filenames in registry files (#315)
- Refactor
Pooch.is_available
to use downloaders (#322) - Add support for downloading files from Dataverse DOIs (#318)
- Add a new
Pooch.load_registry_from_doi
method that populates the Pooch registry using DOI-based data repositories (#325) - Support urls for Zenodo repositories created through the GitHub integration service, which include slashes in the filename of the main zip files (#340)
- Automatically add a trailing slash to
base_url
onpooch.create
(#344)
Maintenance:
- Drop support for Python 3.6 (#299)
- Port from deprecated
appdirs
toplatformdirs
(#339) - Update version of Codecov's Action to v3 (#345)
Documentation:
- Update sphinx, theme, and sphinx-panels (#300)
- Add CITATION.cff for the JOSS article (#308)
- Use Markdown for the README (#311)
- Improve docstring of known_hash in retrieve function (#333)
- Replace link to Pooch's citation with a BibTeX code snippet (#335)
Projects that started using Pooch:
This release contains contributions from:
- Alex Fikl
- Anirudh Dagar
- Björn Ludwig
- Brian Rose
- Dominic Kempf
- Florian Wellmann
- Gabriel Fu
- Kyle I S Harrington
- Leonardo Uieda
- myd7349
- Rowan Cockett
- Santiago Soler
Released on: 2022/01/24
DOI: https://doi.org/10.5281/zenodo.5793074
Warning
Pooch v1.6.0 is the last release that is compatible with Python 3.6.
Important notes:
- Pooch now specifies version bounds for our required dependencies and a plan for dropping support for older versions. Please revise it if you depend on Pooch.
Enhancements:
- Add option to disable updates on hash mismatch (#291 and #292)
- Allow enabling progress bars with an argument in
Pooch.fetch
andretrieve
(#277)
Documentation:
- Use real data URLs in the README example code (#295)
- Tell users to import from the top-level namespace (#288)
- Update the contact link to fatiando.org/contact (#282)
- Refer the community guides to fatiando/community (#281)
- Mention in docs that figshare collections aren't supported (#275)
Maintenance:
- Replace Google Analytics for Plausible to make our docs more privacy-friendly (#293)
- Use Dependente to capture dependencies on CI (#289)
- Use
build
instead of setup.py (#287) - Run the tests weekly on GitHub Actions (#286)
- Set minimum required version of dependencies (#280)
- Rename "master" to "main" throughout the project (#278)
- Remove trailing slash from GitHub handle in
AUTHORS.md
(#279)
This release contains contributions from:
- Santiago Soler
- Genevieve Buckley
- Ryan Abernathey
- Ryan May
- Leonardo Uieda
Released on: 2021/10/11
DOI: https://doi.org/10.5281/zenodo.5560923
Bug fixes:
- Fix bug when unpacking an entire subfolder from an archive. Now both unpacking processors (
Untar
andUnzip
) handlemembers
that are folders (not files) correctly. (#266)
Enhancements:
- Add support for Python 3.10 (#260)
- Point to the user's code for the file_hash warning instead of our internal code (which isn't very useful) (#259)
Documentation:
- Fix typo in a variable name of the examples in the documentation (#268)
- Fix typo when specifying the SFTP protocol in the about page (#267)
Maintenance:
- Remove old testing checks if running on TravisCI (#265)
This release contains contributions from:
- Santiago Soler
- Hugo van Kemenade
- Mark Harfouche
- Leonardo Uieda
Released on: 2021/08/24
DOI: https://doi.org/10.5281/zenodo.5242882
Warning
Please use from pooch import file_hash
instead of from
pooch.utils import file_hash
. This is backwards compatible with all
previous versions of Pooch. We recommend importing all functions and
classes from the top-level namespace.
Bug fixes:
- Make
file_hash
accessible from thepooch.utils
module again. Moving this function topooch.hashes
caused crashes downstream. To prevent these crashes, add a wrapper back to utils that issues a warning that users should import from the top-level namespace instead. (#257) - Use a mirror of the test data directory in tests that write to it. (#255)
- Add a pytest mark for tests accessing the network so that they can easily excluded when testing offline. (#254)
This release contains contributions from:
- Antonio Valentino
- Leonardo Uieda
Released on: 2021/08/23
DOI: https://doi.org/10.5281/zenodo.5235242
New features:
- Add support for non-cryptographic hashes from the xxhash package. They aren't as safe (but safe enough) and compute in fractions of the time from SHA or MD5. This makes it feasible to use hash checking on large datasets. (#242)
- Add support for using figshare and Zenodo DOIs as URLs (with the protocol
doi:{DOI}/{file name}
, which works out-of-the-box withPooch.fetch
andretrieve
). Can only download 1 file from the archive (not the full archive) and the file name must be specified in the URL. (#241)
Maintenance:
- Move hash functions to their own private module. No changes to the public API. (#244)
- Run CI jobs on Python version extremes instead of all supported versions (#243)
This release contains contributions from:
- Mark Harfouche
- Leonardo Uieda
Released on: 2021/06/08
DOI: https://doi.org/10.5281/zenodo.4914758
Bug fixes:
- Fix bug in
Untar
andUnzip
when the archive contains subfolders (#224)
Documentation:
Enhancements:
- Add support for non-tqdm progress bars on HTTPDownloader (#228)
- Allow custom unpack locations in
Untar
andUnzip
(#224)
Maintenance:
- Replace versioneer with setuptools-scm (#235)
- Automatically check license notice on code files (#231)
- Don't store documentation HTML as CI build artifacts (#221)
This release contains contributions from:
- Leonardo Uieda
- Agustina Pesce
- Clément Robert
- Daniel McCloy
Released on: 2020/11/27
DOI: https://doi.org/10.5281/zenodo.4293216
Bug fixes:
- Properly handle capitalized hashes. On Windows, users might sometimes get capitalized hashes from the system. To avoid false hash mismatches, convert stored and computed hashes to lowercase before doing comparisons. Convert hashes to lowercase when reading from the registry to make sure stored hashes are always lowercase. (#214)
New features:
- Add option to retry downloads if they fail. The new
retry_if_failed
option topooch.create
andpooch.Pooch
allows retrying the download the specified number of times in case of failures due to hash mismatches (coming from Pooch) or network issues (coming fromrequests
). This is useful for running downloads on CI that tend to fail sporadically. Waits a period of time between consecutive downloads starting with 1s and increasing up to 10s in 1s increments. (#215) - Allow user defined decompressed file names. Introduce new
name
argument topooch.Decompress
to allow user defined file names. Defaults to the previous naming convention for backward compatibility. (#203)
Documentation:
- Add seaborn-image to list of packages using Pooch (#218)
Maintenance:
- Add support for Python 3.9. (#220)
- Drop support for Python 3.5. (#204)
- Use pip instead of conda to speed up Actions (#216)
- Add license and copyright notice to every .py file (#213)
This release contains contributions from:
- Leonardo Uieda
- Danilo Horta
- Hugo van Kemenade
- SarthakJariwala
Released on: 2020/09/10
DOI: https://doi.org/10.5281/zenodo.4022246
Warning
Pooch v1.2.0 is the last release that is compatible with Python 3.5.
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 inftp.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
Released on: 2020/05/14
DOI: https://doi.org/10.5281/zenodo.3826458
Bug fixes:
- Delay data cache folder creation until the first download is attempted. As
seen in recent issues in scikit-image, creating the
data folder in
pooch.create
can cause problems since this function is called at import time. This means that importing the package in parallel can cause race conditions and crashes. To prevent that from happening, delay the creation of the cache folder untilPooch.fetch
orretrieve
are called. (#173) - Allow the data folder to already exist when creating it. This is can help cope with parallel execution as well. (#171)
Documentation:
- Added scikit-image to list of Pooch users. (#168)
- Fix typo in README and front page contributing section. (#166)
This release contains contributions from:
- Leonardo Uieda
- Egor Panfilov
- Rowan Cockett
Released on: 2020/04/13
DOI: https://doi.org/10.5281/zenodo.3747184
New features:
- New function
pooch.retrieve
to fetch single files This is much more convenient than setting up aPooch
while retaining the hash checks and use of downloaders and processors. It automatically selects a unique file name and saves files to a cache folder. (#152) - Allow to use of different hashing algorithms (other than SHA256). Optionally
specify the hash as
alg:hash
and allowpooch.Pooch
to recognize the algorithm when comparing hashes. Setting an algorithsm is optional and omiting it defaults to SHA256. This is particularly useful when data are coming from external sources and published hashes are already available. (#133)
Documentation:
- Add example for fetching datasets that change on the server, for which the hash check would always fail. (#144)
- Fix path examples in docstring of
pooch.os_cache
. The docstring mentioned the data path as examples instead of the cache path. (#140) - Add example of creating a registry when you don't have the data files locally
and would have to download them manually. The example uses the
pooch.retrieve
function to automate the process. The example covers two cases: when all remote files share the same base URL and when every file has its own URL. (#161)
Maintenance:
- A lot of general refactoring of the internals of Pooch to facilitate
development of the new
pooch.retrieve
function (#159 #157 #156 #151 #149)
This release contains contributions from:
- Leonardo Uieda
- Santiago Soler
- Kacper Kowalik
- Lucas Martin-King
- Zac Flamig
Released on: 2020/01/28
DOI: https://doi.org/10.5281/zenodo.3629329
This release marks the stabilization of the Pooch API. Further changes to the 1.* line will be fully backwards compatible (meaning that updating Pooch should not break existing code). If there is great need to make backwards incompatible changes, we will release a 2.* line. In that case, bug fixes will still be ported to the 1.* line for a period of time.
Improvements:
- Allow blank lines in registry files. Previously, they would cause an error. (#138)
Backwards incompatible changes:
- Using Python's
logging
module to instead ofwarnings
to inform users of download, update, and decompression/unpacking actions. This allows messages to be logged with different priorities and the user filter out log messages or silence Pooch entirely. Introduces the functionpooch.get_logger
to access thelogging
object used by Pooch. Users who relied on Pooch issuing warnings will need to update to capturing logs instead. All other parts of the API remain unchanged. (#115)
This release contains contributions from:
- Daniel Shapero
Released on: 2020/01/17
🚨 Announcement: 🚨 We now have a JOSS paper about Pooch! Please :ref:`cite it <citing>` when you use Pooch for your research. (#116 with reviews in #132 and #134)
This is minor release which only updates the citation information to the new JOSS paper. No DOI was issued for this release since there are no code or documentation changes.
Released on: 2020/01/17
DOI: https://doi.org/10.5281/zenodo.3611376
Improvements:
- Better error messages when hashes don't match. Include the file name in the exception for a hash mismatch between a downloaded file and the registry. Before, we included the name of temporary file, which wasn't very informative. (#128)
- Better error message for malformed registry files. When loading a registry file, inform the name of the file and include the offending content in the error message instead of just the line number. (#129)
Maintenance:
- Change development status flag in
setup.py
to "stable" instead of "alpha". (#127)
This release was reviewed at the Journal of Open Source Software. The code and software paper contain contributions from:
- Anderson Banihirwe
- Martin Durant
- Mark Harfouche
- Hugo van Kemenade
- John Leeman
- Rémi Rampin
- Daniel Shapero
- Santiago Rubén Soler
- Matthew Turk
- Leonardo Uieda
Released on: 2019/11/19
DOI: https://doi.org/10.5281/zenodo.3547640
New features:
- New
pooch.FTPDownloader
class for downloading files over FTP. Uses the standard libraryftplib
. The appropriate downloader is automatically selected bypooch.Pooch.fetch
based on the URL (for anonymous FTP only), so no configuration is required. If authentication is required,pooch.FTPDownloader
provides the need support. Ported from NCAR/aletheia-data by the author. (#118) - Support for file-like objects to
Pooch.load_registry
(opened either in binary or text mode). (#117)
Maintenance:
- Testing and official support for Python 3.8. (#113)
- 🚨 Drop support for Python 2.7. 🚨 Remove conditional dependencies and CI jobs. (#100)
Documentation:
- In the tutorial, use
pkg_resources.resource_stream()
from setuptools to load theregistry.txt
file. It's less error-prone than usingos.path
and__file__
and allows the package to work from zip files. (#120) - Docstrings formatted to 79 characters (instead of 88) for better rendering in Jupyter notebooks and IPython. These displays are limited to 80 chars so the longer lines made the docstring unreadable. (#123)
This release contains contributions from:
- Anderson Banihirwe
- Hugo van Kemenade
- Remi Rampin
- Leonardo Uieda
Released on: 2019/10/22
DOI: https://doi.org/10.5281/zenodo.3515031
🚨 Pooch v0.6.0 is the last release to support Python 2.7 🚨
New features:
- Add optional download progress bar to
pooch.HTTPDownloader
(#97)
Maintenance:
- Warn that 0.6.0 is the last version to support Python 2.7 (#108)
Documentation:
- Update contact information to point to our Slack channel (#107)
- Add icepack to list of projects using Pooch (#98)
This release contains contributions from:
- Daniel Shapero
- Leonardo Uieda
Released on: 2019/06/24
Maintenance:
- Add back support for Python 3.5 with continuous integration tests. No code changes
were needed, only removing the restriction from
setup.py
. (#93)
This release contains contributions from:
- Leonardo Uieda
Released on: 2019/05/21
Documentation fixes:
- Fix formatting error in
pooch.Decompress
docstring. (#81) - Fix wrong imports in the usage guide for post-processing hooks. (#84)
- Add section to the usage guide explaining when to use
pooch.Decompress
. (#85)
This release contains contributions from:
- Santiago Soler
- Leonardo Uieda
Released on: 2019/05/20
New features:
- New processor
pooch.Decompress
saves a decompressed version of the downloaded file. Supports gzip, lzma/xz, and bzip2 compression. Note: Under Python 2.7, lzma and bzip2 require thebackports.lzma
andbz2file
packages as well. These are soft dependencies and not required to use Pooch. See :ref:`install`. (#78) - New processor
pooch.Untar
unpacks files contained in a downloaded tar archive (with or without compression). (#77)
This release contains contributions from:
- Matthew Turk
- Leonardo Uieda
Released on: 2019/05/01
New features:
- Add customizable downloaders. Delegate file download into separate classes that can be
passed to
Pooch.fetch
. Created theHTTPDownloader
class (used by default) which can also be used to download files that require authentication/login. (#66) - Add post-download processor hooks to
Pooch.fetch
. Allows users to pass in a function that is executed right before returning and can overwrite the file path that is returned byfetch
. Use this, for example, to perform unpacking/decompression operations on larger files that can be time consuming and we only want to do once. (#59) - Add the
Unzip
post-download processor to extract files from a downloaded zip archive. Unpacks files into a directory in the local store and returns a list of all unzipped files. (#72) - Make the
check_version
function public. It's used internally but will be useful in examples that want to download things from the pooch repository. (#69)
Maintenance:
- Pin sphinx to version 1.8.5. New versions of Sphinx (2.0.*) are messing up the numpydoc style docstrings. (#64)
This release contains contributions from:
- Santiago Soler
- Leonardo Uieda
Released on: 2019/03/28
Minor patches:
- Add a project logo (#57)
- Replace
http
withhttps
in theREADME.rst
to avoid mixed content warnings in some browsers (#56)
Released on: 2019/03/27
New features:
- Use the
appdirs
library to get the cache directory. Could change the default data location on all platforms. Locations are compatible with the XDG Base Directory Specification (#45) - Add method
Pooch.is_available
to check remote file availability (#50) - Add
Pooch.registry_files
property to get a name of all files in the registry (#42) - Make
Pooch.get_url
a public method to get the download URL for a given file (#55)
Maintenance:
- Drop support for Python 3.5. Pooch now requires Python >= 3.6. (#52)
- Add a private method to check if a file is in the registry (#49)
- Fix typo in the
Pooch.load_registry
docstring (#41)
This release contains contributions from:
- Santiago Soler
- Rémi Rampin
- Leonardo Uieda
Released on: 2018/11/15
Bug fixes:
- Fix unwanted
~
directory creation when not using aversion
inpooch.create
(#37)
Released on: 2018/10/31
Bug fixes:
- Avoid copying of files across the file system (#33)
- Correctly delete temporary downloads on error (#32)
New features:
Maintenance:
- Move URLs building to a dedicated method for easy subclassing (#31)
- Add testing and support for Python 3.7 (#25)
Released on: 2018/08/30
Bug fixes:
- Check if the local data folder is writable and warn the user instead of crashing (#23)
Released on: 2018/08/20
- Fist release of Pooch. Manages downloading sample data files over HTTP from a server
and storing them in a local directory. Main features:
- Download a file only if it's not in the local storage.
- Check the SHA256 hash to make sure the file is not corrupted or needs updating.
- If the hash is different from the registry, Pooch will download a new version of the file.
- If the hash still doesn't match, Pooch will raise an exception warning of possible data corruption.