From 76186d867d901e93728084604b78486d793668f9 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Thu, 13 Jul 2017 18:42:15 +0200 Subject: [PATCH 1/5] Add arraymancer Arraymancer is a tensor / multidimensional array --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index fef7fce..82ecaf6 100644 --- a/packages.json +++ b/packages.json @@ -6723,5 +6723,22 @@ "description": "Pack rects into bigger rect", "license": "MIT", "web": "https://github.com/yglukhov/rect_packer" - } + }, + { + "name": "arraymancer", + "url": "https://github.com/mratsim/Arraymancer", + "method": "git", + "tags": [ + "vector", + "matrix", + "array", + "ndarray", + "multidimensional-array" + "linear-algebra", + "tensor" + ], + "description": "A tensor (multidimensional array) library for Nim", + "license": "Apache License 2.0", + "web": "https://mratsim.github.io/Arraymancer/" + }, ] From e9f08e333079d70ea4e599458f223aad49ed3d9d Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Fri, 14 Jul 2017 00:07:47 +0200 Subject: [PATCH 2/5] Remove trailing comma --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 82ecaf6..7b65cd1 100644 --- a/packages.json +++ b/packages.json @@ -6740,5 +6740,5 @@ "description": "A tensor (multidimensional array) library for Nim", "license": "Apache License 2.0", "web": "https://mratsim.github.io/Arraymancer/" - }, + } ] From a7438c7d2e4d4068e699e52d64ce798a10e199e9 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Fri, 14 Jul 2017 00:21:18 +0200 Subject: [PATCH 3/5] add missing comma --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 7b65cd1..3a50ebb 100644 --- a/packages.json +++ b/packages.json @@ -6733,7 +6733,7 @@ "matrix", "array", "ndarray", - "multidimensional-array" + "multidimensional-array", "linear-algebra", "tensor" ], From d08a994fa07aaec9c3c7226602a500347bd3d1d3 Mon Sep 17 00:00:00 2001 From: Mike Pechkin Date: Sun, 16 Jul 2017 19:37:55 +0300 Subject: [PATCH 4/5] add sha3 library --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3a50ebb..9e50a25 100644 --- a/packages.json +++ b/packages.json @@ -6740,5 +6740,19 @@ "description": "A tensor (multidimensional array) library for Nim", "license": "Apache License 2.0", "web": "https://mratsim.github.io/Arraymancer/" + }, + { + "name": "sha3", + "url": "https://bitbucket.org/mihailp/sha3/", + "method": "hg", + "tags": [ + "crypto", + "cryptography", + "hash", + "security" + ], + "description": "sha3 - cryptographic hash function", + "license": "CC0", + "web": "https://bitbucket.org/mihailp/sha3/" } ] From 4fbcb58ed95df53ffde820392d914b9dcaea52ba Mon Sep 17 00:00:00 2001 From: piedar Date: Mon, 17 Jul 2017 01:18:59 -0400 Subject: [PATCH 5/5] add coalesce --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9e50a25..1dee599 100644 --- a/packages.json +++ b/packages.json @@ -6754,5 +6754,19 @@ "description": "sha3 - cryptographic hash function", "license": "CC0", "web": "https://bitbucket.org/mihailp/sha3/" + }, + { + "name": "coalesce", + "url": "https://github.com/piedar/coalesce", + "method": "git", + "tags": [ + "nil", + "null", + "options", + "operator" + ], + "description": "A nil coalescing operator ?? for Nim", + "license": "MIT", + "web": "https://github.com/piedar/coalesce" } ]