Skip to content

Releases: skjerns/mat7.3

v0.65 hotfix squeeze singular dimensions

24 Jul 09:12
558a37f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.64...v0.65

v0.64

23 Jul 08:02
59fc821
Compare
Choose a tag to compare

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

Full Changelog: v0.63...v0.64

v0.63

23 Mar 14:14
c02c6e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.62...v0.63

v0.62 fix loading cell content when only_load is used

31 Aug 19:15
80c8f0a
Compare
Choose a tag to compare

v0.61 Add file object loading option

24 Aug 14:40
47e9c2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.60...v0.61

v0.60 - correct null char string reading

01 Feb 15:01
040b375
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.59...v0.60

Add support for sparse matrices

18 Apr 11:53
c7dc58c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.58...v0.59

Allow loading of all file types

22 Jan 09:34
Compare
Choose a tag to compare
v0.58

increment version for package

v0.55 add loading of specific variable

02 Dec 08:24
Compare
Choose a tag to compare

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

v0.54

30 Nov 11:43
Compare
Choose a tag to compare

Further speed up improvements