Athan
Athan
- [x] Excel add-on (conceptually similar to GSheets add-on - Issue: https://github.com/stdlib-js/google-summer-of-code/issues/35
- [x] C implementations for special mathematical functions - Issue: https://github.com/stdlib-js/google-summer-of-code/issues/34
@Planeshifter Do you have any ML/AI ideas? Possibly related to tooling or developer experience?
- [x] incremental machine learning algorithms (`@stdlib/ml/incr`) - Issue: https://github.com/stdlib-js/google-summer-of-code/issues/37
- Writing matrix format parsers and loaders (e.g., Matrix Market, NumPy `npy` format, etc)
- Implementing ndarray APIs to achieve [Data APIs specification](https://data-apis.org/array-api/latest) compliance.
- Promise APIs
- [x] explicit BLAS implementations and native add-ons - Issue: https://github.com/stdlib-js/google-summer-of-code/issues/36 - [ ] refactor add-on compilation to support a single shared library
- add DLPack support to stdlib (see https://data-apis.org/array-api/latest/design_topics/data_interchange.html#data-interchange)
- Apache Arrow support (main concern is future maintenance burden associated with keeping updated with latest Arrow version)