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

v4 refactor for GP module #5055

Merged
merged 36 commits into from
Nov 21, 2021
Merged

v4 refactor for GP module #5055

merged 36 commits into from
Nov 21, 2021

Commits on Oct 28, 2021

  1. np.int -> int, fix np DepricationWarning

    bwengals authored and bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    984a1d0 View commit details
    Browse the repository at this point in the history
  2. remove shape arg from non-kron implementations, TODO for is_observed …

    …in Marginal, mark for deprecation
    bwengals authored and bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    bd916ae View commit details
    Browse the repository at this point in the history
  3. np.int -> int in gp/util.py

    bwengals authored and bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    490311f View commit details
    Browse the repository at this point in the history
  4. force all mean_func, cov_func args to GP constructors to be required …

    …kwargs (often default zero mean_func is used)
    bwengals authored and bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a64975d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77c4392 View commit details
    Browse the repository at this point in the history
  6. fix TP tests, force mean_func, cov_func to be req kwarg

    bwengals authored and bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d1e09fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31150c3 View commit details
    Browse the repository at this point in the history
  8. change naming shape->size where appropriate

    bwengals authored and bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    03c2a13 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bcb448 View commit details
    Browse the repository at this point in the history
  10. add jitter arg for covs headed for cholesky decomps, previously fixed…

    … at 1e-6. add deprecation warning for is_observed arg
    bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    167cb4e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e18b8c4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    212fb1e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ad4a1ca View commit details
    Browse the repository at this point in the history
  14. fix more tests

    - use model.logp instead of variable.logp
    - set req kwargs cov_func and mean_func
    - fix weirdly small scale on some input X, y
    - move predict calls into model block
    - the two kron models outstanding
    bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a4a4f99 View commit details
    Browse the repository at this point in the history
  15. black stuff

    bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9b26ca1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6072565 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    76b6c16 View commit details
    Browse the repository at this point in the history
  18. remove leftover prints

    bwengals committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    90ae450 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

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

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    dceabf8 View commit details
    Browse the repository at this point in the history
  2. fix precommit

    bwengals committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    4692407 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc16bd5 View commit details
    Browse the repository at this point in the history
  4. merge from main

    bwengals committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    062a9ca View commit details
    Browse the repository at this point in the history
  5. improve tests

    cleanup gp.util.replace_with_values and add docstrings
    bwengals committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    9763b98 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. fix pre-commit issue

    bwengals committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    23fc5c7 View commit details
    Browse the repository at this point in the history
  2. fix precommit on cov.py

    bwengals committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    158529f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. fix comment

    bwengals committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    08a7652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    196e702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63e5d16 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. update release notes

    bwengals committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d02e320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fee214 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. add link to PR

    bwengals committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    d5474a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    5d6e94c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5348575 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2b850d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Update RELEASE-NOTES.md

    twiecki authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    461d26b View commit details
    Browse the repository at this point in the history