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: zaxtax/pymc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 30 files changed
  • 10 contributors

Commits on Apr 4, 2025

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

Commits on Apr 7, 2025

  1. Bump williambdean/closing-labels from 0.0.3 to 0.0.4 (pymc-devs#7743)

    Bumps [williambdean/closing-labels](https://github.com/williambdean/closing-labels) from 0.0.3 to 0.0.4.
    - [Release notes](https://github.com/williambdean/closing-labels/releases)
    - [Commits](williambdean/closing-labels@v0.0.3...v0.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: williambdean/closing-labels
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    cb7795c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. [pre-commit.ci] pre-commit autoupdate (pymc-devs#7753)

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

Commits on Apr 13, 2025

  1. Default to SVD for MvNormal in Latent GP conditionals

    MvNormal was recently switched to default to use
    cholesky decomposition which is very fragile for the
    higher-dimensional situations encountered in `Latent` GPs.
    
    Closes pymc-devs#7754
    michaelosthege committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    2842401 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. [pre-commit.ci] pre-commit autoupdate (pymc-devs#7756)

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

Commits on Apr 20, 2025

  1. Configuration menu
    Copy the full SHA
    2705a5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d34ed95 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Generalize ordered transform

    velochy authored and ricardoV94 committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    1490141 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd28ee9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Bump docker/build-push-action from 6.15.0 to 6.16.0

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.15.0 to 6.16.0.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@471d1dc...14487ce)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-version: 6.16.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and michaelosthege committed May 1, 2025
    Configuration menu
    Copy the full SHA
    2dd61e4 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 4.1.9 to 4.3.0

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.3.0.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@cc20338...d3f86a1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: 4.3.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and michaelosthege committed May 1, 2025
    Configuration menu
    Copy the full SHA
    5003e50 View commit details
    Browse the repository at this point in the history
  3. Add public testing function to mock sample (pymc-devs#7761)

    * push up pymc-marketing mock
    
    * run pre-commit
    
    * add small test
    
    * use positional arg for draws like in actual sample
    
    * better for mypy
    
    * provide the setup and breakdown for pytest fixtures
    
    * change name for testing convention
    
    * bit more explicit on the test
    
    * add to the documentation
    
    * use expand_dims method
    
    * add to the toc
    
    * alterations to docstrings
    
    * change format and provide links
    
    * link to the functions in the docstring
    williambdean authored May 1, 2025
    Configuration menu
    Copy the full SHA
    7bf58d5 View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.7](astral-sh/ruff-pre-commit@v0.11.5...v0.11.7)
    pre-commit-ci[bot] authored and michaelosthege committed May 1, 2025
    Configuration menu
    Copy the full SHA
    7089566 View commit details
    Browse the repository at this point in the history
  5. Bump docker/login-action from 3.3.0 to 3.4.0

    Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@9780b0c...74a5d14)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and michaelosthege committed May 1, 2025
    Configuration menu
    Copy the full SHA
    920f043 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. Remove unused cruft

    fonnesbeck authored and ricardoV94 committed May 3, 2025
    Configuration menu
    Copy the full SHA
    c7877a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce284c View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Rename Twitter to X in GOVERNANCE.md (pymc-devs#7650)

    * Rename Twitter to X
    
    * Remove X or Twitter in GOVERNANCE.md
    
    * Rename Twitter to X
    star1327p authored May 5, 2025
    Configuration menu
    Copy the full SHA
    ef26ae8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Update docs theme (pymc-devs#7781)

    * try updated theme
    
    * updates to conf.py
    
    * configure search and use conda-forge release
    OriolAbril authored May 15, 2025
    Configuration menu
    Copy the full SHA
    3a718f2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Configuration menu
    Copy the full SHA
    a87d95e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    618634b View commit details
    Browse the repository at this point in the history
Loading