rougier / from-python-to-numpy

An open-access book on numpy vectorization techniques, Nicolas P. Rougier, 2017
http://www.labri.fr/perso/nrougier/from-python-to-numpy
Other
2.03k stars 339 forks source link

Use xor not binary minus on bool arrays #111

Closed ev-br closed 1 year ago

ev-br commented 1 year ago

Otherwise, running the example fails on numpy 1.24.x

closes gh-110

rougier commented 1 year ago

Thanks!