EMS-TU-Ilmenau / fastmat

A library to build up lazily evaluated expressions of linear transforms for efficient scientific computing.
https://fastmat.readthedocs.io
Apache License 2.0
24 stars 8 forks source link

Fix numpy.bool deprecation warning and issues. Fixes #93 #111

Closed ChristophWWagner closed 1 year ago

ChristophWWagner commented 1 year ago

Renamed all occurrances of numpy.bool with bool, solving the issues.