Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Tickets/dm 4102 #39

Merged
merged 3 commits into from Oct 23, 2015
Merged

Tickets/dm 4102 #39

merged 3 commits into from Oct 23, 2015

Conversation

natelust
Copy link
Contributor

No description provided.

Added new method "assign(rhs, bbox=Box2I(), origin=PARENT)"
to image-like classes to copy pixels from one image to a specified
subregion of another (defaulting to the entire destination).
Deprecated operator<<= and implemented it by calling "assign".
Changed all existing use of <<= to "assign" in C++ code
(ticket 4100 already changed Python code from <<= to [:])

Rename Image.set to "assign" and add a unit test
tests/image.py and tests/maskedimage.py constructed objects
that were ignored, upsetting pyflakes.
@r-owen r-owen merged commit cc04796 into master Oct 23, 2015
@ktlim ktlim deleted the tickets/DM-4102 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants