Update README

This commit is contained in:
Chris Watson 2019-05-04 19:35:15 -07:00
parent 35e0ca23b8
commit 444e04a326
1 changed files with 20 additions and 20 deletions

View File

@ -24,26 +24,26 @@ TODO: Write usage instructions here, but first write the library...
## Roadmap ## Roadmap
[ ] Apetite - [ ] Apetite
[ ] Array Objects - [ ] Array Objects
[ ] NArray (see [numpy.ndarray](https://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html)) - [ ] NArray (see [numpy.ndarray](https://docs.scipy.org/doc/numpy/reference/arrays.ndarray.html))
[ ] DType (see [numpy.dtype](https://docs.scipy.org/doc/numpy/reference/arrays.dtypes.html)) - [ ] DType (see [numpy.dtype](https://docs.scipy.org/doc/numpy/reference/arrays.dtypes.html))
[ ] Scalars - [ ] Scalars
[ ] Indexing - [ ] Indexing
[ ] Routines - [ ] Routines
[ ] Binary Operations - [ ] Binary Operations
[ ] String Operations - [ ] String Operations
[ ] FFT (see [numpy.fft](https://docs.scipy.org/doc/numpy/reference/routines.fft.html)) - [ ] FFT (see [numpy.fft](https://docs.scipy.org/doc/numpy/reference/routines.fft.html))
[ ] Financial Functions - [ ] Financial Functions
[ ] LinAlg (see [numpy.linalg](https://docs.scipy.org/doc/numpy/reference/routines.linalg.html)) - [ ] LinAlg (see [numpy.linalg](https://docs.scipy.org/doc/numpy/reference/routines.linalg.html))
[ ] Logic Functions - [ ] Logic Functions
[ ] Mathematical Functions - [ ] Mathematical Functions
[ ] Matlib (see [numpy.matlib](https://docs.scipy.org/doc/numpy/reference/routines.matlib.html)) - [ ] Matlib (see [numpy.matlib](https://docs.scipy.org/doc/numpy/reference/routines.matlib.html))
[ ] Padding Arrays - [ ] Padding Arrays
[ ] Polynomials - [ ] Polynomials
[ ] Random (see [numpy.random](https://docs.scipy.org/doc/numpy/reference/routines.random.html)) - [ ] Random (see [numpy.random](https://docs.scipy.org/doc/numpy/reference/routines.random.html))
[ ] Sorting, Searching, and Counting - [ ] Sorting, Searching, and Counting
[ ] Statistics - [ ] Statistics
## Contributing ## Contributing