1
+ <!--
2
+
3
+ @license Apache-2.0
4
+
5
+ Copyright (c) 2019 The Stdlib Authors.
6
+
7
+ Licensed under the Apache License, Version 2.0 (the "License");
8
+ you may not use this file except in compliance with the License.
9
+ You may obtain a copy of the License at
10
+
11
+ http://www.apache.org/licenses/LICENSE-2.0
12
+
13
+ Unless required by applicable law or agreed to in writing, software
14
+ distributed under the License is distributed on an "AS IS" BASIS,
15
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
+ See the License for the specific language governing permissions and
17
+ limitations under the License.
18
+
19
+ -->
20
+
1
21
# Roadmap
2
22
3
23
> Project roadmap.
@@ -22,10 +42,10 @@ Last, the final theme is documentation. Part of this effort will be continuing t
22
42
23
43
### Multi-dimensional Arrays
24
44
25
- - ` ndarray ` data structure
26
- - generalized ` ndarray ` API
27
- - engine for element -wise operations
28
- - engine for axis-wise operations
45
+ - broadcasting semantics
46
+ - ndarray engine for element-wise operations
47
+ - ndarray engine for axis -wise operations
48
+ - add vectorized array APIs
29
49
30
50
### Native Implementations
31
51
@@ -39,14 +59,13 @@ Last, the final theme is documentation. Part of this effort will be continuing t
39
59
- Additional chart types (bar, column, histogram)
40
60
- ASCII engine
41
61
- Canvas engine (including PNG output)
42
- - CLI
43
62
44
63
### Automation
45
64
46
- - Continuous integration environments
65
+ - Performance improvements to continuous integration environments
47
66
- Browser testing
48
67
- Package scaffolding tools
49
- - Linters (REPL text, JSDoc examples, and more )
68
+ - Package decomposition (independent package publishing )
50
69
51
70
### Documentation
52
71
0 commit comments