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

Deprecate manually vectorized methods in favor of dot syntax, monolithic edition #19791

Merged
merged 17 commits into from
Dec 31, 2016

Commits on Dec 31, 2016

  1. Configuration menu
    Copy the full SHA
    4beb53c View commit details
    Browse the repository at this point in the history
  2. Deprecate manually vectorized methods for trigonometric and hyperboli…

    …c functions in favor of compact broadcast syntax.
    Sacha0 committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    2b26f5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90b2997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e515a5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd4774a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7af4dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    707ac78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee10013 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3b2d0f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc3c8d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6306f86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90f5c24 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97139e0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e8cc8b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    77e98d3 View commit details
    Browse the repository at this point in the history
  16. Deprecate a few remaining vectorized methods over SparseVectors. (And…

    … associated cleanup.)
    Sacha0 committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    f488610 View commit details
    Browse the repository at this point in the history
  17. Replace former error path tests for vectorized &, |, xor, min, and ma…

    …x over SparseMatrixCSCs with similar tests of sparse map.
    Sacha0 committed Dec 31, 2016
    Configuration menu
    Copy the full SHA
    14d27ed View commit details
    Browse the repository at this point in the history