diff --git a/README.md b/README.md index 66631f7..a72c1df 100644 --- a/README.md +++ b/README.md @@ -24,26 +24,26 @@ TODO: Write usage instructions here, but first write the library... ## Roadmap -[ ] Apetite - [ ] Array Objects - [ ] 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)) - [ ] Scalars - [ ] Indexing - [ ] Routines - [ ] Binary Operations - [ ] String Operations - [ ] FFT (see [numpy.fft](https://docs.scipy.org/doc/numpy/reference/routines.fft.html)) - [ ] Financial Functions - [ ] LinAlg (see [numpy.linalg](https://docs.scipy.org/doc/numpy/reference/routines.linalg.html)) - [ ] Logic Functions - [ ] Mathematical Functions - [ ] Matlib (see [numpy.matlib](https://docs.scipy.org/doc/numpy/reference/routines.matlib.html)) - [ ] Padding Arrays - [ ] Polynomials - [ ] Random (see [numpy.random](https://docs.scipy.org/doc/numpy/reference/routines.random.html)) - [ ] Sorting, Searching, and Counting - [ ] Statistics +- [ ] Apetite + - [ ] Array Objects + - [ ] 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)) + - [ ] Scalars + - [ ] Indexing + - [ ] Routines + - [ ] Binary Operations + - [ ] String Operations + - [ ] FFT (see [numpy.fft](https://docs.scipy.org/doc/numpy/reference/routines.fft.html)) + - [ ] Financial Functions + - [ ] LinAlg (see [numpy.linalg](https://docs.scipy.org/doc/numpy/reference/routines.linalg.html)) + - [ ] Logic Functions + - [ ] Mathematical Functions + - [ ] Matlib (see [numpy.matlib](https://docs.scipy.org/doc/numpy/reference/routines.matlib.html)) + - [ ] Padding Arrays + - [ ] Polynomials + - [ ] Random (see [numpy.random](https://docs.scipy.org/doc/numpy/reference/routines.random.html)) + - [ ] Sorting, Searching, and Counting + - [ ] Statistics ## Contributing