v0.1.10
Minor Changes:
- remove usage of
np.float
as this is deprecated. Instead usenp.float16,np.float32,...
- update 3d plot to work with newer versions of
matplotlib
(gca
was deprecated) - Update Readthedocs YAML to match the new file requirements (include build section)