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 ded2e9a commit 1c70936Copy full SHA for 1c70936
README.md
@@ -101,7 +101,8 @@ http://xtensor-r.readthedocs.io/
101
102
| `xtensor-r` | `xtensor` | `Rcpp` |
103
|--------------|-----------|----------|
104
-| master | ^0.26.0 | ^1.0 |
+| master | ^0.27.0 | ^1.0 |
105
+| 0.17.0 | ^0.27.0 | ^1.0 |
106
| 0.16.0 | ^0.26.0 | ^1.0 |
107
| 0.15.0 | ^0.25.0 | ^1.0 |
108
| 0.14.2 | ^0.24.4 | ^1.0 |
include/xtensor-r/xtensor_r_config.hpp
@@ -11,7 +11,7 @@
11
#define XTENSOR_R_CONFIG_HPP
12
13
#define XTENSOR_R_VERSION_MAJOR 0
14
-#define XTENSOR_R_VERSION_MINOR 16
+#define XTENSOR_R_VERSION_MINOR 17
15
#define XTENSOR_R_VERSION_PATCH 0
16
17
#ifndef XTENSOR_WARN_ON_COERCE
0 commit comments