Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 470 Bytes

ROADMAP.md

File metadata and controls

12 lines (8 loc) · 470 Bytes

ROADMAP

[0.12.0]

  • more functionality of Pandas (without copying the API)
  • more functional style of the API (like Scala has)
  • 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)