Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 353 Bytes

14498.changes.rst

File metadata and controls

7 lines (6 loc) · 353 Bytes

Remove numpy.random.entropy without a deprecation

numpy.random.entropy was added to the numpy.random namespace in 1.17.0. It was meant to be a private c-extension module, but was exposed as public. It has been replaced by numpy.random.SeedSequence so the module was completely removed.