Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.3 KB

TODO.md

File metadata and controls

32 lines (25 loc) · 1.3 KB

reject

Functionalities for classification with rejection.

Todo

  • Inspect how sklearn creates plot (here)

  • Test code for a range of python versions

  • Maybe add flake8 to github actions

  • Maybe add mypy to pre-commit hooks and add to CONTRIBUTING.md "* Static type checking (mypy)."

  • Use dependabot

  • Consider submitting to the Journal of Open Source Software

In Progress

Done ✓

  • Use Literal types in type hints
  • Use codecov
  • Fix formatting of docstrings in docs
  • Fix math in notebooks
  • Update PyPi description to regular README
  • Fix bug in documentation build: ModuleNotFoundError
    • Check sphinx-build command
  • Which linters to use? Pylint, Flake8, black?
  • Use pre-commit hooks (also see example)
  • Update development page (see example)
  • Add DOI shield to README
  • Get better oneliner for repo description
  • Add logo
  • Add CITATION.cff file