Releases: JuliaArrays/FillArrays.jl
Releases · JuliaArrays/FillArrays.jl
v0.13.9
FillArrays v0.13.9
Merged pull requests:
- add tests for and fix compatibility with StaticArrays.jl (#222) (@putianyi889)
v0.13.8
FillArrays v0.13.8
Closed issues:
- copyto!(Eye(4), I) (#206)
- InfStepRange should not be OrdinalRange (#207)
- Ones{Bool}±Zeros{Bool} should be Ones{Int} (#209)
Merged pull requests:
- Add type aliases (#212) (@putianyi889)
- Remove some converters (#213) (@putianyi889)
- enable dependabot for GitHub actions (#214) (@ranocha)
- Bump actions/checkout from 2 to 3 (#215) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#216) (@dependabot[bot])
- Replace
AbstractTriangularbyUpperOrLowerTriangular(#217) (@dkarrasch) - Remove some converters (2) (#218) (@putianyi889)
- Generalise Zeros +/- (#219) (@putianyi889)
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
oneforFillArrays(#184) (@jishnub) - Add Invalidations.yml (#185) (@ranocha)
- Add badges from Juliahub (#186) (@jishnub)
- Update Compathelper script (#189) (@jishnub)
- Use
Aquato 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 FilladditionUniformScalingerrors (#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)