Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 821dda2

Browse filesBrowse files
authored
Merge pull request #84 from JohanMabille/upgrade_xtensor
upgraded to xtensor 0.18.0
2 parents 9ebbdc1 + 4da6f05 commit 821dda2
Copy full SHA for 821dda2

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ cmake -D JlCxx_DIR=/path/to/.julia/v0.6/CxxWrap/deps/usr/lib/cmake/JlCxx -D BUIL
164164

165165
| `Xtensor.jl` | `xtensor` | `xtensor-julia` | `CxxWrap` |
166166
|--------------|----------------|-----------------| -----------|
167-
| master | >=0.17.1,<0.18 | 0.4.0 | >=0.6,<0.7 |
167+
| master | >=0.18.0,<0.19 | 0.5.0 | >=0.6,<0.7 |
168168
| 0.4.0 | >=0.17.1,<0.18 | 0.4.0 | >=0.6,<0.7 |
169169
| 0.3.0 | >=0.16.3,<0.17 | 0.3.0 | >=0.6,<0.7 |
170170
| 0.2.1 | >=0.16.1,<0.17 | | >=0.5,<0.6 |

‎deps/build.jl

Copy file name to clipboardExpand all lines: deps/build.jl
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ for l in example_labels
4545
end
4646

4747
# Version of xtl to vendor
48-
xtl_version = "0.4.14"
48+
xtl_version = "0.4.16"
4949

5050
# Version of xtensor to vendor
51-
xtensor_version = "0.17.1"
51+
xtensor_version = "0.18.0"
5252

5353
# Version of xtensor-julia to vendor
54-
xtensor_julia_version = "0.4.0"
54+
xtensor_julia_version = "0.5.0"
5555

5656
xtl_steps = @build_steps begin
5757
`git clone -b $xtl_version --single-branch https://github.com/QuantStack/xtl $xtl_srcdir`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.