automl / neps

Neural Pipeline Search (NePS): Helps deep learning experts find the best neural pipeline.
https://automl.github.io/neps/
Apache License 2.0
44 stars 11 forks source link

typing: Export `py.typed` for `neps` + `metahyper` #36

Closed eddiebergman closed 7 months ago

eddiebergman commented 8 months ago

This allows consumers who using mypy to type check their code against neps and metahyper.

See: https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages

eddiebergman commented 7 months ago

Took that as a sign to merge ;)