Skip to content

Draft: Resolve "Rewrite bmath to allow type hints and attribute proposals"

bmath is now a class, which can be used for type hints and code suggestions. Known issues import blond.utils.bmath as bm doesn't work anymore and must be replaced by from blond.utils import bmath as bm

Closes #40

Merge request reports

Loading