Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
e94150c
ENH: Add transform analysis utils
jhlegarreta Nov 1, 2025
fe68162
Apply suggestions from code review
jhlegarreta Jan 3, 2026
7016e0b
DOC: Cite Power et al. in FD computation function docstring
jhlegarreta Jan 3, 2026
9c48c5f
Update nitransforms/analysis/utils.py
jhlegarreta Jan 3, 2026
43cafbc
STY: Fix style errors
jhlegarreta Jan 3, 2026
ee16315
fix: generalize sampling on unit sphere computation
oesteban Jan 4, 2026
e8b5783
fix: defensive increase of tolerance in FD test
oesteban Jan 4, 2026
f9744b9
doc: add missing modules to apidoc
oesteban Jan 4, 2026
c437e38
tst: exercise all branches
oesteban Jan 4, 2026
bacdc83
fix: address bug in ``compute_fd_from_transform``
oesteban Jan 4, 2026
6799c9b
Apply suggestions from code review
jhlegarreta Jan 4, 2026
bbf7bf9
Apply suggestions from code review
jhlegarreta Jan 4, 2026
dab55cf
Apply suggestions from code review
oesteban Jan 8, 2026
b459594
REF: Remove spike identification function
jhlegarreta Jul 23, 2026
bbc6ee6
REF: Use `scipy` to extract rotations from affine matrices
jhlegarreta Jul 23, 2026
d429f43
REF: Make the computation of FD for a single vertex consistent
jhlegarreta Jul 23, 2026
cef5120
REF: Ensure motion array has right dimensionality before computing FD
jhlegarreta Jul 23, 2026
aeb2999
DOC: Improve return value docstring in FD from motion function
jhlegarreta Jul 23, 2026
00e8f41
DOC: Plot unit sphere sampling docstring examples
jhlegarreta Jul 23, 2026
730b14f
TST: Use L1 norm to check FD value from transform matrix
jhlegarreta Jul 24, 2026
a66bb77
DOC: Improve documentation
jhlegarreta Jul 28, 2026
0732e1d
TST: Test exceptions
jhlegarreta Jul 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/_api/analysis.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
========
Analysis
========

.. automodule:: nitransforms.analysis.utils
:members:
6 changes: 6 additions & 0 deletions docs/_api/resampling.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
==========
Resampling
==========

.. automodule:: nitransforms.resampling
:members:
6 changes: 4 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ Information on specific functions, classes, and methods for developers.
.. toctree::
:maxdepth: 1

_api/analysis
_api/base
_api/interp
_api/io
_api/linear
_api/manip
_api/nonlinear
_api/surface
_api/interp
_api/patched
_api/resampling
_api/surface
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ipython
matplotlib
nbsphinx
packaging
pydot>=1.2.3
Expand Down
Empty file.
Loading