Skip to content

Releases: skjerns/mat7.3

v0.53

30 Nov 10:12
Compare
Choose a tag to compare
  • Speed up loading times by 50% #25

Fix loading of empty structs

07 Aug 07:56
Compare
Choose a tag to compare
  • Fixes loading of empty structs see #16
  • default dict switched to dict and not AttrDict

Fix loading empty matrices

04 Jun 20:14
Compare
Choose a tag to compare

Fix unpacking of iterables

17 Dec 13:05
Compare
Choose a tag to compare

There was a major bug with the way structs are being handled.

See #9

Added MATLAB style struct loading

30 Oct 14:10
Compare
Choose a tag to compare

structs can now be accessed just as in MATLAB:

struct[0].name1
struct[2].valuename2

v0.41 fix loading strings in Linux

08 Aug 07:31
Compare
Choose a tag to compare

I don't know what the error was, but it's fixed

additionally, I removed the AttrDict with a regular dict, to be able to display it in Spyder

Complex number loading rewrite

30 Apr 17:10
Compare
Choose a tag to compare
v0.40

fix complex number loading

complex number fix

30 Apr 15:52
Compare
Choose a tag to compare

fix some complex number loading stuff

Correct cell reading

18 Apr 09:36
Compare
Choose a tag to compare
v0.38

update readme

add verbose option

18 Dec 16:52
Compare
Choose a tag to compare
v0.35

add verbose