Skip to content

Commit 674220c

Browse files
committed
updated change log
1 parent 0d1379d commit 674220c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

code/ulab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#include "user/user.h"
3535

36-
#define ULAB_VERSION 2.3.2
36+
#define ULAB_VERSION 2.3.3
3737
#define xstr(s) str(s)
3838
#define str(s) #s
3939
#define ULAB_VERSION_STRING xstr(ULAB_VERSION) xstr(-) xstr(ULAB_MAX_DIMS) xstr(D)

docs/ulab-change-log.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
Mon, 8 Feb 2021
28

39
version 2.3.2

0 commit comments

Comments
 (0)