april-tools / cirkit

a python framework to build, learn and reason about probabilistic circuits and tensor networks
https://cirkit-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
80 stars 4 forks source link

Adding py.typed to package #256

Open lkct opened 2 months ago

lkct commented 2 months ago

Just a reminder that: We should add py.typed to the lib and pack it in pyproject when we have good type annotations, in line with PEP 561.

(Are we going to do this in Milestone 0.1.0?)