Skip to content

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