Blaze is the next-generation of NumPy. It is designed as a foundational set of abstractions on which to build out-of-core and distributed algorithms over a wide variety of data sources and to extend the structure of NumPy itself.
Blaze is the next-generation of NumPy. It is designed as a foundational set of abstractions on which to build out-of-core and distributed algorithms over a wide variety of data sources and to extend the structure of NumPy itself.
To install py37-blaze, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py37-blaze
To see what files were installed by py37-blaze, run:
port contents py37-blaze
To later upgrade py37-blaze, run:
sudo port selfupdate && sudo port upgrade py37-blaze
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.