Skip to content

v0.2.0

Compare
Choose a tag to compare
@leouieda leouieda released this 18 Feb 16:40
· 46 commits to main since this release
30acaba

Released on: 2022/02/18

doi: 10.5281/zenodo.6143350

This release reworks how we handle dataset versioning and source data. No new datasets were added but this version is incompatible with previous releases.

Breaking change:

  • Version datasets individually instead of using the entire data bundle and versioning all datasets based on the module name. This means that functions won't have to be repeated and updating one dataset doesn't mean copying all of the others along with it (since the collection would be new). Versions are now specified as a required version argument in all fetch_* functions. (#18)

Maintenance:

  • Replace Google Analytics for Plausible so our docs have a more privacy-friendly analytics solution (#17)
  • Use Dependente to capture dependencies on CI (#16)
  • Use build instead of setup.py (#15)
  • Remove unused files from the source distributions (#14)

This release contains contributions from:

  • Santiago Soler
  • Leonardo Uieda