π€ from Claude
Sub-issue of #48 (v1.0 sweep), Tier-2 docs.
Scope
User-facing documentation for the morton_index datatype skin landed in #51:
- The pandas
ExtensionArray (MortonIndexArray / MortonIndexDtype) and the pyarrow ExtensionType β construction, round-tripping, and the optional-dependency story (numpy stays the only runtime dep; pandas/pyarrow are extras).
- How the dtype wraps the packed-u64 kernel, and what the user sees (repr, order accessor).
- A forward pointer to the deferred NEP-42 operator grammar so users know what is and isn't supported in 1.x.
Acceptance criteria
A markdown page (under docs/) with runnable examples gated on the pandas/pyarrow extras.
Refs #48, #51.
π€ from Claude
Sub-issue of #48 (v1.0 sweep), Tier-2 docs.
Scope
User-facing documentation for the
morton_indexdatatype skin landed in #51:ExtensionArray(MortonIndexArray/MortonIndexDtype) and the pyarrowExtensionTypeβ construction, round-tripping, and the optional-dependency story (numpy stays the only runtime dep; pandas/pyarrow are extras).Acceptance criteria
A markdown page (under
docs/) with runnable examples gated on thepandas/pyarrowextras.Refs #48, #51.