You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.18.2.txt
+2
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ API changes
56
56
- Non-convertible dates in an excel date column will be returned without conversion and the column will be ``object`` dtype, rather than raising an exception (:issue:`10001`)
57
57
- Compat with ``np.round`` and timestamps (:issue:`12811`)
58
58
- An ``UnsupportedFunctionCall`` error is now raised if numpy ufuncs like ``np.mean`` are called on groupby or resample objects (:issue:`12811`)
59
+
- Calls to ``.sample()`` will respect random seed set via ``numpy.random.seed(n)`` (:issue:`13161`)
0 commit comments