-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
We've been informally talking about moving stuff to Base. I figured we should actually have a record of what has been attempted and things we think are stable enough to consider.
-
ArrayInterfaceCore.parent_type: Addparenttypemethod JuliaLang/julia#42923 - Non-mutating methods (
deleteat,insert): Functional non-mutating methods. JuliaLang/julia#46453 - Static size related stuff currently all depends on either accepting Create staticint.jl JuliaLang/julia#44538 or someone figuring out a functional alternative. A lot of methods depend on it (
ArrayInterface.size,ArrayInterface.lengthArrayInterface.strides,ArrayInterface.offsets, and all theknown_*counterparts) -
ArrayInterfaceCore.can_change_size: More specific characterization of mutable collections withcan_setindexandcan_change_sizeJuliaLang/julia#46500 -
ArrayInterfaceCore.can_setindex: More specific characterization of mutable collections withcan_setindexandcan_change_sizeJuliaLang/julia#46500 -
ArrayInterfaceCore.isstructured -
ArrayInterfaceCore.has_sparsestruct -
ArrayInterfaceCore.issingular
rafaqz, ChrisRackauckas and gdalle
Metadata
Metadata
Assignees
Labels
No labels