Skip to content

Commit ba4d3bf

Browse files
committed
Upgraded to xtensor 0.18.0
1 parent 1e2fd66 commit ba4d3bf

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
- conda info -a
2525
- conda install gtest cmake -c conda-forge
2626
- conda install pytest numpy pybind11==2.2.1 -c conda-forge
27-
- conda install xtensor==0.17.3 -c QuantStack
27+
- conda install xtensor==0.18.0 -c QuantStack
2828
- "set PYTHONHOME=%MINICONDA%"
2929
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
3030
- nmake test_xtensor_python

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ install:
147147
else
148148
conda install pybind11==${PYBIND11_VERSION} -c conda-forge
149149
fi
150-
- conda install xtensor==0.17.3 -c QuantStack
150+
- conda install xtensor==0.18.0 -c QuantStack
151151
- cmake -D BUILD_TESTS=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda -D PYTHON_EXECUTABLE=$PY_EXE .
152152
- make -j2 test_xtensor_python
153153
- make install

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ from the `docs` subdirectory.
195195

196196
| `xtensor-python` | `xtensor` | `pybind11` |
197197
|------------------|-----------|------------------|
198-
| master | ^0.17.0 | ~2.2.1 |
198+
| master | ^0.18.0 | ~2.2.1 |
199199
| 0.20.x | ^0.17.0 | ~2.2.1 |
200200
| 0.19.x | ^0.16.0 | ~2.2.1 |
201201
| 0.18.x | ^0.16.0 | ~2.1.0 or ~2.2.1 |

include/xtensor-python/pycontainer.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
// Required because pyconfig.hpp defines copysign to _copysign
3030
#undef copysign
3131

32-
// TODO: remove this workaround when xtensor 0.18 is released
33-
#include "xtl/xmeta_utils.hpp"
34-
3532
#include <cmath>
3633
#include "xtensor/xcontainer.hpp"
3734

0 commit comments

Comments
 (0)