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 d2af83b commit b92f69aCopy full SHA for b92f69a
README.md
@@ -101,7 +101,8 @@ http://xtensor-r.readthedocs.io/
101
102
| `xtensor-r` | `xtensor` | `Rcpp` |
103
|--------------|-----------|----------|
104
-| master | ^0.24.0 | ^1.0 |
+| master | ^0.24.4 | ^1.0 |
105
+| 0.14.2 | ^0.24.4 | ^1.0 |
106
| 0.14.1 | ^0.24.0 | ^1.0 |
107
| 0.14.0 | ^0.24.0 | ^1.0 |
108
| 0.13.0 | ^0.23.0 | ^1.0 |
include/xtensor-r/xtensor_r_config.hpp
@@ -12,7 +12,7 @@
12
13
#define XTENSOR_R_VERSION_MAJOR 0
14
#define XTENSOR_R_VERSION_MINOR 14
15
-#define XTENSOR_R_VERSION_PATCH 1
+#define XTENSOR_R_VERSION_PATCH 2
16
17
#ifndef XTENSOR_WARN_ON_COERCE
18
#define XTENSOR_WARN_ON_COERCE 1
0 commit comments