Skip to content

Commit

Permalink
add note about support for complex data (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt authored Jul 5, 2024
1 parent 44369ea commit b41e69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This package provides a simple, consistent API for
- sampling from 2D/3D images (`sample_image_2d()`/`sample_image_3d()`)
- inserting values into 2D/3D images (`insert_into_image_2d()`, `insert_into_image_3d`)

Operations are differentiable.
Operations are differentiable and sampling from complex valued images is supported.

# Installation

Expand Down

0 comments on commit b41e69e

Please sign in to comment.