From fc08f86119d7d078e5510394b124b7e84b3d80bf Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Sat, 30 Dec 2023 17:12:19 +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 5ed9425..1880ce0 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Important VS Code notes: * [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) +* [Trim Zeros of a 1d array](numpy/trim_zeros/README.md) * Iterating over an array / matrix - [nditer provides many ways to visit all the elements of one or more arrays](numpy/nditer/README.md) - [Replacing an inner for loop with apply_along_axis](numpy/iterating/README.md)