Released on: 2021/08/24
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