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 93ce11a commit 836a804Copy full SHA for 836a804
README.md
@@ -64,7 +64,8 @@ http://xtensor-blas.readthedocs.io/
64
65
| `xtensor-blas` | `xtensor` |
66
|-----------------|-----------|
67
-| master | ^0.26.0 |
+| master | ^0.27.0 |
68
+| 0.23.0 | ^0.27.0 |
69
| 0.22.0 | ^0.26.0 |
70
| 0.21.0 | ^0.25.0 |
71
| 0.20.0 | ^0.24.0 |
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 22
+#define XTENSOR_BLAS_VERSION_MINOR 23
15
#define XTENSOR_BLAS_VERSION_PATCH 0
16
17
#ifndef XTENSOR_USE_FLENS_BLAS
0 commit comments