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

Minor tweaks to https://github.com/JuliaLang/julia/pull/19791 #19798

Merged
merged 2 commits into from
Dec 31, 2016

Conversation

tkelman
Copy link
Contributor

@tkelman tkelman commented Dec 31, 2016

see commit messages:

Loosen deprecations for vectorized round, trunc, floor, ceil

so type argument does not have to be <:Integer

example: round(Float32, rand(1:5,5,5) .// rand(1:5,5,5))

Loosen and fix up the min, max specialization on SparseVectors

was previously defined for AbstractSparseVector, and
there was a typo that was giving a method redefinition warning
because Sparse should have been Strided

so type argument does not have to be <:Integer

example: round(Float32, rand(1:5,5,5) .// rand(1:5,5,5))
was previously defined for AbstractSparseVector, and
there was a typo that was giving a method redefinition warning
because Sparse should have been Strided

fix ambiguity
Copy link
Member

@Sacha0 Sacha0 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for patching these methods!

@Sacha0 Sacha0 merged commit de957a5 into JuliaLang:master Dec 31, 2016
@tkelman tkelman deleted the tk/monodevec branch January 1, 2017 00:12
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.

2 participants