IABSD.fr/ports/math/py-numexpr/distinfo

Branch :


Log

Author Commit Date CI Message
e7acc54b 2023-02-25 15:43:47 update to py3-numexpr-2.8.4
0ebbedb4 2022-08-27 18:09:57 update to py3-numexpr-2.8.3
ecfe58d0 2021-10-26 19:01:51 update to py3-numexpr-2.7.3
fa948278 2018-02-23 16:45:26 Update to py-numexpr 2.6.4
d8498326 2017-04-23 17:45:20 Import py-numexpr 2.6.2, ok daniel@ Numexpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays (like "3*a+4*b") are accelerated and use less memory than doing the same calculation in Python. In addition, its multi-threaded capabilities can make use of all your cores, which may accelerate computations, most specially if they are not memory-bounded (e.g. those using transcendental functions).