From 1055bcb22e34ff873fbed8fa976ac2d701d7e015 Mon Sep 17 00:00:00 2001 From: Engin Kayraklioglu Date: Fri, 22 Nov 2024 15:54:00 -0800 Subject: [PATCH] Add Arkouda to the list of frameworks Signed-off-by: Engin Kayraklioglu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d93c32..d8ca578 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ portability, and reproducibility. Below is an incomplete list of framework for developing HPC applications in Python and brief descriptions. +* [Arkouda](https://arkouda-www.github.io/) - A numpy/pandas inspired Python library backed by [Chapel](https://chapel-lang.org/) * [Charm4py](https://charm4py.readthedocs.io) - Charm++ programming model in Python * [CuPy](https://cupy.dev) - NumPy/SciPy-compatible Array Library for GPU-accelerated Computing with Python * [cuPyNumeric](https://developer.nvidia.com/cupynumeric) - Write NumPy, run automatically on clusters of CPUs and GPUs