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

Deprecate vectorized rem methods in favor of compact broadcast syntax #18608

Closed
wants to merge 1 commit into from

Conversation

Sacha0
Copy link
Member

@Sacha0 Sacha0 commented Sep 20, 2016

This PR deprecates (almost) all remaining vectorized rem methods (less a couple related to dates, separate PR) in favor of compact broadcast syntax. Ref. #16285, #17302, #18495, #18512, #18513, #18558, #18564, #18566, #18571 #18575, #18576, #18586, #18590, #18593, and #18607. Best!

(Unlike with float, real, etc., the remaining vectorized rem methods never alias their input. This PR should be less controversial than #18495, #18512, and #18513 as a result.)

@kshyatt kshyatt added domain:maths Mathematical functions domain:broadcast Applying a function over a collection labels Sep 21, 2016
@Sacha0
Copy link
Member Author

Sacha0 commented Dec 24, 2016

Rebased. Best!

@Sacha0
Copy link
Member Author

Sacha0 commented Dec 31, 2016

Subsumed by #19791.

@Sacha0 Sacha0 closed this Dec 31, 2016
@Sacha0 Sacha0 deleted the devecrem branch December 31, 2016 05:08
@tkelman
Copy link
Contributor

tkelman commented Dec 31, 2016

less a couple related to dates, separate PR

post feature freeze then?

@Sacha0
Copy link
Member Author

Sacha0 commented Dec 31, 2016

post feature freeze then?

Sounds good. Will have a look today time allowing. Thanks for catching these notes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:broadcast Applying a function over a collection domain:maths Mathematical functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants