Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit520e4f8

Browse files
committed
Release 0.28.0
1 parent1d59c29 commit520e4f8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Both containers enable the numpy-style APIs of xtensor (see [the numpy to xtenso
5151
```cpp
5252
#include<numeric>// Standard library import for std::accumulate
5353
#include<pybind11/pybind11.h>// Pybind11 import to define Python bindings
54-
#include<xtensor/xmath.hpp>// xtensor import for the C++ universal functions
54+
#include<xtensor/core/xmath.hpp>// xtensor import for the C++ universal functions
5555
#defineFORCE_IMPORT_ARRAY
5656
#include<xtensor-python/pyarray.hpp>// Numpy bindings
5757

@@ -205,6 +205,7 @@ from the `docs` subdirectory.
205205
|`xtensor-python`|`xtensor`|`pybind11`|
206206
|------------------|-----------|------------------|
207207
| master| ^0.26.0| >=2.6.1,<3|
208+
| 0.28.0| ^0.26.0| >=2.6.1,<3|
208209
| 0.27.0| ^0.25.0| >=2.6.1,<3|
209210
| 0.26.1| ^0.24.0|~2.4.3|
210211
| 0.26.0| ^0.24.0|~2.4.3|

‎include/xtensor-python/xtensor_python_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#defineXTENSOR_PYTHON_CONFIG_HPP
1212

1313
#defineXTENSOR_PYTHON_VERSION_MAJOR0
14-
#defineXTENSOR_PYTHON_VERSION_MINOR27
14+
#defineXTENSOR_PYTHON_VERSION_MINOR28
1515
#defineXTENSOR_PYTHON_VERSION_PATCH0
1616

1717
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp