JuliaCollections / JuliaCollections/AxisArraysFuture
WIP: The Plan
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This issue is still being written
See discussion in https://github.com/JuliaArrays/AxisArrays.jl/issues/84 for background
Concepts
AxisArrays.jl is currently a mashup of distinct and mostly orthogonal indexing behaviour. These are, at the highest level:
- associating a name with a dimension
- associating an index mapping with a dimension
- looking up an index in an index mapping
- translating a getindex call using some transformation into a getindex call on an underlying structure, then constructing a wrapped result
Named Dimensions
Index Lookup
Indexed Dimensions
getindex Translation
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the discussion in JuliaCollections/AxisArrays.jl issue 84, then review this issue's four planned concepts: named dimensions, index lookup, indexed dimensions, and getindex translation. The work is done when the replacement plan is fully written with clear scope for each concept.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100