Published March 15, 2022
| Version v3.11.5
Software
Open
pymc-devs/pymc: PyMC 3.11.5
Creators
- Thomas Wiecki
- John Salvatier
- Anand Patil
- Maxim Kochurov1
- Bill Engels
- Ricardo Vieira
- Junpeng Lao2
- Colin3
- Osvaldo Martin4
- Brandon T. Willard
- Michael Osthege5
- Adrian Seyboldt6
- Austin Rochford7
- rpgoldman
- Luciano Paz8
- Kyle Meyer
- Peadar Coyle
- Marco Edward Gorelli
- Ravin Kumar
- Taku Yoshioka9
- Oriol Abril-Pla
- George Ho10
- Thomas Kluyver
- Kyle Beauchamp
- Demetri Pananos
- Alexandre ANDORRA
- Eelke Spaak
- Benjamin Edwards
- Eric Ma
- Luis Mario Domenzain
- 1. MSU Economics / Skoltech CS
- 2. @google
- 3. Google
- 4. IMASL-CONICET
- 5. Forschungszentrum Jülich GmbH
- 6. pymc-labs
- 7. Kibo Commerce
- 8. PyMC-Labs
- 9. Laboro.AI
- 10. @flatironhealth
Description
PyMC 3.11.5 (15 March 2022)
This is a backport & bugfix release that eases the transition to pymc >=4.0.0
.
- The
pm.logp(rv, x)
syntax is now available and recommended to make your model codev4
-ready. Note that this backport is just an alias and much less capable than what's available withpymc >=4
(see #5083). - The
pm.Distribution(testval=...)
kwarg was deprecated and will be replaced bypm.Distribution(initval=...)
inpymc >=4
(see #5226). - The
pm.sample(start=...)
kwarg was deprecated and will be replaced bypm.sample(initvals=...)
inpymc >=4
(see #5226). pm.LogNormal
is now available as an alias forpm.Lognormal
(see #5389).
Files
pymc-devs/pymc-v3.11.5.zip
Files
(2.1 MB)
Name | Size | Download all |
---|---|---|
md5:5168ae7ffded372c04c9df176c304935
|
2.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pymc-devs/pymc/tree/v3.11.5 (URL)