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

Regression in min(-Inf, NaN) from 0.5 to 0.6 #20245

Closed
dpsanders opened this issue Jan 26, 2017 · 4 comments
Closed

Regression in min(-Inf, NaN) from 0.5 to 0.6 #20245

dpsanders opened this issue Jan 26, 2017 · 4 comments

Comments

@dpsanders
Copy link
Contributor

Julia 0.5: min(-Inf, NaN) gives -Inf
Julia 0.6: min(-Inf, NaN) gives NaN

Presumably one of these violates IEEE arithmetic; I believe it is Julia 0.6.

cc @simonbyrne

@dpsanders dpsanders changed the title Change in behaviour of min(-Inf, NaN) from 0.5 to 0.6 Regression in min(-Inf, NaN) from 0.5 to 0.6 Jan 26, 2017
@dpsanders
Copy link
Contributor Author

cf. the (inconclusive?) discussion in #10729

@simonbyrne
Copy link
Contributor

The relevant commit by @stevengj is b1ecd56 (not sure what is up with the dates on the commit, it was actually merged in September 2016). It doesn't seem to have been made from a PR, but presumably was in response to the discussion in #7866 (comment). Also some discussion in #12552 and #12564.

@simonbyrne
Copy link
Contributor

Also, is documented in NEWS.md

@dpsanders
Copy link
Contributor Author

OK, thanks.

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

No branches or pull requests

2 participants