We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1379d commit 674220cCopy full SHA for 674220c
code/ulab.c
@@ -33,7 +33,7 @@
33
34
#include "user/user.h"
35
36
-#define ULAB_VERSION 2.3.2
+#define ULAB_VERSION 2.3.3
37
#define xstr(s) str(s)
38
#define str(s) #s
39
#define ULAB_VERSION_STRING xstr(ULAB_VERSION) xstr(-) xstr(ULAB_MAX_DIMS) xstr(D)
docs/ulab-change-log.md
@@ -1,3 +1,9 @@
1
+Tue, 9 Feb 2021
2
+
3
+version 2.3.3
4
5
+ linalg.norm should now work with the axis keyword argument
6
7
Mon, 8 Feb 2021
8
9
version 2.3.2
0 commit comments