From bd62b547b6341f93abe6c9fbdafe81e2b4da51ec Mon Sep 17 00:00:00 2001 From: "Oriol (ProDesk)" Date: Mon, 27 Oct 2025 19:32:23 +0100 Subject: [PATCH 1/4] add bibtex for pymc paper --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index cec9cf4d56..2117e528e5 100644 --- a/README.rst +++ b/README.rst @@ -203,6 +203,21 @@ Citing PyMC Please choose from the following: - |DOIpaper| *PyMC: A Modern and Comprehensive Probabilistic Programming Framework in Python*, Abril-Pla O, Andreani V, Carroll C, Dong L, Fonnesbeck CJ, Kochurov M, Kumar R, Lao J, Luhmann CC, Martin OA, Osthege M, Vieira R, Wiecki T, Zinkov R. (2023) + + - BibTex version + + .. code:: bibtex + + @article{pymc2023, + title = {{PyMC}: A Modern and Comprehensive Probabilistic Programming Framework in {P}ython}, + author = {Oriol Abril-Pla and Virgile Andreani and Colin Carroll and Larry Dong and Christopher J. Fonnesbeck and Maxim Kochurov and Ravin Kumar and Junpeng Lao and Christian C. Luhmann and Osvaldo A. Martin and Michael Osthege and Ricardo Vieira and Thomas Wiecki and Robert Zinkov }, + journal = {{PeerJ} Computer Science}, + volume = {9}, + number = {e1516}, + doi = {10.7717/peerj-cs.1516}, + year = {2023} + } + - |DOIzenodo| A DOI for all versions. - DOIs for specific versions are shown on Zenodo and under `Releases `_ From 6ded13a6906fcd6af8ef92a20125834ac44edb07 Mon Sep 17 00:00:00 2001 From: "Oriol (ProDesk)" Date: Mon, 27 Oct 2025 19:57:44 +0100 Subject: [PATCH 2/4] fix links and images --- README.rst | 18 ++++++++---------- docs/source/learn/consulting.md | 12 ++++++------ 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 2117e528e5..22e2537d62 100644 --- a/README.rst +++ b/README.rst @@ -186,6 +186,8 @@ Learn Bayesian statistics with a book together with PyMC - `PyMC port of the book "Statistical Rethinking A Bayesian Course with Examples in R and Stan" by Richard McElreath `__ - `PyMC port of the book "Bayesian Cognitive Modeling" by Michael Lee and EJ Wagenmakers `__: Focused on using Bayesian statistics in cognitive modeling. +See also the section on books using PyMC on `our website `__. + Audio & Video ------------- @@ -271,7 +273,7 @@ Domain specific - `CausalPy `__: A package focussing on causal inference in quasi-experimental settings. - `PyMC-Marketing `__: Bayesian marketing toolbox for marketing mix modeling, customer lifetime value, and more. -Please contact us if your software is not listed here. +See also the `ecosystem page `__ on our website. Please contact us if your software is not listed here. Papers citing PyMC ================== @@ -287,7 +289,7 @@ page `__. Also read our ` Support ======= -PyMC is a non-profit project under NumFOCUS umbrella. If you want to support PyMC financially, you can donate `here `__. +PyMC is a non-profit project under NumFOCUS umbrella. If you want to support PyMC financially, you can donate `here `__. Professional Consulting Support =============================== @@ -301,9 +303,7 @@ Sponsors |PyMCLabs| -|Mistplay| - -|ODSC| +|OpenWoundResearch| Thanks to our contributors ========================== @@ -323,11 +323,9 @@ Thanks to our contributors .. |NumFOCUS| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/sponsor_numfocus.png?raw=true :target: http://www.numfocus.org/ .. |PyMCLabs| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/sponsor_pymc_labs.png?raw=true - :target: https://pymc-labs.io -.. |Mistplay| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/sponsor_mistplay.png?raw=true - :target: https://www.mistplay.com/ -.. |ODSC| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/odsc/sponsor_odsc.png?raw=true - :target: https://odsc.com/california/?utm_source=pymc&utm_medium=referral + :target: https://pymc-labs.com +.. |OpenWoundResearch| image:: https://github.com/pymc-devs/brand/blob/main/sponsors/sponsor_logos/owr/sponsor_owr.png?raw=true + :target: https://www.openwoundresearch.com/ .. |contributors| image:: https://contrib.rocks/image?repo=pymc-devs/pymc :target: https://github.com/pymc-devs/pymc/graphs/contributors .. |Conda Downloads| image:: https://anaconda.org/conda-forge/pymc/badges/downloads.svg diff --git a/docs/source/learn/consulting.md b/docs/source/learn/consulting.md index c92c1f763f..20c7640ba8 100644 --- a/docs/source/learn/consulting.md +++ b/docs/source/learn/consulting.md @@ -1,13 +1,13 @@ (consulting)= # Consulting -
+

-If you need professional help with your PyMC model, [PyMC Labs](https://www.pymc-labs.io) is a Bayesian consultancy consisting of [members of the PyMC core development team](https://www.pymc-labs.io/team/). Work we typically do includes: -* Model speed-ups (reparameterizations, JAX, [GPU sampling](https://www.pymc-labs.io/blog-posts/pymc-stan-benchmark/)) -* Improving models (adding hierarchy, time-series structure etc) +If you need professional help with your PyMC model, [PyMC Labs](https://www.pymc-labs.com) is a Bayesian consultancy consisting of [members of the PyMC core development team](https://www.pymc-labs.com/team/). Typically PyMC Labs work includes: +* Model speed-ups (reparameterizations, JAX, [GPU sampling](https://www.pymc-labs.com/blog-posts/pymc-stan-benchmark/)) +* Improving models (adding hierarchy, time-series structure, etc.) * Building new models to solve applied business problems -* [Bayesian Media Mix Models](https://www.pymc-labs.io/blog-posts/bayesian-media-mix-modeling-for-marketing-optimization/) for marketing attribution +* [Bayesian Media Mix Models](https://www.pymc-labs.com/blog-posts/bayesian-media-mix-modeling-for-marketing-optimization/) for marketing attribution -Interested? Send us an email at [info@pymc-labs.io](mailto:info@pymc-labs.io). +Interested? Send an email to [info@pymc-labs.com](mailto:info@pymc-labs.com). From c64761bdfed9895f5ea3ad82c6c1ed2136412930 Mon Sep 17 00:00:00 2001 From: "Oriol (ProDesk)" Date: Thu, 30 Oct 2025 16:39:17 +0100 Subject: [PATCH 3/4] more readme updates --- README.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 22e2537d62..95f98f6da6 100644 --- a/README.rst +++ b/README.rst @@ -234,6 +234,8 @@ Contact We are using `discourse.pymc.io `__ as our main communication channel. To ask a question regarding modeling or usage of PyMC we encourage posting to our Discourse forum under the `“Questions” Category `__. You can also suggest feature in the `“Development” Category `__. +Requests for non-technical information about the project are also welcome on Discourse, +we also use Discourse internally for general announcements or governance related processes. You can also follow us on these social media platforms for updates and other announcements: @@ -244,8 +246,6 @@ You can also follow us on these social media platforms for updates and other ann To report an issue with PyMC please use the `issue tracker `__. -Finally, if you need to get in touch for non-technical information about the project, `send us an e-mail `__. - License ======= @@ -283,8 +283,13 @@ See Google Scholar `here `__. Also read our `Code of Conduct `__ guidelines for a better contributing experience. +The `GitHub contributor page `__ shows the people who have added content to this repo +which includes a large portion of contributors to the PyMC project but not all of them. Other +contributors have added content to other repos of the `pymc-devs` GitHub organization or have contributed +through other project spaces outside of GitHub like `our Discourse forum `__. + +If you are interested in contributing yourself, read our `Code of Conduct `__ +and `Contributing guide `__. Support ======= From 0830a91941cb8a5993a767a587bc9673008450b2 Mon Sep 17 00:00:00 2001 From: "Oriol (ProDesk)" Date: Thu, 30 Oct 2025 16:52:16 +0100 Subject: [PATCH 4/4] use double backticks --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 95f98f6da6..bba42ca002 100644 --- a/README.rst +++ b/README.rst @@ -285,7 +285,7 @@ Contributors The `GitHub contributor page `__ shows the people who have added content to this repo which includes a large portion of contributors to the PyMC project but not all of them. Other -contributors have added content to other repos of the `pymc-devs` GitHub organization or have contributed +contributors have added content to other repos of the ``pymc-devs`` GitHub organization or have contributed through other project spaces outside of GitHub like `our Discourse forum `__. If you are interested in contributing yourself, read our `Code of Conduct `__