Releases: JuliaArrays/ArrayInterface.jl
Releases · JuliaArrays/ArrayInterface.jl
v7.4.1
ArrayInterface v7.4.1
Closed issues:
Merged pull requests:
- Fix Cholesky Instance with pivot on SparseMatrixCSC to match the inte… (#403) (@ChrisRackauckas)
v7.4.0
ArrayInterface v7.4.0
Merged pull requests:
- Expand the docs explanations (#400) (@ChrisRackauckas)
- Add Cholesky Instance (#401) (@ChrisRackauckas)
v7.3.1
ArrayInterface v7.3.1
v7.3.0
ArrayInterface v7.3.0
Merged pull requests:
- remove specialization of
Adapt.adapt_storage
forStaticArraysCore.SArray
(#389) (@ranocha) - fix typo (#390) (@spaette)
- enable dependabot for GitHub actions (#391) (@ranocha)
- Bump codecov/codecov-action from 1 to 3 (#392) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#393) (@dependabot[bot])
- Bump actions/checkout from 2 to 3 (#394) (@dependabot[bot])
- Remove unsused import (#395) (@dkarrasch)
- Typo fix Warning -> warning (#398) (@blegat)
- complete the linear algebra instance functions for the main factorizations (#399) (@ChrisRackauckas)
v7.2.1
ArrayInterface v7.2.1
Merged pull requests:
- Type level traits corresponding to
issorted
andallunique
(#386) (@Tokazama) - correct Requires usage to fix issues with PackageCompiler sysimages (#387) (@KristofferC)
v7.2.0
ArrayInterface v7.2.0
Closed issues:
- Two extensions defining the same method; breaks precompilation. (#385)
Merged pull requests:
- Remove Adapt StaticArray piracy (#380) (@ChrisRackauckas)
- Don't need ArrayInterfaceCUDA in test (#384) (@ChrisRackauckas)
v7.1.0
ArrayInterface v7.1.0
Merged pull requests:
- A bit more cleanup (#378) (@ChrisRackauckas)
- Add 2 missing docstrings (#379) (@ChrisRackauckas)
- Fix GPUArrays extension (#382) (@sethaxen)
v7.0.0
ArrayInterface v7.0.0
Closed issues:
- Should setindex(x::AbstractArray, v, i) use mutate-or-widen strategy? (#16)
- AbstractRange traits (#50)
- Promoting collaboration (#134)
- StackOverflowError in DifferentialEquations (#145)
getindex
method ambiguities withAbstractTrees
,Base
, andOffsetArrays
(#170)- ArrayInterface.size vs StaticArrays.Size (#182)
- Fix CI to run on PR branches (#268)
- Mono repos much more confusing than separate repos (#272)
- Bump minimum Julia version to 1.9 as soon as it is released? (#372)
- Remove all shadowing and never do that again (#374)
Merged pull requests:
- Redo ArrayInterface to use extension packages (#373) (@ChrisRackauckas)
- Fully excise support for static (#377) (@ChrisRackauckas)
v6.0.25
ArrayInterface v6.0.25
Merged pull requests:
- loosen AdjTrans definitions (#369) (@chriselrod)
indices_do_not_alias
was ambiguous (#370) (@chriselrod)- SnoopPrecompile common methods (#371) (@chriselrod)
v6.0.24
ArrayInterface v6.0.24
Closed issues:
Merged pull requests:
- Remove unnecessary methods from
setindex
(#305) (@hyrodium) - Fixing lu_instance doesnt work on julia-1.8 (#346) (@TheZombie1999)
- Fixing the ArrayInterfaceCUDA lu_instance test (#347) (@TheZombie1999)
- Use LU for newer versions of CUDA (#349) (@ChrisRackauckas)
- Unnecessary
cu
call (#350) (@ChrisRackauckas) - Make the GPU-generic lu_instance creation non-singular (#351) (@ChrisRackauckas)
- Add
undefmatrix
(similar tozeromatrix
) (#353) (@oscardssmith) - add undefmatrix for numbers (#355) (@oscardssmith)
- move
undefmatrix
overload toArrayInterfaceStaticarraysCore
(#357) (@oscardssmith) - fix and test undef matrix for MArray (#358) (@oscardssmith)
- ArrayInterfaceStaticArraysCore needs latest ArrayInterfaceCore (#359) (@chriselrod)
- Update Umfpack constructor for 1.9 (#360) (@Wimmerer)
- Fix
@assume_effects
compat (#361) (@Tokazama) - Add missing
parent_type
definitions (#364) (@Tokazama) - remove
setindex
tests (#365) (@Tokazama) - Remove range types (#366) (@Tokazama)