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-bart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.11
Choose a base ref
...
head repository: pymc-devs/pymc-bart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.12
Choose a head ref
  • 5 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 18, 2024

  1. Unpin numpy (#156)

    * Unpin numpy
    
    * remove init
    
    ---------
    
    Co-authored-by: aloctavodia <[email protected]>
    maresb and aloctavodia authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    65b2824 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#157)

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

Commits on Apr 18, 2024

  1. Resolve deprecation warning for pytensor's Variable (#159)

    * migrate pytensor.tensor.var to pytensor.tensor.variable
    
    * update req
    
    * drop 3.9 support
    
    * pin pymc and arviz
    
    * udpate python for docs build
    
    ---------
    
    Co-authored-by: aloctavodia <[email protected]>
    RyanAugust and aloctavodia authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    af7eeb5 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#158)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.3.3 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.3...v0.3.7)
    - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6a43b76 View commit details
    Browse the repository at this point in the history
  3. bump version (#160)

    aloctavodia authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6afe6d5 View commit details
    Browse the repository at this point in the history
Loading