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.8.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.8.1
Choose a head ref
  • 15 commits
  • 55 files changed
  • 10 contributors

Commits on Sep 4, 2023

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

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    e6e0fed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bba69a View commit details
    Browse the repository at this point in the history
  3. Bump docker/setup-buildx-action from 2.9.1 to 2.10.0

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2.9.1...v2.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ricardoV94 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5df5b26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f338f10 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Derive logprob for exp2, log2, log10, log1p, expm1, log1mexp, log1pex…

    …p (softplus), and sigmoid transformations (#6826)
    LukeLB authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    39a2975 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...3df4ab1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and twiecki committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    2149d17 View commit details
    Browse the repository at this point in the history
  2. Bump docker/build-push-action from 4.1.1 to 4.2.1

    Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 4.2.1.
    - [Release notes](https://github.com/docker/build-push-action/releases)
    - [Commits](docker/build-push-action@2eb1c19...0a97817)
    
    ---
    updated-dependencies:
    - dependency-name: docker/build-push-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and twiecki committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fafe89a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    881ef46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d659848 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Handle multivariate transforms of univariate distributions correctly

    Details:
    * Fix broadcasting bug in univariate Ordered and SumTo1 transform logp, and add explicitly check when building the graph
    * Raise if univariate transform is applied to multivariate distribution
    * Checks and logp reduction are applied even when jacobian is not used
    ricardoV94 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    73dee50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb7c3b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    5a9c8cd View commit details
    Browse the repository at this point in the history
  2. Do not predefine custom Cholesky and SolveTriangular Ops

    Also standardize pytensor linalg calls
    ricardoV94 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ec64d40 View commit details
    Browse the repository at this point in the history
  3. Bump Pytensor dependency

    ricardoV94 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f77372c View commit details
    Browse the repository at this point in the history
Loading