Releases: skjerns/mat7.3
Releases · skjerns/mat7.3
v0.65 hotfix squeeze singular dimensions
v0.64
What's Changed
- Fixed issue with loading all-zero sparse matrices, as the data and ir… by @SebastiaanBreedveld in #57
- Add unittests for empty sparse matrix loading by @skjerns in #58
- Fix #55: unconditional np.squeeze() can lead to data loss by @valp124 in #59
New Contributors
- @SebastiaanBreedveld made their first contribution in #57
- @valp124 made their first contribution in #59
Full Changelog: v0.63...v0.64
v0.63
What's Changed
- Fix sparse bug #51 by @FelixBenning in #53
- add tests for sparse matrix loading by @skjerns in #54
New Contributors
- @FelixBenning made their first contribution in #53
Full Changelog: v0.62...v0.63
v0.62 fix loading cell content when only_load is used
Full Changelog: v0.61...v0.62
v0.61 Add file object loading option
v0.60 - correct null char string reading
What's Changed
Full Changelog: v0.59...v0.60
Add support for sparse matrices
Allow loading of all file types
v0.58 increment version for package
v0.55 add loading of specific variable
included a new keyarg to only load specific variables. this can greatly reduce loading times with large files if only very specific variables are necessary
What's Changed
Full Changelog: v0.54...v0.55