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
71 stars 1 forks source link

Adding py.typed to package #256

Open lkct opened 1 month ago

lkct commented 1 month 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?)