We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a670216 commit 5dcbab5Copy full SHA for 5dcbab5
README.md
@@ -65,6 +65,7 @@ http://xtensor-blas.readthedocs.io/
65
| `xtensor-blas` | `xtensor` |
66
|-----------------|-----------|
67
| master | ^0.25.0 |
68
+| 0.21.0 | ^0.25.0 |
69
| 0.20.0 | ^0.24.0 |
70
| 0.19.2 | ^0.23.3 |
71
| 0.19.1 | ^0.23.3 |
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 20
+#define XTENSOR_BLAS_VERSION_MINOR 21
15
#define XTENSOR_BLAS_VERSION_PATCH 0
16
17
#ifndef XTENSOR_USE_FLENS_BLAS
0 commit comments