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

Fix 2-arg argmin/argmax/findmin/findmax #748

Merged
merged 2 commits into from
Jul 28, 2021
Merged

Fix 2-arg argmin/argmax/findmin/findmax #748

merged 2 commits into from
Jul 28, 2021

Conversation

omus
Copy link
Member

@omus omus commented Jul 28, 2021

Updates #738 to use the changes made to JuliaLang/julia#41076. Fixes #745.

@codecov
Copy link

codecov bot commented Jul 28, 2021

Codecov Report

Merging #748 (b9aa87b) into master (78bba10) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #748   +/-   ##
=======================================
  Coverage   81.67%   81.67%           
=======================================
  Files           4        4           
  Lines         513      513           
=======================================
  Hits          419      419           
  Misses         94       94           
Impacted Files Coverage Δ
src/Compat.jl 81.81% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 78bba10...b9aa87b. Read the comment docs.

@omus
Copy link
Member Author

omus commented Jul 28, 2021

As discussed in #745 (comment) although the behaviour of Compat.jl is changing this counts as non-breaking as the original behaviour was never officially released.

@omus
Copy link
Member Author

omus commented Jul 28, 2021

News entry was missing from the original #738

@omus
Copy link
Member Author

omus commented Jul 28, 2021

As this is a bugfix I've marked it as such. If someone cared to do so this could be backported as 3.26.1

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.

findmax does different things on Julia 1.6 and 1.7 with the same version of Compat
1 participant