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 similar(f, …) in favor of just dispatching directly on f(…) #26733

Merged
merged 5 commits into from
Apr 13, 2018

Commits on Apr 6, 2018

  1. Deprecate similar(f, axes) to calling f directly... and implement a…

    …n AbstractArray constructor
    mbauman committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    112b149 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    982b1a7 View commit details
    Browse the repository at this point in the history
  3. Add NEWS and deprecations for...

    the tightening of signatures for zeros and ones.
    mbauman committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    db3751d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Make compiler test use a local function

    that has the known properties that we want to test. The important thing is not necessarily zeros -- it is a relatively complex function. The `Base.zeros` method tree temporarily breaks this test due to its numerous deprecations, but this will be resolved in the future.
    mbauman committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    7a089d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    4e04a95 View commit details
    Browse the repository at this point in the history