dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.55k stars 550 forks source link

replacing std::initializer_list in vstack, hstack, stack with list #197

Closed TorokLev closed 1 year ago

dpilger26 commented 1 year ago

Incorporated updates into rc_v2.11.0 branch in a slightly different way. Closing this PR as OBE.