Skip to content

Commit f965b26

Browse files
committed
Release 0.15.0
1 parent c20f7a4 commit f965b26

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,14 @@ http://xtensor-r.readthedocs.io/
101101

102102
| `xtensor-r` | `xtensor` | `Rcpp` |
103103
|--------------|-----------|----------|
104-
| master | ^0.24.4 | ^1.0 |
104+
| master | ^0.25.0 | ^1.0 |
105+
| 0.15.0 | ^0.25.0 | ^1.0 |
105106
| 0.14.2 | ^0.24.4 | ^1.0 |
106107
| 0.14.1 | ^0.24.0 | ^1.0 |
107108
| 0.14.0 | ^0.24.0 | ^1.0 |
108109
| 0.13.0 | ^0.23.0 | ^1.0 |
109110
| 0.12.1 | ^0.21.4 | ^1.0 |
110111
| 0.12.0 | ^0.21.2 | ^1.0 |
111-
| 0.11.1 | ^0.20.8 | ^1.0 |
112-
| 0.11.0 | ^0.20.4 | ^1.0 |
113-
| 0.10.0 | ^0.19.4 | ^1.0 |
114-
| 0.9.0 | ^0.19.0 | ^1.0 |
115-
| 0.8.2 | ^0.18.2 | ^0.12.11 |
116-
| 0.8.1 | ^0.18.1 | ^0.12.11 |
117-
| 0.8.0 | ^0.18.0 | ^0.12.11 |
118112

119113
- Core `xtensor` headers are vendored in the CRAN package.
120114
- When using the conda, or debian package managers, xtensor-r has a dependency on xtensor.

include/xtensor-r/xtensor_r_config.hpp

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

1313
#define XTENSOR_R_VERSION_MAJOR 0
14-
#define XTENSOR_R_VERSION_MINOR 14
15-
#define XTENSOR_R_VERSION_PATCH 2
14+
#define XTENSOR_R_VERSION_MINOR 15
15+
#define XTENSOR_R_VERSION_PATCH 0
1616

1717
#ifndef XTENSOR_WARN_ON_COERCE
1818
#define XTENSOR_WARN_ON_COERCE 1

0 commit comments

Comments
 (0)