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

Rational Quadratic Spline #80

Merged
merged 83 commits into from
Jan 28, 2021
Merged

Rational Quadratic Spline #80

merged 83 commits into from
Jan 28, 2021

Commits on Aug 30, 2019

  1. added the Stacked bijector

    torfjelde committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    55e1e2a View commit details
    Browse the repository at this point in the history
  2. a couple of style fixes

    torfjelde committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d82c9da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d557b3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e168ce0 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

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

Commits on Sep 6, 2019

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

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    33758bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad54c16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ddf71d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ed5c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29562af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40ed811 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    669e72d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f08dc51 View commit details
    Browse the repository at this point in the history
  9. removed a false comment

    torfjelde committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    e26c893 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    589e564 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    a16f05a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09d1bd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b48c013 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    353e80c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98860a5 View commit details
    Browse the repository at this point in the history
  6. removed redundant comment

    torfjelde committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    6e7a174 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b63fb29 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edaed9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    976ddf6 View commit details
    Browse the repository at this point in the history
  10. fixed a couple of typos

    torfjelde committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    dd6ec2a View commit details
    Browse the repository at this point in the history
  11. checking something with CI

    torfjelde committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    c38f203 View commit details
    Browse the repository at this point in the history
  12. more CI test stuff

    torfjelde committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    f5d68eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    898ae50 View commit details
    Browse the repository at this point in the history
  14. okay now I fixed it

    torfjelde committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    ddc8cd7 View commit details
    Browse the repository at this point in the history
  15. okay NOW i fixed the test

    torfjelde committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    8b4eecb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3be1af3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6e4f3c8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8a925b2 View commit details
    Browse the repository at this point in the history
  19. updated Manifest

    torfjelde committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    ea2edde View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a5af0fc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7ff118d View commit details
    Browse the repository at this point in the history
  22. removed useless line

    torfjelde committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    2707443 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5a7a76a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    64070ea View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9318f95 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    89c16cd View commit details
    Browse the repository at this point in the history
  27. fixed comment

    torfjelde committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    fd4eec1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2f8c1a0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    597bb96 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    6daf7aa View commit details
    Browse the repository at this point in the history
  2. removed unused consts

    torfjelde committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    fce177b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    170b15e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. bump to 0.4.1

    torfjelde committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0f06735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26a479 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    a85da36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f56b0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07c0d87 View commit details
    Browse the repository at this point in the history
  4. updated SimplexBijector

    torfjelde committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    b458dab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a47516d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b7421b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3182f0d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b89423f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5442287 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e7c5af View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. improved support for Tracker.jl

    T Fjelde (RA H Ge) committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    dd5770c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

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

Commits on Oct 19, 2019

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

Commits on Oct 22, 2019

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

Commits on Feb 11, 2020

  1. initial RQS

    torfjelde committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    e359203 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    7c45245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b622331 View commit details
    Browse the repository at this point in the history
  3. now includes RQS

    torfjelde committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    97b0681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    286ee81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d439a9 View commit details
    Browse the repository at this point in the history
  6. style changes

    torfjelde committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    be7b676 View commit details
    Browse the repository at this point in the history
  7. added tests for RQS

    torfjelde committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    6b6bafd View commit details
    Browse the repository at this point in the history
  8. added RQS tests to runtests

    torfjelde committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    6cf574c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70718df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ad76f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2efb15d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2020

  1. Configuration menu
    Copy the full SHA
    771bcd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d0ce8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    160f44b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    818cf2d View commit details
    Browse the repository at this point in the history
  2. commas are difficult okay

    torfjelde committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    e301948 View commit details
    Browse the repository at this point in the history