convert integers indexes to `int32`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 394
- Forks
- 95
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 7
Description
this is cause there is no signed int64 in javascript. Check https://github.com/gzuidhof/zarr.js/blob/1002181a4c6b5411e20fe2bd54533a4c75b4bbcc/src/nestedArray/types.ts#L39-L67
this should happen at anndata and shapes/points level
Contributor guide
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 by comparing the referenced zarr.js src/nestedArray/types.ts definitions with the repository’s AnnData and shapes/points entry points. Trace where integer indexes are represented at both levels, then verify that they use int32 consistently and remain compatible with JavaScript consumers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, python
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100