github fatiando/pooch v1.1.1

latest releases: v1.8.2, v1.8.1, v1.8.0...
4 years ago

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 until Pooch.fetch or retrieve 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

Don't miss a new pooch release

NewReleases is sending notifications on new releases.