|
4 | 4 | [](https://dev.azure.com/xtensor-stack/xtensor-stack/_build/latest?definitionId=4&branchName=master) |
5 | 5 | [](https://scan.coverity.com/projects/xtensor) |
6 | 6 | [](https://xtensor.readthedocs.io/en/latest/?badge=latest) |
| 7 | +[](https://xtensor-stack.github.io/xtensor) |
7 | 8 | [](https://mybinder.org/v2/gh/xtensor-stack/xtensor/stable?filepath=notebooks%2Fxtensor.ipynb) |
8 | 9 | [](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
9 | 10 |
|
@@ -41,20 +42,10 @@ compilers are supported: |
41 | 42 |
|
42 | 43 | ### Package managers |
43 | 44 |
|
44 | | -If you are using Conan to manage your dependencies, merely add `xtensor/x.y.z@omaralvarez/public-conan` to your requires, where x.y.z is the release version you want to use. Please file issues in [conan-xtensor](https://github.com/omaralvarez/conan-xtensor) if you experience problems with the packages. Sample `conanfile.txt`: |
45 | | - |
46 | | -``` |
47 | | -[requires] |
48 | | -xtensor/0.20.8@omaralvarez/public-conan |
49 | | -
|
50 | | -[generators] |
51 | | -cmake |
52 | | -``` |
53 | | - |
54 | | -We also provide a package for the conda package manager: |
| 45 | +We provide a package for the mamba (or conda) package manager: |
55 | 46 |
|
56 | 47 | ```bash |
57 | | -conda install -c conda-forge xtensor |
| 48 | +mamba install -c conda-forge xtensor |
58 | 49 | ``` |
59 | 50 |
|
60 | 51 | ### Install from sources |
@@ -93,20 +84,17 @@ library: |
93 | 84 | | `xtensor` | `xtl` |`xsimd` (optional) | |
94 | 85 | |-----------|---------|-------------------| |
95 | 86 | | master | ^0.7.0 | ^7.4.8 | |
| 87 | +| 0.23.9 | ^0.7.0 | ^7.4.8 | |
| 88 | +| 0.23.8 | ^0.7.0 | ^7.4.8 | |
| 89 | +| 0.23.7 | ^0.7.0 | ^7.4.8 | |
| 90 | +| 0.23.6 | ^0.7.0 | ^7.4.8 | |
| 91 | +| 0.23.5 | ^0.7.0 | ^7.4.8 | |
| 92 | +| 0.23.4 | ^0.7.0 | ^7.4.8 | |
| 93 | +| 0.23.3 | ^0.7.0 | ^7.4.8 | |
| 94 | +| 0.23.2 | ^0.7.0 | ^7.4.8 | |
96 | 95 | | 0.23.1 | ^0.7.0 | ^7.4.8 | |
97 | 96 | | 0.23.0 | ^0.7.0 | ^7.4.8 | |
98 | 97 | | 0.22.0 | ^0.6.23 | ^7.4.8 | |
99 | | -| 0.21.10 | ^0.6.21 | ^7.4.8 | |
100 | | -| 0.21.9 | ^0.6.21 | ^7.4.8 | |
101 | | -| 0.21.8 | ^0.6.20 | ^7.4.8 | |
102 | | -| 0.21.7 | ^0.6.18 | ^7.4.8 | |
103 | | -| 0.21.6 | ^0.6.18 | ^7.4.8 | |
104 | | -| 0.21.5 | ^0.6.12 | ^7.4.6 | |
105 | | -| 0.21.4 | ^0.6.12 | ^7.4.6 | |
106 | | -| 0.21.3 | ^0.6.9 | ^7.4.4 | |
107 | | -| 0.21.2 | ^0.6.9 | ^7.4.4 | |
108 | | -| 0.21.1 | ^0.6.9 | ^7.4.2 | |
109 | | -| 0.21.0 | ^0.6.9 | ^7.4.2 | |
110 | 98 |
|
111 | 99 | The dependency on `xsimd` is required if you want to enable SIMD acceleration |
112 | 100 | in `xtensor`. This can be done by defining the macro `XTENSOR_USE_XSIMD` |
|
0 commit comments