Releases: JuliaArrays/FillArrays.jl
Releases · JuliaArrays/FillArrays.jl
v1.2.0
FillArrays v1.2.0
Merged pull requests:
- remove allocation in oneelement mul (#255) (@jishnub)
- Multiply and divide
OneElement
by a number (#257) (@jishnub) Adjoint
/transpose
forOneElementMatrix
preserves type (#258) (@jishnub)- Multiply
OneElement
andFill
(#259) (@jishnub) AbstractArray
constructor forOneElement
(#261) (@jishnub)- remove AbstractArray and rank specializations (#262) (@jishnub)
v1.1.1
FillArrays v1.1.1
Closed issues:
- Broadcasting
-
over array andZeros
yields incorrect result (regression) (#263)
Merged pull requests:
v1.1.0
v1.0.2
FillArrays v1.0.2
Closed issues:
- "Docs: Stable" link in README is broken (#240)
Merged pull requests:
- Test against downstream dependents (#253) (@jishnub)
- Fix downstream issue where only copy is supported in _copy_oftype (#254) (@dlfivefifty)
v1.0.1
FillArrays v1.0.1
Closed issues:
- Broadcasting with FillArray allocates and is much slower (#208)
Merged pull requests:
- don't materialize when broadcasting Zeros with Vector (#211) (@jishnub)
- 5-term
mul!
withStridedArray
forAbstractFill
/OneElement
(#241) (@jishnub) - combine vec methods (#244) (@jishnub)
- Combine transpose/adjoint methods for Ones/Zeros (#245) (@jishnub)
- remove trailing whitespace (#247) (@jishnub)
- Tests for
promote_type
(#248) (@jishnub) - Remove the explicit CI test on v1.9 (#249) (@jishnub)
- combine
_copy_oftype
methods (#250) (@jishnub) - skip duplicate CI run (#251) (@jishnub)
v1.0.0
FillArrays v1.0.0
Closed issues:
- additional constructors for Zeros and Ones (#94)
- Add type promotion (#97)
- Update Readme (#187)
- Deprecate
unique_value
? (#236)
Merged pull requests:
- Structured Broadcasting (#228) (@dlfivefifty)
_fill_dot
support general vectors (#229) (@putianyi889)- StepRangeLen to support 0 step size in cumsum #226 (#230) (@dlfivefifty)
- Release 1.0 (#231) (@dlfivefifty)
- relax view indices (#232) (@jishnub)
- Add Zeros(T, n...) and Ones(T, n...) constructors (#94( (#233) (@dlfivefifty)
- Fix #97 by adding promote_rules (#234) (@dlfivefifty)
- Move OneElement from Zygote and overload setindex (#161) (#235) (@dlfivefifty)
- ensure type in array convert (#237) (@jishnub)
v0.13.11
v0.13.10
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
AbstractTriangular
byUpperOrLowerTriangular
(#217) (@dkarrasch) - Remove some converters (2) (#218) (@putianyi889)
- Generalise Zeros +/- (#219) (@putianyi889)