Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 427 Bytes

19615.expired.rst

File metadata and controls

8 lines (7 loc) · 427 Bytes

Expired deprecations for loads, ndfromtxt, and mafromtxt in npyio

numpy.loads was deprecated in v1.15, with the recommendation that users use pickle.loads instead. ndfromtxt and mafromtxt were both deprecated in v1.17 - users should use numpy.genfromtxt instead with the appropriate value for the usemask parameter.