inaos / iron-array

2 stars 0 forks source link

Support for integers and bools in the evaluation engine #490

Closed FrancescAlted closed 2 years ago

FrancescAlted commented 2 years ago

After the support for integers and bools in constructors and the reduction engine (https://github.com/inaos/iron-array-python/pull/134), the only missing part is in the evaluation engine. That would enhance ironArray functionality a lot.

FrancescAlted commented 2 years ago

Work started in https://github.com/inaos/iron-array/tree/llvm-int

FrancescAlted commented 2 years ago

This work has been completed in PR https://github.com/inaos/iron-array/pull/510