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.13.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.13.1
Choose a head ref
  • 8 commits
  • 19 files changed
  • 5 contributors

Commits on Apr 9, 2024

  1. Fix DOI visibility badge in README

    In README file in .rst format, some badges from Shields.io on Github may require a ".svg" in the path
    AndreaBlengino authored and aloctavodia committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0a4ae15 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. [pre-commit.ci] pre-commit autoupdate

    updates:
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.4...v0.3.5)
    pre-commit-ci[bot] authored and ricardoV94 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7ffd47d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6073d8d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    4211a39 View commit details
    Browse the repository at this point in the history
  2. Remove wrong instantiation from test

    This is not only not used anywhere, but could also try to initiate an RV with incompatible shapes and size
    ricardoV94 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d81473f View commit details
    Browse the repository at this point in the history
  3. Tweaks to SymbolicRandomVariables

    * Allow signature to handle rng and size arguments explicitly.
    * Parse ndim_supp and ndims_params from class signature
    * Move rv_op method to the SymbolicRandomVariable class and get rid of dummy inputs logic (it was needed in previous versions of PyTensor)
    * Fix errors in automatic signature of CustomDist
    * Allow dispatch methods without filtering of inputs for SymbolicRandomVariable distributions
    ricardoV94 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9d4a3d7 View commit details
    Browse the repository at this point in the history
  4. Reimplement several RandomVariables as SymbolicRandomVariables

    This allows sampling from multiple backends without having to dispatch for each one
    ricardoV94 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f3c3086 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Bump docker/setup-buildx-action from 3.2.0 to 3.3.0

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v3.2.0...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and twiecki committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    34c2d31 View commit details
    Browse the repository at this point in the history
Loading