We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cccb49 commit 139dba5Copy full SHA for 139dba5
3 files changed
README.md
@@ -18,7 +18,8 @@
18
19
| xframe | xtensor |
20
|----------|-----------|
21
-| master | ^0.19.3 |
+| master | ^0.20.0 |
22
+| 0.2.0 | ^0.20.0 |
23
| 0.1.0 | ^0.19.1 |
24
| 0.0.2 | ^0.19.1 |
25
| 0.0.1 | ^0.19.1 |
environment.yml
@@ -3,6 +3,6 @@ channels:
3
- QuantStack
4
- conda-forge
5
dependencies:
6
- - xframe=0.1.0
7
- - xeus-cling=0.4.11
+ - xframe=0.2.0
+ - xeus-cling=0.5.1
8
- notebook
include/xframe/xframe_config.hpp
@@ -10,7 +10,7 @@
10
#define XFRAME_CONFIG_HPP
11
12
#define XFRAME_VERSION_MAJOR 0
13
-#define XFRAME_VERSION_MINOR 1
+#define XFRAME_VERSION_MINOR 2
14
#define XFRAME_VERSION_PATCH 0
15
16
#include "xtl/xbasic_fixed_string.hpp"
0 commit comments