Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 05:53
· 15 commits to refs/heads/master since this release
33283d4

What's Changed

Feat

  • src: fix readthedocs, move various deps to dev, add metadata, python3.8 as the min version

Fix

  • src: python 3.8 as min ver, fix readthedos
  • src: allow python3.7 for readthedocs CI
  • src: update deps to fix readthedocs

Perf

  • src: lint using perflint
  • pre-commit: update revs

Refactor

  • refactor the project modules
  • init: add encoding to file
  • noxfile: fix mypy tests
  • noxfile: update lint session
  • noxfile: update noxfile with new pyproject.toml format
  • pre-commit-config: make easier to read
  • setup.cfg: remove file in favor of pyproject.toml configuration
  • README: add pre-commit enabled badge
  • README: add python version badge
  • improve pre-commit-hooks and add badge to README
  • Remove encoding declaration
  • conf: remove encoding pragma
  • get_data.py: rename function to fix flake8 warning

👷 Continuous Integration

  • ci: bump release-drafter/release-drafter from 5.17.6 to 5.18.1 (#266) @dependabot

📚 Documentation

🤖 Dependency Updates