Skip to content

Modify `apply_to_chunks` to accept functions with multiple inputs.

e.vaca.cerda requested to merge apply_multiple into master

Changed apply_to_chunks so it can handle multiple input arrays simultaneously.

It additionally checks if the input arrays are the same size and requires the output_dtype if the input arrays are not of the same type.

Additional Changes: Setup:

  • remove nibabel, which was never used in the package
  • Update the repository link

Merge request reports