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

Update 04-code-vectorization.rst #117

Closed dr-neptune closed 5 months ago

dr-neptune commented 6 months ago

updated versions of numpy return the following error for the previous version:

TypeError: The numpy boolean negative, the - operator, is not supported, use the ~ operator or the logical_not function instead.

rougier commented 5 months ago

Thansk!