8000 Tweak release note file · numpy/numpy@41639e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 41639e4

Browse files
committed
Tweak release note file
1 parent aeeb742 commit 41639e4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/release/upcoming_changes/24445.deprecation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
* ``np.in1d`` has been deprecated. Use ``np.isin`` instead.
44

5-
* Deprecated alias ``np.row_stack`` has been removed. Use ``np.vstack`` directly.
5+
* Alias ``np.row_stack`` has been deprecated. Use ``np.vstack`` directly.

numpy/_expired_attrs_2_0.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@
6161
"deprecate": "Raise `DeprecationWarning` instead.",
6262
"deprecate_with_doc": "Raise `DeprecationWarning` instead.",
6363
"disp": "Use your own printing function instead.",
64-
"row_stack": "Use `np.vstack` instead."
6564
}

numpy/tests/test_public_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def test_numpy_namespace():
3838
'compare_chararrays': 'numpy.core._multiarray_umath.compare_chararrays',
3939
'get_array_wrap': 'numpy.lib.shape_base.get_array_wrap',
4040
'get_include': 'numpy.lib.utils.get_include',
41+
'row_stack': 'numpy.lib.shape_base.row_stack',
4142
'show_config': 'numpy.__config__.show',
4243
'show_runtime': 'numpy.lib.utils.show_runtime',
4344
}

0 commit comments

Comments
 (0)
0