Skip to content

Commit

Permalink
run notebooks
Browse files Browse the repository at this point in the history
Former-commit-id: 0759463
  • Loading branch information
MaxHalford committed Sep 2, 2022
1 parent 5123279 commit bfb7ecc
Show file tree
Hide file tree
Showing 11 changed files with 2,168 additions and 937 deletions.
17 changes: 9 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,13 @@ $ make execute-notebooks
## Making a new release

1. Checkout `main`
2. Bump the version in `river/__version__.py`
3. Tag and date the `docs/releases/unreleased.md` file
4. Run the [benchmarks](benchmarks)
5. Commit and push
6. Wait for CI to [run the unit tests](https://github.com/online-ml/river/actions/workflows/unit-tests.yml)
7. Push the tag:
2. Run `make execute-notebooks` just to be safe
3. Run the [benchmarks](benchmarks)
4. Bump the version in `river/__version__.py`
5. Tag and date the `docs/releases/unreleased.md` file
6. Commit and push
7. Wait for CI to [run the unit tests](https://github.com/online-ml/river/actions/workflows/unit-tests.yml)
8. Push the tag:

```sh
RIVER_VERSION=$(python -c "import river; print(river.__version__)")
Expand All @@ -155,8 +156,8 @@ git tag $RIVER_VERSION
git push origin $RIVER_VERSION
```

7. Wait for CI to [ship to PyPI](https://github.com/online-ml/river/actions/workflows/pypi.yml) and [publish the new docs](https://github.com/online-ml/river/actions/workflows/release-docs.yml)
8. Create a [release](https://github.com/online-ml/river/releases):
9. Wait for CI to [ship to PyPI](https://github.com/online-ml/river/actions/workflows/pypi.yml) and [publish the new docs](https://github.com/online-ml/river/actions/workflows/release-docs.yml)
10. Create a [release](https://github.com/online-ml/river/releases):

```sh
RELEASE_NOTES=$(cat <<-END
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,8 @@ Please check out the [contribution guidelines](https://github.com/online-ml/rive

## 🤝 Affiliations

**Sponsors**

<p align="center">
<img width="55%" src="https://docs.google.com/drawings/d/e/2PACX-1vSagEhWAjDsb0c24En_fhWAf9DJZbyh5YjU7lK0sNowD2m9uv9TuFm-U77k6ObqTyN2mP05Avf6TCJc/pub?w=2073&h=1127" alt="sponsors">
</p>

**Collaborating institutions and groups**

<p align="center">
<img width="55%" src="https://docs.google.com/drawings/d/e/2PACX-1vQB0C8YgnkCt_3C3cp-Csaw8NLZUwishdbJFB3iSbBPUD0AxEVS9AlF-Rs5PJq8UVRzRtFwZIOucuXj/pub?w=1442&h=489" alt="collaborations">
<img width="70%" src="https://docs.google.com/drawings/d/e/2PACX-1vSagEhWAjDsb0c24En_fhWAf9DJZbyh5YjU7lK0sNowD2m9uv9TuFm-U77k6ObqTyN2mP05Avf6TCJc/pub?w=2073&h=1127" alt="affiliations">
</p>

## 💬 Citation
Expand Down
315 changes: 208 additions & 107 deletions docs/examples/batch-to-online.ipynb

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions docs/examples/bike-sharing-forecasting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2022-05-28T14:05:24.077796Z",
"iopub.status.busy": "2022-05-28T14:05:24.076703Z",
"iopub.status.idle": "2022-05-28T14:05:25.345784Z",
"shell.execute_reply": "2022-05-28T14:05:25.346198Z"
"iopub.execute_input": "2022-09-02T17:53:08.876413Z",
"iopub.status.busy": "2022-09-02T17:53:08.875354Z",
"iopub.status.idle": "2022-09-02T17:53:09.371863Z",
"shell.execute_reply": "2022-09-02T17:53:09.371314Z"
},
"tags": []
},
Expand Down Expand Up @@ -79,10 +79,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2022-05-28T14:05:25.354113Z",
"iopub.status.busy": "2022-05-28T14:05:25.353408Z",
"iopub.status.idle": "2022-05-28T14:05:40.089268Z",
"shell.execute_reply": "2022-05-28T14:05:40.089732Z"
"iopub.execute_input": "2022-09-02T17:53:09.376918Z",
"iopub.status.busy": "2022-09-02T17:53:09.376319Z",
"iopub.status.idle": "2022-09-02T17:53:27.963941Z",
"shell.execute_reply": "2022-09-02T17:53:27.964335Z"
},
"tags": []
},
Expand Down Expand Up @@ -145,10 +145,10 @@
"execution_count": 3,
"metadata": {
"execution": {
"iopub.execute_input": "2022-05-28T14:05:40.095575Z",
"iopub.status.busy": "2022-05-28T14:05:40.095020Z",
"iopub.status.idle": "2022-05-28T14:06:01.962546Z",
"shell.execute_reply": "2022-05-28T14:06:01.963008Z"
"iopub.execute_input": "2022-09-02T17:53:27.969318Z",
"iopub.status.busy": "2022-09-02T17:53:27.968681Z",
"iopub.status.idle": "2022-09-02T17:53:54.058333Z",
"shell.execute_reply": "2022-09-02T17:53:54.058806Z"
},
"tags": []
},
Expand Down Expand Up @@ -217,10 +217,10 @@
"execution_count": 4,
"metadata": {
"execution": {
"iopub.execute_input": "2022-05-28T14:06:01.967455Z",
"iopub.status.busy": "2022-05-28T14:06:01.966929Z",
"iopub.status.idle": "2022-05-28T14:06:01.973952Z",
"shell.execute_reply": "2022-05-28T14:06:01.974414Z"
"iopub.execute_input": "2022-09-02T17:53:54.062247Z",
"iopub.status.busy": "2022-09-02T17:53:54.061680Z",
"iopub.status.idle": "2022-09-02T17:53:54.087258Z",
"shell.execute_reply": "2022-09-02T17:53:54.087633Z"
},
"tags": []
},
Expand Down Expand Up @@ -381,10 +381,10 @@
"execution_count": 5,
"metadata": {
"execution": {
"iopub.execute_input": "2022-05-28T14:06:01.979788Z",
"iopub.status.busy": "2022-05-28T14:06:01.979231Z",
"iopub.status.idle": "2022-05-28T14:06:02.883775Z",
"shell.execute_reply": "2022-05-28T14:06:02.884330Z"
"iopub.execute_input": "2022-09-02T17:53:54.092641Z",
"iopub.status.busy": "2022-09-02T17:53:54.092077Z",
"iopub.status.idle": "2022-09-02T17:53:55.170101Z",
"shell.execute_reply": "2022-09-02T17:53:55.170484Z"
},
"tags": []
},
Expand Down Expand Up @@ -544,10 +544,10 @@
"execution_count": 6,
"metadata": {
"execution": {
"iopub.execute_input": "2022-05-28T14:06:29.204765Z",
"iopub.status.busy": "2022-05-28T14:06:29.204183Z",
"iopub.status.idle": "2022-05-28T14:06:55.935327Z",
"shell.execute_reply": "2022-05-28T14:06:55.935691Z"
"iopub.execute_input": "2022-09-02T17:53:55.174125Z",
"iopub.status.busy": "2022-09-02T17:53:55.173578Z",
"iopub.status.idle": "2022-09-02T17:54:20.879723Z",
"shell.execute_reply": "2022-09-02T17:54:20.880102Z"
},
"tags": []
},
Expand Down
261 changes: 174 additions & 87 deletions docs/examples/building-a-simple-nowcasting-model.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit bfb7ecc

Please sign in to comment.