-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
indmax on subarrays returns Tuple instead of Integer #13888
Comments
Yeah...fix my buggy implementation of |
if this breaks any user code, should I revert #13235? 0.4.1 needs to go out imminently. |
No, because it fixes so many more breakages than it causes. Fix coming momentarily. |
timholy
added a commit
that referenced
this issue
Nov 7, 2015
timholy
added a commit
that referenced
this issue
Nov 7, 2015
Fix [ind,find][min,max] for LinearFast AbstractArrays (fixes #13888)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
julia>
indmax(sub(randn(10,10),1,:))
(1:10,2)
help?>
indmax
search: indmax findmax invdigamma
indmax(itr) -> Integer
Returns the index of the maximum element in a collection.
julia> versioninfo()
Julia Version 0.4.1-pre+16
Commit 2cdef5d (2015-10-24 06:33 UTC)
Platform Info:
System: Linux (x86_64-redhat-linux)
CPU: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.3
The text was updated successfully, but these errors were encountered: