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