Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add ability to rotate ROIs and ROISubsetState #2235

Merged
merged 12 commits into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ v1.4.0 (2022-05-31)
is defined, resulting in a broadcast error in arrays large enough to need
chunking. [#2302]

* Added rotation angle ``theta`` as a property to regions of interest,
to be set on instantiation or modified using the ``rotate_to`` and
``rotate_by`` methods. [#2235]

v1.3.0 (2022-04-22)
-------------------

Expand Down
Loading