balbasty / nitorch

Neuroimaging in PyTorch
Other
86 stars 14 forks source link

Refactor #20

Closed balbasty closed 3 years ago

balbasty commented 3 years ago

Refactoring attempt. The idea is to separate the different types of modules a bit better:

@brudfors this is the occasion to adapt your downstream code. The most painful part is that the content of nitorch.mathfun and nitorch.utils has been split up between multiple files in core (pyutils, utils, math, linalg).

Commits on spatial._grid in this pull request should be also applied in MONAI.