loli / medpy

Medical image processing in Python
http://loli.github.io/medpy/
GNU General Public License v3.0
559 stars 136 forks source link

WIP: Use Numpy modules directly instead of SciPy aliases #121

Closed StellarStorm closed 6 months ago

StellarStorm commented 6 months ago

Commit 1: switch scipy.random to np.random See https://github.com/scipy/scipy/issues/14889 for reference

In current SciPy versions, scipy.random is no longer a thing (was previously an alias for np.random)

loli commented 6 months ago

Working on a same files ATM - never thought I would see a PR clash on this repo :)

If you feel like picking up a task, these are definitely on the todo list:

loli commented 6 months ago

Closed, as already changed. Todo list in https://github.com/loli/medpy/pull/122