Releases: JuliaStats/PDMats.jl
Releases · JuliaStats/PDMats.jl
v0.9.0
Changes for Julia v0.7 (#73) * Changes (not yet complete) for Julia v0.7 [ci skip] * Switch to native julia 0.7 constructions * Test on nightly only, start documentation switch * Incorporate suggestions of @araslan * Replace double backticks * Replace full with Matrix, use HAVE_CHOLMOD * Add docs * Remove LinearAlgebra imports * Qualify names of generics * Translate At_mul_B using transpose * Add deprecation for full -> Matrix Also reformat the other deprecations
v0.8.0: Merge pull request #69 from Nosferican/master
Fix deprecations
v0.7.1
v0.7.0
Update links to testing testing banners in README.md
v0.6.0: Merge pull request #62 from JuliaStats/aa/strided
Widen (inv)quad(!) signatures to allow StridedArrays
v0.5.6: Merge pull request #60 from yuyichao/0.6
Fix 0.6 typealias depwarn
v0.5.5: Merge pull request #59 from yuyichao/0.6
Fix depwarns on 0.6
Add missing conversion methods
Merge pull request #57 from JuliaStats/anj/convert
Define AbstractArray{T} convert methods.
Deprecation fixes for Julia 0.6
Merge pull request #55 from JuliaStats/anj/06 Various 0.6 fixes
Fix macro
Merge pull request #52 from JuliaStats/anj/macro Fix check_argdims macro