What's Changed
* Fixed issue with loading all-zero sparse matrices, as the data and ir… by SebastiaanBreedveld in https://github.com/skjerns/mat7.3/pull/57
* Add unittests for empty sparse matrix loading by skjerns in https://github.com/skjerns/mat7.3/pull/58
* Fix 55: unconditional np.squeeze() can lead to data loss by valp124 in https://github.com/skjerns/mat7.3/pull/59
New Contributors
* SebastiaanBreedveld made their first contribution in https://github.com/skjerns/mat7.3/pull/57
* valp124 made their first contribution in https://github.com/skjerns/mat7.3/pull/59
**Full Changelog**: https://github.com/skjerns/mat7.3/compare/v0.63...v0.64