<div dir="ltr">On Thu, Mar 29, 2018 at 2:27 PM, Lars G. <<a href="mailto:lagru@mailbox.org">lagru@mailbox.org</a>> wrote:<br>><br>> Is there a reason not to include those function where they'll most<br>> likely be used? Meaning the images `ascent` and `face` could move to<br>> `scipy.ndimage` and the signal `electrocardiogram` to `scipy.signal`?<br><br>It would make them harder to discover, at least for me.<div><br></div><div>On the developer side, if everything is in one subpackage, it would be easier to keep track how many bytes are being consumed by data. The scipy.datasets namespace would be a good place to put any common data-loading code (for instance, if we start adding large datasets that will be downloaded upon first use rather than being distributed in the scipy wheel).</div><div><br>--<br>Robert Kern</div></div>