Releases: JuliaArrays/FillArrays.jl
Releases · JuliaArrays/FillArrays.jl
v0.13.7
v0.13.6
v0.13.5
FillArrays v0.13.5
Closed issues:
- Consistently specialize one, zero on args of type Zeros, Ones, Eye (#173)
- Use Static.jl to implement elements of Ones and Zeros? (#176)
- Piracy of
map(f)
(#179)
Merged pull requests:
- Don't overload
map(f)
(#180) (@mcabbott) - Specialize
iterate
(#181) (@jishnub) - specialize sum for FillArrays (#182) (@jishnub)
- Avoid testing on v1.8 explicitly (#183) (@jishnub)
- specialize
one
forFillArrays
(#184) (@jishnub) - Add Invalidations.yml (#185) (@ranocha)
- Add badges from Juliahub (#186) (@jishnub)
- Update Compathelper script (#189) (@jishnub)
- Use
Aqua
to ensure project quality (#190) (@jishnub) - Update TagBot.yml (#191) (@jishnub)
- don't specialize convert (#192) (@jishnub)
- Tuples instead of vectors in tests (#193) (@jishnub)
- Version bump to v0.13.5 (#194) (@jishnub)
v0.13.2
FillArrays v0.13.2
Merged pull requests:
- print_matrix_row support for Julia v1.8 (#174) (@dlfivefifty)
v0.13.1
v0.13.0
FillArrays v0.13.0
Closed issues:
nxn Fill
additionUniformScaling
errors (#170)
Merged pull requests:
- BREAKING: Support addition and subtraction with
UniformScaling
+ drop support for Julia < 1.6 (#171) (@devmotion)
v0.12.8
FillArrays v0.12.8
Closed issues:
Base.getindex(x::AbstractArray{T,N}, mask::Trues{N, NTuple{N,Base.OneTo{Int}}})
is downstream chaos (#162)- Specialize A * Eye and Eye * A (#168)
Merged pull requests:
- Solve all problems with extra indirection (#163) (@timholy)
- Bump the version (#166) (@ChrisRackauckas)
- Fix Vararg-UnionAll depwarn (#169) (@JackDunnNZ)
v0.12.7
FillArrays v0.12.7
Merged pull requests:
- Fix addition of complex-valued Fill and ranges (#164) (@dlfivefifty)
v0.12.6
FillArrays v0.12.6
Merged pull requests:
- Special case for Zeros(5)'*b and dot(::AbstractFill,::AbstractFill) (#160) (@dlfivefifty)
v0.12.5
FillArrays v0.12.5
Merged pull requests:
- copy(Ones(5)') should be non-allocating (#159) (@dlfivefifty)