File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
2222 - conda update -q conda
2323 - conda info -a
2424 - conda install gtest cmake -c conda-forge
25- - conda install pytest numpy pybind11==2.2.1 xtensor==0.20.4 -c conda-forge
25+ - conda install pytest numpy pybind11==2.2.1 xtensor==0.20.6 -c conda-forge
2626 - " set PYTHONHOME=%MINICONDA%"
2727 - cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
2828 - nmake test_xtensor_python
Original file line number Diff line number Diff 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.20.4 -c conda-forge
150+ - conda install xtensor==0.20.6 -c conda-forge
151151 - cmake -D DOWNLOAD_GTEST=ON -D CMAKE_INSTALL_PREFIX=$HOME/miniconda -D PYTHON_EXECUTABLE=$PY_EXE .
152152 - make -j2 test_xtensor_python
153153 - make install
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ from the `docs` subdirectory.
195195
196196| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
197197| ------------------| -----------| ------------------|
198- | master | ^0.20.4 | ~ 2.2.1 |
198+ | master | ^0.20.6 | ~ 2.2.1 |
199199| 0.23.0 | ^0.20.4 | ~ 2.2.1 |
200200| 0.22.x | ^0.19.0 | ~ 2.2.1 |
201201| 0.21.x | ^0.18.0 | ~ 2.2.1 |
Original file line number Diff line number Diff line change @@ -464,6 +464,8 @@ namespace xt
464464 {
465465 std::allocator<long long > a;
466466 std::allocator<unsigned long long > b;
467+ std::allocator<double > c;
468+ std::allocator<std::complex <double >> d;
467469 }
468470 }
469471#endif
You can’t perform that action at this time.
0 commit comments