From 2e5f7ff6c1b1a689935a192a5750181a76792d9e Mon Sep 17 00:00:00 2001 From: kgryte Date: Wed, 20 Nov 2019 10:23:36 -0800 Subject: [PATCH] Update items --- ROADMAP.md | 33 ++++++++++++++++++++++++++------- 1 file changed, 26 insertions(+), 7 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index f2388b3ceea9..6a380dcc5839 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,3 +1,23 @@ + + # Roadmap > Project roadmap. @@ -22,10 +42,10 @@ Last, the final theme is documentation. Part of this effort will be continuing t ### Multi-dimensional Arrays -- `ndarray` data structure -- generalized `ndarray` API -- engine for element-wise operations -- engine for axis-wise operations +- broadcasting semantics +- ndarray engine for element-wise operations +- ndarray engine for axis-wise operations +- add vectorized array APIs ### Native Implementations @@ -39,14 +59,13 @@ Last, the final theme is documentation. Part of this effort will be continuing t - Additional chart types (bar, column, histogram) - ASCII engine - Canvas engine (including PNG output) -- CLI ### Automation -- Continuous integration environments +- Performance improvements to continuous integration environments - Browser testing - Package scaffolding tools -- Linters (REPL text, JSDoc examples, and more) +- Package decomposition (independent package publishing) ### Documentation