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 d602119 commit 910b6f1Copy full SHA for 910b6f1
README.md
@@ -65,6 +65,7 @@ http://xtensor-blas.readthedocs.io/
65
| `xtensor-blas` | `xtensor` |
66
|-----------------|-----------|
67
| master | ^0.23.0 |
68
+| 0.19.0 | ^0.23.0 |
69
| 0.18.0 | ^0.22.0 |
70
| 0.17.2 | ^0.21.4 |
71
| 0.17.1 | ^0.21.2 |
include/xtensor-blas/xblas_config.hpp
@@ -11,7 +11,7 @@
11
#define XBLAS_CONFIG_HPP
12
13
#define XTENSOR_BLAS_VERSION_MAJOR 0
14
-#define XTENSOR_BLAS_VERSION_MINOR 18
+#define XTENSOR_BLAS_VERSION_MINOR 19
15
#define XTENSOR_BLAS_VERSION_PATCH 0
16
17
#ifndef XTENSOR_USE_FLENS_BLAS
0 commit comments