github fatiando/pooch v1.5.1

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

Released on: 2021/08/24

doi: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 the pooch.utils module again. Moving this function to pooch.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

Don't miss a new pooch release

NewReleases is sending notifications on new releases.