- Much nicer reprs (plain and html) for objects (both data and expressions), which replaces `.show()`
- Add "pygraphblas" as a backend choice. This add ability to convert between `grblas` and `pygraphblas`.
- Data objects now have names! (passed in at construction time)
- Moved tests/ inside the grblas package so we can test it after install.
- Use versioneer.py to manage version.
- Apply black code formatter.
- More extensive testing and a few minor bug fixes.