Skip to content

Commit 2e5f7ff

Browse files
committed
Update items
1 parent 1e0e9da commit 2e5f7ff

File tree

1 file changed

+26
-7
lines changed

1 file changed

+26
-7
lines changed

ROADMAP.md

+26-7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
# Roadmap
222

323
> Project roadmap.
@@ -22,10 +42,10 @@ Last, the final theme is documentation. Part of this effort will be continuing t
2242

2343
### Multi-dimensional Arrays
2444

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
2949

3050
### Native Implementations
3151

@@ -39,14 +59,13 @@ Last, the final theme is documentation. Part of this effort will be continuing t
3959
- Additional chart types (bar, column, histogram)
4060
- ASCII engine
4161
- Canvas engine (including PNG output)
42-
- CLI
4362

4463
### Automation
4564

46-
- Continuous integration environments
65+
- Performance improvements to continuous integration environments
4766
- Browser testing
4867
- Package scaffolding tools
49-
- Linters (REPL text, JSDoc examples, and more)
68+
- Package decomposition (independent package publishing)
5069

5170
### Documentation
5271

0 commit comments

Comments
 (0)