-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54b035e
commit c1480de
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# ROADMAP | ||
|
||
## [0.12.0] | ||
|
||
- more functionality of [Pandas](https://pandas.pydata.org/pandas-docs/stable/reference/index.html) (without copying the API) | ||
- more functional style of the API ([like Scala has](https://www.scala-lang.org/api/current/scala/collection/immutable/List.html)) | ||
- deprecate API parts not fitting the functional style | ||
|
||
## [0.13.0] | ||
|
||
- maybe Go Generics are in place | ||
- see, how we can shift towards more typesavety (using interface{} everywhere is ugly) |