From 2a1a71a0e958a99b7dfb76b41e4e2aebc1c60be6 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Tue, 27 Feb 2024 00:54:28 +0800 Subject: [PATCH] Update ideas.md --- docs/gsoc/ideas.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gsoc/ideas.md b/docs/gsoc/ideas.md index d03095b8..391e6a99 100644 --- a/docs/gsoc/ideas.md +++ b/docs/gsoc/ideas.md @@ -36,4 +36,5 @@ It would be nice to have a `numpy` module in pocketpy. `numpy` is a huge project. Our goal is to implement a most commonly used subset of `numpy` in pocketpy. You can mix C++ and Python code to simplify the overall workloads. + See https://github.com/pocketpy/pocketpy/issues/202 for more details.