Kotlin / Kotlin/kotlin-numpy

Would be nice if KtNDArray implemented Iterable.

Open
#16 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
322
Forks
9
PR merge metrics
No merged PRs in 30d

Description

Now when passing 1d KtNDArray as a data series to lets-plot user have to explicitly call `toList()`.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating KtNDArray and its existing toList conversion path, then check how a 1D array is passed as a data series to lets-plot. Implement the Iterable behavior so callers can pass a 1D KtNDArray without explicitly calling toList(), and verify that iteration produces the same elements as the current conversion.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
data
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.