Skip to content

feat: Implement Series methods array, empty, copy, to_numpy, to_list, and __iter__ - #14

Merged
tswast merged 1 commit into
mainfrom
feature/add-series-methods
Sep 18, 2025
Merged

feat: Implement Series methods array, empty, copy, to_numpy, to_list, and __iter__#14
tswast merged 1 commit into
mainfrom
feature/add-series-methods

Conversation

@tswast

@tswast tswast commented Sep 18, 2025

Copy link
Copy Markdown
Collaborator

This change implements six new methods for the leanframe.core.series.Series class: array, empty, copy, to_numpy, to_list, and __iter__.

These methods are implemented to be compatible with the pandas API, as specified in specs/2025-09-16-series-methods.md.

Unit tests have been added for each new method to ensure correctness.

This change implements six new methods for the `leanframe.core.series.Series` class: `array`, `empty`, `copy`, `to_numpy`, `to_list`, and `__iter__`.

These methods are implemented to be compatible with the pandas API, as specified in `specs/2025-09-16-series-methods.md`.

Unit tests have been added for each new method to ensure correctness.
@tswast tswast changed the title feat: Implement six new Series methods feat: Implement Series methods array, empty, copy, to_numpy, to_list, and __iter__. Sep 18, 2025
@tswast tswast changed the title feat: Implement Series methods array, empty, copy, to_numpy, to_list, and __iter__. feat: Implement Series methods array, empty, copy, to_numpy, to_list, and __iter__ Sep 18, 2025
@tswast
tswast merged commit 49bc6dd into main Sep 18, 2025
6 checks passed
@tswast
tswast deleted the feature/add-series-methods branch September 18, 2025 20:59
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.

1 participant