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

DM-31707: Remove deprecated interfaces #701

Merged
merged 1 commit into from Jul 12, 2023
Merged

DM-31707: Remove deprecated interfaces #701

merged 1 commit into from Jul 12, 2023

Conversation

mwittgen
Copy link
Contributor

No description provided.

Copy link
Contributor

@jmeyers314 jmeyers314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I left a couple of comments.

);
return psf.getLocalKernel();
}
);
// End deprecated default position argument overloads.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably get rid of this line too

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can get rid of all the py::overload_cast<> templates now and just use, e.g.,

                cls.def("computeBBox",
                        &Psf::computeBBox,
                        "position"_a,
                        "color"_a = image::Color()
                );

@mwittgen mwittgen merged commit 4d318ec into main Jul 12, 2023
2 checks passed
@mwittgen mwittgen deleted the tickets/DM-31707 branch July 12, 2023 21:57
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