Skip to content

Commit cea3b7f

Browse files
committed
Release 0.13.0
1 parent fad65de commit cea3b7f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ set(XTENSOR_R_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include)
1616
# Versionning
1717
# ===========
1818

19-
set(XTENSOR_REQUIRED_VERSION 0.21.4)
20-
set(XTL_REQUIRED_VERSION 0.6.9)
19+
set(XTENSOR_REQUIRED_VERSION 0.22.0)
20+
set(XTL_REQUIRED_VERSION 0.7.0)
2121

2222
set(XTENSOR_R_CONFIG_FILE
2323
"${XTENSOR_R_INCLUDE_DIR}/xtensor-r/xtensor_r_config.hpp")

README.md

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

102102
| `xtensor-r` | `xtensor` | `Rcpp` |
103103
|--------------|-----------|----------|
104-
| master | ^0.22.0 | ^1.0 |
104+
| master | ^0.23.0 | ^1.0 |
105+
| 0.13.0 | ^0.23.0 | ^1.0 |
105106
| 0.12.1 | ^0.21.4 | ^1.0 |
106107
| 0.12.0 | ^0.21.2 | ^1.0 |
107108
| 0.11.1 | ^0.20.8 | ^1.0 |

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- cmake
6-
- xtensor=0.22.0
6+
- xtensor=0.23.0
77
- r-base
88
- r-rcpp
99
# test dependencies

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 12
15-
#define XTENSOR_R_VERSION_PATCH 1
14+
#define XTENSOR_R_VERSION_MINOR 13
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)