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.21.1
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.22.0
Choose a head ref
  • 13 commits
  • 27 files changed
  • 9 contributors

Commits on Mar 9, 2025

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

Commits on Mar 10, 2025

  1. Bump hynek/build-and-inspect-python-package from 2.11.0 to 2.12.0

    Bumps [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package) from 2.11.0 to 2.12.0.
    - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases)
    - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md)
    - [Commits](hynek/build-and-inspect-python-package@14c7e53...b5076c3)
    
    ---
    updated-dependencies:
    - dependency-name: hynek/build-and-inspect-python-package
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and twiecki committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    8609e64 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 4.1.8 to 4.1.9

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@fa0a91b...cc20338)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and twiecki committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    0d9a539 View commit details
    Browse the repository at this point in the history
  3. Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.3 to 1.12.4.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@67339c7...76f52bc)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and twiecki committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    ad583ae View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#7720)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.9...v0.9.10)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    f9057f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Replaced "log-likelihood" with "distribution" in for all the classes …

    …where distributions is more appropriate rather than log-likelihood. (#7573)
    
    * Update multivariate.py
    
    Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality, as the class provides more than just log-likelihood, including cdf, mean, and random methods.
    
    * Update multivariate.py
    
    Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality, as the class provides more than just log-likelihood, including mean, variance, covariance.
    
    * Update continuous.py
    
    Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality, as the class provides more than just log-likelihood, including mean, variance, covariance, etc.
    
    * Update discrete.py
    
    Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality, as the class provides more than just log-likelihood, including mean, variance, covariance.
    
    * Update distribution.py
    
    Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality, as the class provides more than just log-likelihood including log-cdf, log-pdf.
    
    * Update mixture.py
    
    Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality, as the class provides more than just log-likelihood, including mean, variance and covariance.
    
    * Update timeseries.py
    
    Updated the docstrings for better clarity. Replaced "log-likelihood" with "distribution" to accurately describe the functionality.
    tanishy7777 authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    af81955 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. update ruff (#7729)

    juanitorduz authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    fb4b201 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    8159173 View commit details
    Browse the repository at this point in the history
  2. change the action location

    williambdean authored and ricardoV94 committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    5db3779 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

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

Commits on Apr 1, 2025

  1. Add warning if a Minibatched variable is used without total_size (#7742)

    Add warning if a Minibatched variable is used but total_size is forgotten
    
    This should help catch a well-known Minibatch footgun
    zaxtax authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    4185b7b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Configuration menu
    Copy the full SHA
    2545019 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#7737)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    518eac9 View commit details
    Browse the repository at this point in the history
Loading