After refurbishing the project we prepare a new relaease.
There are no changes with respect to the contents as compared to v0.0.0
that are noteworthy release notes.
- add sample_package:
+ __init__.py => high-level description and imports
+ matrix.py => define a Matrix class
+ vector.py => define a Vector class
+ utils.py => package-wide utilities
- streamline the code snippets in the chapter 11 notebooks
to align with the sample_package