freebsd-ports/devel/py-numba/pkg-descr
Yuri Victorovich 9d70bc85d1 devel/py-numba: Update to 0.37.0
Port changes:
* Changed to DISTVERSION
* Updated LICENSE to BSD2CLAUSE
* Added USE_PYTHON=concurrent
* Added stripping
* Changed WWW to https

PR:		226307
Submitted by:	David Kalliecharan <dave@dal.ca> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-03 09:39:22 +00:00

7 lines
384 B
Text

Numba gives you the power to speed up your applications with high performance
functions written directly in Python. With a few annotations, array-oriented
and math-heavy Python code can be just-in-time compiled to native machine
instructions, similar in performance to C, C++ and Fortran, without having to
switch languages or Python interpreters.
WWW: https://numba.pydata.org/