Skip to content

[Autoloop] [Autoloop: build-tsb-pandas-typescript-migration]#15

Merged
mrjf merged 2 commits intomainfrom
autoloop/build-tsb-pandas-typescript-migration-bdf4100e5aade1f0
Apr 4, 2026
Merged

[Autoloop] [Autoloop: build-tsb-pandas-typescript-migration]#15
mrjf merged 2 commits intomainfrom
autoloop/build-tsb-pandas-typescript-migration-bdf4100e5aade1f0

Conversation

@mrjf
Copy link
Copy Markdown
Contributor

@mrjf mrjf commented Apr 4, 2026

Add Dtype immutable singleton system (16 pandas dtypes with kind, itemsize, casting rules, and inferFrom), implement Series (1-D labeled array with dtype inference, element access, arithmetic, comparison, boolean masking, statistical aggregation, sorting, and manipulation), plus comprehensive tests. Fix pre-existing noUncheckedIndexedAccess errors in base-index.ts.

Run: https://github.com/githubnext/tsessebe/actions/runs/23968306924

Add Dtype immutable singleton system (16 pandas dtypes with kind, itemsize,
casting rules, and inferFrom), implement Series<T> (1-D labeled array with
dtype inference, element access, arithmetic, comparison, boolean masking,
statistical aggregation, sorting, and manipulation), plus comprehensive
tests. Fix pre-existing noUncheckedIndexedAccess errors in base-index.ts.

Run: https://github.com/githubnext/tsessebe/actions/runs/23968306924

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@mrjf
Copy link
Copy Markdown
Contributor Author

mrjf commented Apr 4, 2026

@copilot resolve merge conflicts

…main's base-index.ts signatures

Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 4, 2026

@copilot resolve merge conflicts

Merge conflicts resolved in commit 310e0aa. The conflicts were in src/core/base-index.ts (kept main's wider type signatures), tests/core/index.test.ts (kept main's cleaner version), src/core/index.ts and src/index.ts (kept both main's Index/RangeIndex exports and our new Dtype/Series exports). All 218 tests pass and typecheck is clean.

Copilot finished work on behalf of mrjf April 4, 2026 04:05
@mrjf mrjf merged commit 806eff2 into main Apr 4, 2026
4 checks passed
@mrjf mrjf deleted the autoloop/build-tsb-pandas-typescript-migration-bdf4100e5aade1f0 branch April 4, 2026 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants