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

Derive logprob for exp2, log2, log10, log1p, expm1, log1mexp, log1pexp (softplus), and sigmoid transformations #6826

Merged
merged 27 commits into from
Sep 7, 2023

Commits on Sep 4, 2023

  1. LogTransform with arb base n now works

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6f651e6 View commit details
    Browse the repository at this point in the history
  2. log2 and log10 now working

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    e9ce641 View commit details
    Browse the repository at this point in the history
  3. log1p, softplus, and log1mexp now working

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5035ecd View commit details
    Browse the repository at this point in the history
  4. merge conflicts in tests_transforms

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5f4001a View commit details
    Browse the repository at this point in the history
  5. 3 tests failing

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    85e0f37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4bf24b View commit details
    Browse the repository at this point in the history
  7. removed additions to node rewriter

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    09f15fb View commit details
    Browse the repository at this point in the history
  8. Update pymc/logprob/transforms.py

    Co-authored-by: Ricardo Vieira <[email protected]>
    2 people authored and Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    abf357b View commit details
    Browse the repository at this point in the history
  9. generalised expotential function added

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fd358e1 View commit details
    Browse the repository at this point in the history
  10. reverted back to just allowing exp2

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    588e89b View commit details
    Browse the repository at this point in the history
  11. removed measurable rewrite

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1168133 View commit details
    Browse the repository at this point in the history
  12. written test place holder

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1748588 View commit details
    Browse the repository at this point in the history
  13. tests running but log2, log10, and expm1 failing

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1b3b6ed View commit details
    Browse the repository at this point in the history
  14. expm1 test now passing

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    59a37fc View commit details
    Browse the repository at this point in the history
  15. LogTransform with arb base n now works

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f7c5938 View commit details
    Browse the repository at this point in the history
  16. log2 and log10 now working

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c47ec86 View commit details
    Browse the repository at this point in the history
  17. log1p, softplus, and log1mexp now working

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1347695 View commit details
    Browse the repository at this point in the history
  18. updated tests but failing

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    117eff4 View commit details
    Browse the repository at this point in the history
  19. 3 tests failing

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fc5eed7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    27e11a5 View commit details
    Browse the repository at this point in the history
  21. removed additions to node rewriter

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    18901ea View commit details
    Browse the repository at this point in the history
  22. Update pymc/logprob/transforms.py

    Co-authored-by: Ricardo Vieira <[email protected]>
    2 people authored and Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9412b39 View commit details
    Browse the repository at this point in the history
  23. fixed test failing for log2 and log10 (due to floating point inprecis…

    …ion in the graph)
    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a912b20 View commit details
    Browse the repository at this point in the history
  24. accidently committed notebook

    Luke LB committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    86327f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fixed removed code from rebase

    Luke LB committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    346f085 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. moved test back into TestClass after rebase

    Luke LB committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2882a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f08ea View commit details
    Browse the repository at this point in the history