Skip to content

v1.6.0

Compare
Choose a tag to compare
@leouieda leouieda released this 24 Jan 09:55
· 81 commits to main since this release
6cf0208

Released on: 2022/01/24

doi: 10.5281/zenodo.5793074

Important:

  • This is the last release with support for Python 3.6. The next major/minor release of Pooch will require Python >= 3.7.
  • 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 and retrieve (#277)

Documentation:

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