Skip to content

Commit

Permalink
Implement new aliases introduced in NumPy 2.0 - Part II (#2099)
Browse files Browse the repository at this point in the history
* implement new aliases introduced in NumPy 2.0

* address comments

* update linalg.rst bd6562a
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 8b446ae commit 2820d89
Show file tree
Hide file tree
Showing 572 changed files with 6,197 additions and 2,666 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 49c8835f5f8f7dfd36221e390f3d39df
config: b2e3243364685015830d4440c49f4d50
tags: 645f666f9bcd5a90fca523b33c5a78b7
6 changes: 3 additions & 3 deletions _modules/dpnp/dpnp_array.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dpnp.dpnp_array &mdash; Data Parallel Extension for NumPy 0.17.0dev0+40.g63e641f6d5 documentation</title>
<title>dpnp.dpnp_array &mdash; Data Parallel Extension for NumPy 0.17.0dev0+41.gbd6562a5487 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />

Expand All @@ -23,7 +23,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=a0754131"></script>
<script src="../../_static/documentation_options.js?v=d0c32325"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand All @@ -43,7 +43,7 @@
Data Parallel Extension for NumPy
</a>
<div class="version">
0.17.0dev0+40.g63e641f6d5
0.17.0dev0+41.gbd6562a5487
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions _modules/dpnp/dpnp_flatiter.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dpnp.dpnp_flatiter &mdash; Data Parallel Extension for NumPy 0.17.0dev0+40.g63e641f6d5 documentation</title>
<title>dpnp.dpnp_flatiter &mdash; Data Parallel Extension for NumPy 0.17.0dev0+41.gbd6562a5487 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />

Expand All @@ -23,7 +23,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=a0754131"></script>
<script src="../../_static/documentation_options.js?v=d0c32325"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand All @@ -43,7 +43,7 @@
Data Parallel Extension for NumPy
</a>
<div class="version">
0.17.0dev0+40.g63e641f6d5
0.17.0dev0+41.gbd6562a5487
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
6 changes: 3 additions & 3 deletions _modules/dpnp/dpnp_iface.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dpnp.dpnp_iface &mdash; Data Parallel Extension for NumPy 0.17.0dev0+40.g63e641f6d5 documentation</title>
<title>dpnp.dpnp_iface &mdash; Data Parallel Extension for NumPy 0.17.0dev0+41.gbd6562a5487 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />

Expand All @@ -23,7 +23,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=a0754131"></script>
<script src="../../_static/documentation_options.js?v=d0c32325"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand All @@ -43,7 +43,7 @@
Data Parallel Extension for NumPy
</a>
<div class="version">
0.17.0dev0+40.g63e641f6d5
0.17.0dev0+41.gbd6562a5487
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down
53 changes: 27 additions & 26 deletions _modules/dpnp/dpnp_iface_arraycreation.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>dpnp.dpnp_iface_arraycreation &mdash; Data Parallel Extension for NumPy 0.17.0dev0+40.g63e641f6d5 documentation</title>
<title>dpnp.dpnp_iface_arraycreation &mdash; Data Parallel Extension for NumPy 0.17.0dev0+41.gbd6562a5487 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />

Expand All @@ -23,7 +23,7 @@

<script src="../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../_static/documentation_options.js?v=a0754131"></script>
<script src="../../_static/documentation_options.js?v=d0c32325"></script>
<script src="../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../_static/js/theme.js"></script>
Expand All @@ -43,7 +43,7 @@
Data Parallel Extension for NumPy
</a>
<div class="version">
0.17.0dev0+40.g63e641f6d5
0.17.0dev0+41.gbd6562a5487
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
Expand Down Expand Up @@ -323,7 +323,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -442,7 +442,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Parameter `subok` is supported only with default value ``False``.</span>
<span class="sd"> Parameter `ndmin` is supported only with default value ``0``.</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -567,7 +567,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -682,7 +682,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -779,7 +779,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -895,7 +895,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -1010,7 +1010,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `subok` is supported only with default value ``False``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> Returns</span>
<span class="sd"> -------</span>
Expand Down Expand Up @@ -1349,7 +1349,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -1456,7 +1456,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `subok` is supported only with default value ``False``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -1570,7 +1570,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -1682,7 +1682,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> Notes</span>
<span class="sd"> -----</span>
Expand Down Expand Up @@ -1799,7 +1799,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> Notes</span>
<span class="sd"> -----</span>
Expand Down Expand Up @@ -1923,7 +1923,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> Notes</span>
<span class="sd"> -----</span>
Expand Down Expand Up @@ -2033,7 +2033,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> Notes</span>
<span class="sd"> -----</span>
Expand Down Expand Up @@ -2136,7 +2136,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> Notes</span>
<span class="sd"> -----</span>
Expand Down Expand Up @@ -2226,7 +2226,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -2336,7 +2336,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `subok` is supported only with default value ``False``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -2566,7 +2566,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is currently not supported.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -2796,7 +2796,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> Notes</span>
<span class="sd"> -----</span>
Expand Down Expand Up @@ -3287,7 +3287,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -3400,7 +3400,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `subok` is supported only with default value ``False``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -3493,6 +3493,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
<span class="sd"> :obj:`dpnp.linalg.trace` : Array API compatible version.</span>
<span class="sd"> :obj:`dpnp.diag` : Extract a diagonal or construct a diagonal array.</span>
<span class="sd"> :obj:`dpnp.diagonal` : Return specified diagonals.</span>
<span class="sd"> :obj:`dpnp.diagflat` : Create a 2-D array with the flattened input as</span>
Expand Down Expand Up @@ -3952,7 +3953,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `like` is supported only with default value ``None``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down Expand Up @@ -4065,7 +4066,7 @@ <h1>Source code for dpnp.dpnp_iface_arraycreation</h1><div class="highlight"><pr
<span class="sd"> Limitations</span>
<span class="sd"> -----------</span>
<span class="sd"> Parameter `subok` is supported only with default value ``False``.</span>
<span class="sd"> Otherwise, the function raises `NotImplementedError` exception.</span>
<span class="sd"> Otherwise, the function raises ``NotImplementedError`` exception.</span>

<span class="sd"> See Also</span>
<span class="sd"> --------</span>
Expand Down
Loading

0 comments on commit 2820d89

Please sign in to comment.