opt_einsum icon indicating copy to clipboard operation
opt_einsum copied to clipboard

Added py.typed to signal this project uses type declarations

Open juanjosegarciaripoll opened this issue 11 months ago • 2 comments

Description

When using opt_einsum in other projects, mypy complains that opt_einsum cannot be type checked. The reason is that for an installed library to be considered by mypy, a file py.typed must be installed in the root directory of the module.

Status

  • [x] Ready to go

juanjosegarciaripoll avatar Jan 26 '25 10:01 juanjosegarciaripoll

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.63%. Comparing base (384bb5a) to head (6aaf482).

Additional details and impacted files

codecov[bot] avatar Jan 26 '25 10:01 codecov[bot]

@juanjosegarciaripoll gentle ping here.

dgasmith avatar Mar 08 '25 18:03 dgasmith