File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ - 3.0.5
2
+ - Upgraded Zephir dependency to 0.17
3
+
1
4
- 3.0.4
2
5
- Fixed bug in Vector less equal operation
3
6
Original file line number Diff line number Diff line change 4
4
"extension-name" : " tensor" ,
5
5
"description" : " A library and extension that provides objects for scientific computing in PHP." ,
6
6
"author" : " The Rubix ML Community" ,
7
- "version" : " 3.0.4 " ,
7
+ "version" : " 3.0.5 " ,
8
8
"verbose" : true ,
9
9
"extra-cflags" : " -O3" ,
10
10
"extra-libs" : " -lopenblas -llapacke -lgfortran" ,
Original file line number Diff line number Diff line change 11
11
#include "kernel/globals.h"
12
12
13
13
#define PHP_TENSOR_NAME "tensor"
14
- #define PHP_TENSOR_VERSION "3.0.4 "
14
+ #define PHP_TENSOR_VERSION "3.0.5 "
15
15
#define PHP_TENSOR_EXTNAME "tensor"
16
16
#define PHP_TENSOR_AUTHOR "The Rubix ML Community"
17
17
#define PHP_TENSOR_ZEPVERSION "0.17.0-$Id$"
You can’t perform that action at this time.
0 commit comments