Skip to content

Tags: JuliaIO/MAT.jl

Tags

v0.10.7

[Diff since v0.10.6](v0.10.6...v0.10.7)

**Merged pull requests:**
- Bump actions/checkout from 3 to 4 (#190) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#196) (@dependabot[bot])
- Attempt reading old-style Matlab class in v7.3 as struct (#198) (@Jeroen-van-der-Meer)

**Closed issues:**
- how to use .mat in julia? (#173)
- Precompilation fails in Julia 1.6.7 (current LTS) (#179)
- Superfluous error when parsing old-style class object in v7.3 (#197)

v0.10.6

[Diff since v0.10.5](v0.10.5...v0.10.6)

**Merged pull requests:**
- Fix typo in error msg of MAT_HDF5.jl/matopen (#189) (@JovisFilius)
- CompatHelper: bump compat for HDF5 to 0.17, (keep existing compat) (#191) (@github-actions[bot])
- docs 1.0 upgrade (#192) (@nhz2)
- Bump version to 0.10.6 (#193) (@nhz2)

**Closed issues:**
- Compatibility with Julia 1.10 and HDF5 0.17+ (#188)

v0.10.5

## MAT v0.10.5

[Diff since v0.10.4](v0.10.4...v0.10.5)


**Closed issues:**
- MAT level 4 support (#4)
- Possible 0.7  / 1.0 issues (#88)
- Cannot read .mat v4? (#171)

**Merged pull requests:**
- Add Documenter documentation (#178) (@JeffFessler)
- Added read and write support for v4 mat files (#186) (@qnikil7)
- Updated LTS version, 1.3 to 1.6 in ci (#187) (@qnikil7)

v0.10.4

## MAT v0.10.4

[Diff since v0.10.3](v0.10.3...v0.10.4)



**Merged pull requests:**
- `names` -> `keys` for deprecation (#175) (@karajan9)
- Create Invalidations.yml (#177) (@ranocha)
- enable dependabot for GitHub actions (#183) (@ranocha)
- Remove invalid import of `exists` from HDF5 (#184) (@schillic)
- Bump actions/checkout from 2 to 3 (#185) (@dependabot[bot])

v0.10.3

## MAT v0.10.3

[Diff since v0.10.2](v0.10.2...v0.10.3)


**Closed issues:**
- Please add support for Julia 1.7 running on Apple Silicon (ARM64) on MacOS (#168)

**Merged pull requests:**
- Fix v0.16 HDF5 deprecations (#172) (@musm)

v0.10.2

## MAT v0.10.2

[Diff since v0.10.1](v0.10.1...v0.10.2)


**Closed issues:**
- Breaking change in HDF5 0.15.7 (#167)
- Sparse matrix error Julia 1.7, stricter buffers in SparseMatrixCSC (#169)

**Merged pull requests:**
- Fix Issue #169 SparseMatrixCSC illegal buffers (#170) (@mkitti)

v0.10.1

## MAT v0.10.1

[Diff since v0.10.0](v0.10.0...v0.10.1)



**Merged pull requests:**
- CompatHelper: bump compat for "HDF5" to "0.15" (#157) (@github-actions[bot])

v0.10.0

## MAT v0.10.0

[Diff since v0.9.2](v0.9.2...v0.10.0)


**Closed issues:**
- HDF5 error only on Windows (#117)

**Merged pull requests:**
- Remove old CI badges and update them to gh actions (#155) (@musm)
- Deprecate exists to haskey and names to keys and bump minor version in prep for HDF5 release (#156) (@musm)

v0.9.2

## MAT v0.9.2

[Diff since v0.9.1](v0.9.1...v0.9.2)

v0.9.1

## MAT v0.9.1

[Diff since v0.9.0](v0.9.0...v0.9.1)



**Merged pull requests:**
- Fix incorrect wrapping of a Datatype (#151) (@jmert)