Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pymc-devs/pymc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.6.0
Choose a base ref
...
head repository: pymc-devs/pymc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.6.1
Choose a head ref
  • 5 commits
  • 10 files changed
  • 6 contributors

Commits on Jul 6, 2023

  1. replacing pytensor-devs for aesara-devs (#6817)

    * replacing pytensor-devs for aesara-devs
    
    * fix typo
    
    * Update docs/source/learn/core_notebooks/pymc_pytensor.ipynb
    
    Change pytensor hypterlink to "pymc-devs/pytensor"
    
    Co-authored-by: larryshamalama <[email protected]>
    
    ---------
    
    Co-authored-by: larryshamalama <[email protected]>
    amyoshino and larryshamalama authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    659f177 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Prevent unbound trace due to type hints (#6809)

    * Prevent unbound trace
    
    * move enter and exit into metaclass
    
    * simpler, a bit more correct approach
    
    * add comment
    thomasaarholt authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8e89828 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Fix mathematical notation in conditional_logprob docstrings (#6821)

    * Fix mathematical notation in conditional_logprob docstrings
    
    * Update pymc/logprob/basic.py
    
    Accepting change in s. It becomes sigma
    
    Co-authored-by: larryshamalama <[email protected]>
    
    * Update pymc/logprob/basic.py
    
    Accepting change in s. It becomes sigma part 2
    
    Co-authored-by: larryshamalama <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: larryshamalama <[email protected]>
    
    * s_vv to s2_vv
    
    ---------
    
    Co-authored-by: larryshamalama <[email protected]>
    amyoshino and larryshamalama authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    13e7c88 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 13, 2023

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