8000 Extend expired attributes · numpy/numpy@48ca8f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48ca8f8

Browse files
committed
Extend expired attributes
1 parent 732e6d5 
8000
commit 48ca8f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

numpy/_expired_attrs_2_0.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@
2626
"add_newdoc_ufunc":
2727
"It's an internal function and doesn't have a replacement.",
2828
"compat": "There's no replacement, as Python 2 is no longer supported.",
29-
"safe_eval": "Use `ast.literal_eval` instead."
29+
"safe_eval": "Use `ast.literal_eval` instead.",
30+
31+
"row_stack": "Use `np.vstack` instead."
3032
}

0 commit comments

Comments
 (0)
0