Based directly on the bfloat16
numpy datatype wrapper
by Greenwave Technologies, this repository extends it to add a posit datatype
wrapper for numpy.
Whereas Greenwave Technologies used eigen library for the datatype backend, I have used the Stillwater Supercomputing's posit dataype implementation.
The setup.cfg file follows this Python tutorial. The custom location is provided using this Python tutorial.
The method for building the project follows from this blog, the Python packaging tutorial and the pypa setuptools tutorial.