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

Partial sanity check on index type required #25

Closed ChristophWWagner closed 5 years ago

ChristophWWagner commented 6 years ago

Partial should complain during __init__() if indexing arrays of non-integer data type are passed.

SebastianSemper commented 6 years ago

Was this included in 0.1.2.?

ChristophWWagner commented 5 years ago

Yes, this was resolved in 22b2e8b3af8e33f7e9ac1782005817db4b059f92. Indexing Partial matrices with boolean arrays is now supported.