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

Define ufunc JO and JTO simultaneously #312

Open
wants to merge 39 commits into
base: master
Choose a base branch
from

Commits on Oct 16, 2017

  1. Configuration menu
    Copy the full SHA
    7b18fe4 View commit details
    Browse the repository at this point in the history
  2. Refactor def_ufunc_derivs

    j-towns committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    91e510e View commit details
    Browse the repository at this point in the history
  3. More ufuncs to new format

    j-towns committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    89cf08c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Unary ufuncs new style

    j-towns committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    94747f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Use broadcast_to not broadcast, also refactor unbroadcast.

    I think this obviates the changes in HIPS#292.
    j-towns committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    0e18a7e View commit details
    Browse the repository at this point in the history
  2. Ensure that deriv is evaluated during fwd pass

    This should minimize memory overhead.
    j-towns committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    b753db7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9015f0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5104a90 View commit details
    Browse the repository at this point in the history
  5. Re-add subval import

    j-towns committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    b1e5e54 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. Rm unnecessary brackets

    j-towns authored Oct 25, 2017
    Configuration menu
    Copy the full SHA
    cd5662b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    760618e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    b41a84b View commit details
    Browse the repository at this point in the history
  2. Refactor - new numpy.util module for def_ufunc_jps

    Also move broadcast_to_adjoint into numpy_wrapper.
    j-towns committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    d305a45 View commit details
    Browse the repository at this point in the history
  3. Rename binary->nary ufunc jps

    j-towns committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    a86d0b6 View commit details
    Browse the repository at this point in the history
  4. stats.norm jps to new format

    j-towns committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    21ac8c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62c3e54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    585f3cb View commit details
    Browse the repository at this point in the history
  7. Scipy special to new format

    j-towns committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    a29c770 View commit details
    Browse the repository at this point in the history
  8. simplify logcdf grads

    j-towns committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    e4c719d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Configuration menu
    Copy the full SHA
    fad42ef View commit details
    Browse the repository at this point in the history
  2. Re-add missing scipy tests

    j-towns committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    57df4d8 View commit details
    Browse the repository at this point in the history
  3. hypot grad to new format

    j-towns committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    8205a3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2c737a View commit details
    Browse the repository at this point in the history
  5. Simplify def_ufunc_jps api

    j-towns committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    1ba7015 View commit details
    Browse the repository at this point in the history
  6. Refactor def_ufunc_jps

    j-towns committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    394e28b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a00147 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    486ecea View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27e882b View commit details
    Browse the repository at this point in the history
  10. Add inverse pair helper

    j-towns committed Nov 2, 2017
    Configuration menu
    Copy the full SHA
    204baea View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

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

Commits on Nov 6, 2017

  1. Configuration menu
    Copy the full SHA
    b1852af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd5d24f View commit details
    Browse the repository at this point in the history
  3. fix numpy vjp benchmarks

    j-towns committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    f6dfd73 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

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

Commits on Nov 20, 2017

  1. Configuration menu
    Copy the full SHA
    087880b View commit details
    Browse the repository at this point in the history
  2. Fix arctan2 jps def

    j-towns authored Nov 20, 2017
    Configuration menu
    Copy the full SHA
    b5fa236 View commit details
    Browse the repository at this point in the history
  3. Rm unused imports

    j-towns committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    57eb1b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93e5601 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

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