From dd586c27506e7350dcc1190f0ef39c73c7a617c8 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 29 Dec 2023 18:07:44 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e513925..7987ced 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ Important VS Code notes: ## Numpy: Special topics * [Memory layout of Numpy matrices](numpy/layout/README.md) +* [Stack and Split, Compress](numpy/stack_split/README.md) * [Beyond normal np.save](numpy/save_special/README.md) * [nditer provides many ways to visit all the elements of one or more arrays](numpy/nditer/README.md) * [Manipulation of integers and their bits](numpy/bits_and_integers​/README.md)