
numexpr 2.14.1
0
Fast numerical expression evaluator for NumPy
Contents
Fast numerical expression evaluator for NumPy
Stars: 2400, Watchers: 2400, Forks: 218, Open Issues: 6The pydata/numexpr repo was created 12 years ago and the last code push was 2 months ago.
The project is very popular with an impressive 2400 github stars!
How to Install numexpr
You can install numexpr using pip
pip install numexpr
or add it to a project with poetry
poetry add numexpr
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/numexpr/
- GitHub Repo:
- https://github.com/pydata/numexpr
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common numexpr errors.
Code Examples
Here are some numexpr code examples and snippets.
GitHub Issues
The numexpr package has 6 open issues on GitHub
- Integrate static typing support
- Add support for extending functionality
- Bench large_array_vs_numpy.py is raising a TypeError
- Replace complex functions in complex_funcs.hpp
pythonfix