Python library for manipulating indices of ndarrays
ndindex is a library that allows representing and manipulating objects that can be valid indices to numpy arrays, i.e., slices, integers, ellipses, None, integer and boolean arrays, and tuples thereof.
ndindex is a library that allows representing and manipulating objects that can be valid indices to numpy arrays, i.e., slices, integers, ellipses, None, integer and boolean arrays, and tuples thereof.
To install py312-ndindex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-ndindex
To see what files were installed by py312-ndindex, run:
port contents py312-ndindex
To later upgrade py312-ndindex, run:
sudo port selfupdate && sudo port upgrade py312-ndindex
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.