Releases: JuliaArrays/FillArrays.jl
Releases · JuliaArrays/FillArrays.jl
v1.13.0
FillArrays v1.13.0
Merged pull requests:
- fix #178 (#343) (@putianyi889)
- Ensure correct eltype in 3-term dot involving Eye (#370) (@jishnub)
- Improve performance in Fill addition (#371) (@jishnub)
- Don't specialize Base._reshape (#374) (@jishnub)
- sum for OneElement (#375) (@jishnub)
- Fix issymmetric/ishermitian for block and empty matrices (#377) (@jishnub)
- Fix reshape for OneElement when indices lie outside axes (#378) (@jishnub)
- Specialize sqrt and cbrt (#379) (@jishnub)
- issymmetric/ishermitian for OneElement (#380) (@jishnub)
- Negating a OneElement produces a OneElement (#381) (@jishnub)
- Unique may return an AbstractFill (#382) (@jishnub)
- Diag for OneElement returns a OneElement (#383) (@jishnub)
- Specialize broadcasting more unary functions over a OneElement (#384) (@jishnub)
- Fix
OneElement
constructor docstring (#386) (@gdalle) - Test on pre-release julia versions (#388) (@jishnub)
- Fix bug in converting Zeros matrix to Diagonal (#389) (@dlfivefifty)
Closed issues:
v1.12.0
FillArrays v1.12.0
Merged pull requests:
- replace Base64.stringmime by sprint in tests (#310) (@jishnub)
- zero for OneElement (#332) (@jishnub)
- Specialize isbanded for OneElement (#333) (@jishnub)
tril
/triu
forZerosMatrix
andOneElementMatrix
(#334) (@jishnub)- Vector indexing for OneElement (#346) (@jishnub)
- Bump julia-actions/cache from 1 to 2 (#364) (@dependabot[bot])
- Reshape for a OneElement (#365) (@jishnub)
- Use "lts" version specifier in CI script (#366) (@jishnub)
- overload permutedims for OneElement matrices (#368) (@max-vassili3v)
- FillMatrix times vector returns FillVector (#369) (@jishnub)
Closed issues:
- PaddedViews does not support Zygote.gradient? (#367)
v1.11.0
FillArrays v1.11.0
Merged pull requests:
v1.10.2
v1.10.1
FillArrays v1.10.1
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#357) (@dependabot[bot])
- Remove single-argument map tests on nightly (#358) (@jishnub)
- Add versioned manifest file to
.gitignore
(#359) (@jishnub) - Bugfix in matrix multiplication involving adj/trans (#360) (@jishnub)
- Bump version to v1.10.1 (#361) (@jishnub)
v1.10.0
FillArrays v1.10.0
Merged pull requests:
- Test floating-point arrays using isapprox (#318) (@jishnub)
- Use axes function instead of field access (#320) (@jishnub)
- Point to
getindex_value
inAbstractFill
docstring (#323) (@jishnub) - Specalize
istriu
/istril
(#326) (@jishnub) - Short-circuit
all
forAbstractFill
(#329) (@jishnub) - Broadcast arithmetic operators for OneElement (#331) (@jishnub)
- Remove explicit test on v1.10 (#336) (@jishnub)
- Change downstream tests fail fast to false (#337) (@jishnub)
- Disable downstream tests against broken packages (#338) (@jishnub)
- Move Aqua tests to a separate file (#339) (@jishnub)
- Remove Random as a dependendency (#340) (@jishnub)
- Bump actions/cache from 3 to 4 (#342) (@dependabot[bot])
- Add missing matrix multiplication methods involving OneElement (#347) (@jishnub)
- Pretty-printing for OneElement (#348) (@jishnub)
- Bump codecov/codecov-action from 3 to 4 (#349) (@dependabot[bot])
- Use codecov token for the codecov action in CI (#350) (@jishnub)
- Make pkgeval badge point to Nanosoldier report (#354) (@jishnub)
- Ignore non-code files in CI (#355) (@jishnub)
v1.9.3
FillArrays v1.9.3
Merged pull requests:
- Fix matrix multiplication with non-commutative elements (#321) (@jishnub)
- Fix and test docstrings, and use Documenter v1 for docs (#324) (@jishnub)
- Resolve some adj/trans and triangular matrix multiplication ambiguities (#325) (@jishnub)
- Fix
isone
for an emptyAbstractFill
(#327) (@jishnub) - Fix show for rectangular
Eye
(#328) (@jishnub)
v1.9.2
FillArrays v1.9.2
Merged pull requests:
v1.9.1
v1.9.0
FillArrays v1.9.0
Merged pull requests: