Skip to content

Commit

Permalink
Bump lib/nighres from 31c60e3 to ea6dd98
Browse files Browse the repository at this point in the history
Bumps [lib/nighres](https://github.com/nighres/nighres) from `31c60e3` to `ea6dd98`.
- [Release notes](https://github.com/nighres/nighres/releases)
- [Commits](nighres/nighres@31c60e3...ea6dd98)

---
updated-dependencies:
- dependency-name: lib/nighres
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 00eb5cc commit fa78348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nighres
Submodule nighres updated 37 files
+4 −0 .github/workflows/build.yml
+25 −206 Dockerfile
+1 −0 Makefile
+63 −6 build.sh
+0 −210 build_alpha.sh
+42 −3 build_local_nighresjava.sh
+15 −12 create_container_recipe.sh
+7 −0 fbpa-tools-files.sh
+32 −0 nighres/atlases/brain-segmentation-prior3.0/brain-atlas-experimental.txt
+32 −0 nighres/atlases/brain-segmentation-prior3.0/brain-atlas-experimental.txt~
+1 −0 nighres/data/__init__.py
+67 −0 nighres/data/download_data.py
+1 −1 nighres/filtering/recursive_ridge_diffusion.py
+1 −0 nighres/intensity/__init__.py
+194 −0 nighres/intensity/boundary_sharpness.py
+6 −4 nighres/io/io_mesh.py
+3 −0 nighres/parcellation/__init__.py
+8 −0 nighres/parcellation/massp.py
+162 −0 nighres/parcellation/parcellation_smoothing.py
+178 −0 nighres/parcellation/super_voxels.py
+3 −0 nighres/registration/__init__.py
+189 −3 nighres/registration/apply_coordinate_mappings.py
+132 −0 nighres/registration/crop_mapping.py
+2 −2 nighres/registration/embedded_antspy.py
+132 −0 nighres/registration/rescale_mapping.py
+5 −0 nighres/segmentation/conditional_shape.py
+4 −0 nighres/shape/__init__.py
+253 −0 nighres/shape/spectral_matrix_embedding.py
+194 −0 nighres/shape/spectral_mesh_embedding.py
+418 −0 nighres/shape/spectral_voxel_embedding.py
+8 −1 nighres/surface/__init__.py
+41 −7 nighres/surface/levelset_curvature.py
+971 −0 nighres/surface/mesh_label_distances.py
+11 −11 nighres/surface/parcellation_to_meshes.py
+19 −19 nighres/surface/probability_to_mesh.py
+5 −2 nighres/surface/surface_inflation.py
+1 −1 setup.cfg

0 comments on commit fa78348

Please sign in to comment.