Skip to content

Commit 45a2826

Browse files
authored
Update CONTRIBUTING.md
1 parent 90add85 commit 45a2826

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ These issue tickets are placed on one of the columns in this project based on th
2121
* **General updates:** notebooks in this column have pymc3 code up to date with v3, but don't use ArviZ (or do so only partially)
2222
* **ArviZ:** notebooks in this column use ArviZ but still have bad examples of pymc3 usage.
2323
* **Best practices:** notebooks in this column use ArviZ and pymc3 best practices. This column alone does not represent any extra updates, it is only the place for notebooks fulfilling the requirements to be in both "general updates" and "ArviZ".
24-
* **v4:** notebooks in this column use ArviZ and have been updated and executed with pymc3 v4.
24+
* **v4 (auto):** notebooks in this column have been updated and executed with pymc v4 using the `scripts/rerun.py` script, but they might not follow v4 best practices nor comply with the style guide
25+
* **Done:** notebooks in this column have been executed with v4, had their code updated to v4 best practices (there are now many things that were not possible before!) and also compy with the [style guide](https://docs.pymc.io/en/latest/contributing/jupyter_style.html)
2526

2627
Therefore, all notebooks will be progressively updated along this path:
2728

2829
```
2930
/ --> General updates -- \
30-
To Do --< >--> Best Practices --> v4
31+
To Do --< >--> Best Practices --> v4 (auto) --> Done
3132
\ --> ArviZ -- /
3233
```
3334

0 commit comments

Comments
 (0)