Skip to content

Commit c5e2175

Browse files
authored
Merge branch 'main' into cetagostini/making_marginal_fn_pytensor_base
2 parents f7219b2 + 590d1b2 commit c5e2175

27 files changed

+3455
-1605
lines changed

.github/workflows/install-conda-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v5
2020
- name: setup-micromamba
21-
uses: mamba-org/[email protected].5
21+
uses: mamba-org/[email protected].6
2222
with:
2323
environment-file: environment.yml

.github/workflows/pr-auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Run Labeler Action
13-
uses: actions/labeler@v5
13+
uses: actions/labeler@v6
1414

1515
sync:
1616
permissions:

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v5
11-
- uses: actions/setup-python@v5
11+
- uses: actions/setup-python@v6
1212
with:
1313
python-version: "3.12"
1414
- uses: pre-commit/[email protected]

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: "3.11"
2121
- name: Build the sdist and the wheel
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
skip-existing: true
6262
repository-url: https://test.pypi.org/legacy/
63-
- uses: actions/setup-python@v5
63+
- uses: actions/setup-python@v6
6464
with:
6565
python-version: "3.11"
6666
- name: Test pip install from test.pypi

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v5
4747
- name: Set up Python
48-
uses: actions/setup-python@v5
48+
uses: actions/setup-python@v6
4949
with:
5050
python-version: ${{ matrix.config.python-version }}
5151
cache: "pip"
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v5
8282
- name: Set up Python
83-
uses: actions/setup-python@v5
83+
uses: actions/setup-python@v6
8484
with:
8585
python-version: "3.11"
8686
cache: "pip"

.github/workflows/test_notebook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v5
3030
- name: Set up Python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: "3.12"
3434
- name: Install dependencies

.github/workflows/uml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: main
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: "3.13"
2222

.github/workflows/update-test-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v5
2020
- name: Set up Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.11"
2424
- name: Slow tests

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- --exclude=scripts/
1414
- --start-year=2022
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.12.10
16+
rev: v0.12.12
1717
hooks:
1818
- id: ruff-check
1919
types_or: [python, pyi, jupyter]

docs/source/api/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
bass
1111
clv
1212
customer_choice
13+
data
1314
deserialize
1415
hsgp_kwargs
1516
metrics

0 commit comments

Comments
 (0)