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 functions vectorized via @vectorize_(1|2)arg in favor of compact broadcast syntax #17302

Merged
merged 18 commits into from
Sep 4, 2016

Commits on Sep 4, 2016

  1. Deprecate vectorized functions in base/special/trig.jl in favor of co…

    …mpact broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    3307a5e View commit details
    Browse the repository at this point in the history
  2. Deprecate vectorized functions in base/special/log.jl in favor of com…

    …pact broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    1eb5a31 View commit details
    Browse the repository at this point in the history
  3. Deprecate vectorized functions in base/special/gamma.jl in favor of c…

    …ompact broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    b0f4e94 View commit details
    Browse the repository at this point in the history
  4. Deprecate vectorized functions in base/special/erf.jl in favor of com…

    …pact broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    15234b4 View commit details
    Browse the repository at this point in the history
  5. Deprecate vectorized functions in base/special/bessel.jl in favor of …

    …compact broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    7003a9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    898c512 View commit details
    Browse the repository at this point in the history
  7. Deprecate vectorized functions in base/floatfuncs.jl in favor of comp…

    …act broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    2a5b38d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5a9830 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    edb235a View commit details
    Browse the repository at this point in the history
  10. Deprecate vectorized functions in base/dates/accessors.jl in favor of…

    … compact broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    a745a8e View commit details
    Browse the repository at this point in the history
  11. Deprecate vectorized functions in base/dates/adjusters.jl in favor of…

    … compact broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    68a746b View commit details
    Browse the repository at this point in the history
  12. Deprecate vectorized functions in base/dates/conversions.jl in favor …

    …of compact broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    8dc9725 View commit details
    Browse the repository at this point in the history
  13. Deprecate vectorized functions in base/dates/query.jl in favor of com…

    …pact broadcast syntax.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    253c5de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4df8f20 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8258554 View commit details
    Browse the repository at this point in the history
  16. Update documentation following deprecation of macro-vectorized functi…

    …ons and deprecation of `@vectorize_1arg` and `@vectorize_2arg` themselves. Also add cross-referenes between max and maximum, and also between min and minimum.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    bb88931 View commit details
    Browse the repository at this point in the history
  17. Revise a few vectorized-math methods, specifically eliminating tempor…

    …aries and enabling broadcast loop fusion.
    Sacha0 committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    2c5fa85 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b0e7481 View commit details
    Browse the repository at this point in the history