Skip to content

Commit 06c8cad

Browse files
committed
Release 0.17.0
1 parent 51a5705 commit 06c8cad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ http://xtensor-blas.readthedocs.io/
6565
| `xtensor-blas` | `xtensor` |
6666
|-----------------|-----------|
6767
| master | ^0.21.1 |
68+
| 0.17.0 | ^0.21.1 |
6869
| 0.16.1 | ^0.20.4 |
6970
| 0.16.0 | ^0.20.0 |
7071
| 0.15.2 | ^0.19.0 |

include/xtensor-blas/xblas_config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#define XBLAS_CONFIG_HPP
1212

1313
#define XTENSOR_BLAS_VERSION_MAJOR 0
14-
#define XTENSOR_BLAS_VERSION_MINOR 16
15-
#define XTENSOR_BLAS_VERSION_PATCH 1
14+
#define XTENSOR_BLAS_VERSION_MINOR 17
15+
#define XTENSOR_BLAS_VERSION_PATCH 0
1616

1717
#ifndef XTENSOR_USE_FLENS_BLAS
1818
#define HAVE_CBLAS 1

0 commit comments

Comments
 (0)