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-extras
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 00a4ca3
Choose a base ref
...
head repository: pymc-devs/pymc-extras
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fc39c49
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 18, 2025

  1. fix: progress bar display (#420)

    * fix: progress bar display
    * edit PathStatus.ELBO_ARGMAX_AT_ZERO message for clearer explanation
    aphc14 authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    ec46270 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Bump PyMC version requirement (#431)

    * Use new `method` argument for `MvNormal` to defined `MvNormalSVD`
    
    * Can't use `if Variable` anymore
    
    * Bump PyMC version pin
    
    * Ignore numpy warning from pymc
    jessegrabowski authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    4fbbfeb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Fix: importance_sampling=None produces error (#427)

    * fix: importance sampling handling causing error when chosen method is "none" or None
    
    - Moved importance sampling logic from `multipath_pathfinder` to `fit_pathfinder` to fix error method is "none" or None
    - Update docstrings to clarify importance sampling method behavior
    - Use match statement for method selection in importance_sampling
    aphc14 authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    49e2818 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Remove MvNormalSVD Class (#432)

    * Improve numpy.core deprecation warning comment
    
    * Remove MvNormalSVD and replace with method argument
    
    * Require pymc>=5.21.1 for the `method` argument in MvNormal
    jessegrabowski authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    6d38385 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Bump version (#433)

    jessegrabowski authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    fc39c49 View commit details
    Browse the repository at this point in the history
Loading