Releases: skjerns/mat7.3
Releases · skjerns/mat7.3
v0.53
Fix loading of empty structs
- Fixes loading of empty structs see #16
- default dict switched to dict and not AttrDict
Fix loading empty matrices
v0.50 test
Fix unpacking of iterables
There was a major bug with the way structs are being handled.
See #9
Added MATLAB style struct loading
structs can now be accessed just as in MATLAB:
struct[0].name1
struct[2].valuename2
v0.41 fix loading strings in Linux
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
v0.40 fix complex number loading
complex number fix
fix some complex number loading stuff
Correct cell reading
v0.38 update readme
add verbose option
v0.35 add verbose