diff options
| author | mattip <matti.picus@gmail.com> | 2023-03-30 16:54:07 +0300 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2023-03-30 16:55:10 +0300 |
| commit | 1f1a7ed3ba0488689f3e89274421048038d530bd (patch) | |
| tree | 5b22325b012f13d0d80926dc007f05639b45855b /doc | |
| parent | d1306cbb594bc78d9fef50924fb64d71e299d21a (diff) | |
| download | numpy-1f1a7ed3ba0488689f3e89274421048038d530bd.tar.gz | |
DOC: add a release note
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release/upcoming_changes/18053.new_feature.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/upcoming_changes/18053.new_feature.rst b/doc/release/upcoming_changes/18053.new_feature.rst new file mode 100644 index 000000000..fea04f79a --- /dev/null +++ b/doc/release/upcoming_changes/18053.new_feature.rst @@ -0,0 +1,4 @@ +``np.einsum`` now accepts arrays with ``object`` dtype +------------------------------------------------------ +The code path will call python operators on object dtype arrays, much +like ``np.dot`` and ``np.matmul``. |
