Skip to content

Releases: JuliaIO/MAT.jl

v0.9.0

24 Nov 18:40
e964bf0
Compare
Choose a tag to compare

MAT v0.9.0

Diff since v0.8.1

Merged pull requests:

  • Better error exception for mat open (#144) (@musm)
  • Adapt to changes in HDF5 v0.14 release (#145) (@jmert)
  • Skip over function handles in v7.3 format (#146) (@jmert)

v0.8.1

04 Sep 05:03
57b8483
Compare
Choose a tag to compare

MAT v0.8.1

Diff since v0.8.0

Closed issues:

  • Bounds error when reading a v5 mat file with function handle. (#53)
  • write vs. reshape on Julia 0.5.0_ (#58)
  • Memory leak issue (#62)
  • Pkg.add("MAT") stuck on make - can't build on macOS 10.13.4 (#83)
  • Install CompatHelper as GitHub Action (#139)

Merged pull requests:

  • Avoid error with MATLAB classes that we can't handle (#129) (@jebej)
  • Pass id rather than object as the 5th argument to h5d_read (#141) (@grero)
  • Fix how properties are passed during dataset creation (#142) (@jmert)

v0.8.0

21 Apr 21:01
377b83b
Compare
Choose a tag to compare

MAT v0.8.0

Diff since v0.7.0

Closed issues:

  • How to solve unsatisfiable requirements detected for package error, that occurs while adding MAT? (#136)

Merged pull requests:

v0.7.0

02 Dec 18:49
v0.7.0
dac8855
Compare
Choose a tag to compare

v0.7.0 (2019-12-02)

Diff since v0.6.0

Closed issues:

  • Precompile error on Julia 1.2, Mac OS 10.14.6 (#126)

Merged pull requests:

v0.6.0

23 Sep 10:34
v0.6.0
7d67154
Compare
Choose a tag to compare

v0.6.0 (2019-09-21)

Diff since v0.5.1

Merged pull requests:

v0.5.1

21 Sep 17:33
v0.5.1
bb9356e
Compare
Choose a tag to compare

v0.5.1 (2019-09-21)

Diff since v0.5.0

Closed issues:

  • Error precompiling MAT.jl in Julia 1.2 (#122)
  • update README.md to provide useful instructions (#120)
  • Tag a new version? (#108)
  • Failed to precompile MAT in Julia 1.0.2 (#103)
  • Precompiling fails in Julia 1.0 (#90)
  • Can't write a BitArray to a MAT file (#84)

Merged pull requests:

Support 0.7 and 1.x

18 Feb 17:11
4bb7a91
Compare
Choose a tag to compare
Merge pull request #113 from JuliaIO/merge_julia07

Clean up git history of #110

More deprecation fixes & allow writing of all associatives

15 Sep 17:13
Compare
Choose a tag to compare

Minor update with a slight generalization of Dict writing to apply to all Associative subtypes

Now with improved Julia 0.6 compatibility

21 May 15:06
Compare
Choose a tag to compare
Merge pull request #65 from simonster/yyc/0.6

Fix 0.6 typealias depwarn