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

Generalised unary vector function framework #1558

Merged
merged 36 commits into from
Jan 24, 2020
Merged

Generalised unary vector function framework #1558

merged 36 commits into from
Jan 24, 2020

Commits on Dec 14, 2019

  1. Initial implementation

    Andrew Johnson committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    ca89f78 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2019

  1. Merge branch 'develop' into feature/vec_gen_design

    Andrew Johnson committed Dec 15, 2019
    Configuration menu
    Copy the full SHA
    de964ba View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Add forwarding, rev & fwd versions

    Andrew Johnson committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    6b54c52 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Merge branch 'develop' into feature/vec_gen_design

    Andrew Johnson committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    eebfd95 View commit details
    Browse the repository at this point in the history
  2. Add autodiff tests, remove arr versions

    Andrew Johnson committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    2b085d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Nested testing

    Andrew Johnson committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    ac3d5e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Fix tests, update doc

    Andrew Johnson committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    77f3a59 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Tidy doc

    Andrew Johnson committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    b3a1132 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/vec_gen_design

    Andrew Johnson committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    27d1b1f View commit details
    Browse the repository at this point in the history
  3. Cpplint

    Andrew Johnson committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    a4b83a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Tidy missing doc

    Andrew Johnson committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    d97c963 View commit details
    Browse the repository at this point in the history
  2. log_softmax doc errors

    Andrew Johnson committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    461f0b0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/vec_gen_design

    Andrew Johnson committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    cd0a362 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa5124 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Fix failing test

    Andrew Johnson committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    cba3a30 View commit details
    Browse the repository at this point in the history
  2. Merge develop

    Andrew Johnson committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    e5a6b28 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Revert head replacement

    Andrew Johnson committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    5a934fe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/vec_gen_design

    Andrew Johnson committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    b7b2171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ebea40 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Merge commit '426ad8fe5a2858b9d367aade1b25a631ac5e97e8' into merge_af…

    …ter_flatten
    
    # Conflicts:
    #	test/unit/math/prim/scal/fun/log_sum_exp_test.cpp
    rok-cesnovar committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    a73be6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b5cc7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df34056 View commit details
    Browse the repository at this point in the history
  4. Merge commit '731b5f8cf6566db4f13a06851d56cc9e54029146' into merge_af…

    …ter_flatten
    
    # Conflicts:
    #	stan/math/prim/mat.hpp
    rok-cesnovar committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    8a7017a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into merge_after_flatten

    # Conflicts:
    #	stan/math/fwd/arr.hpp
    #	stan/math/fwd/mat/fun/log_sum_exp.hpp
    rok-cesnovar committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    8214c93 View commit details
    Browse the repository at this point in the history
  6. merge conflicts fix

    rok-cesnovar committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    d776eac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09c4004 View commit details
    Browse the repository at this point in the history
  8. fix header guard

    rok-cesnovar committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    a0eb3df View commit details
    Browse the repository at this point in the history
  9. remove include

    rok-cesnovar committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    4e83afb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Merge branch 'develop' into feature/vec_gen_design

    Andrew Johnson committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    2e4f6b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Address review comments

    Andrew Johnson committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    febffbe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/vec_gen_design

    Andrew Johnson committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    67e23b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    477cf9f View commit details
    Browse the repository at this point in the history
  4. Fix merge error

    Andrew Johnson committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    02afdb9 View commit details
    Browse the repository at this point in the history
  5. cpplint

    Andrew Johnson committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    8d8539a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Merge branch 'develop' into feature/vec_gen_design

    Andrew Johnson committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    1fce5ac View commit details
    Browse the repository at this point in the history
  2. Address comments

    Andrew Johnson committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    f3b3286 View commit details
    Browse the repository at this point in the history