QuantEcon / lecture-python.myst

Quantitative Economics with Python
https://python.quantecon.org
84 stars 44 forks source link

`pymc.sample` deprecated after v5.10.0 #380

Open HumphreyYang opened 10 months ago

HumphreyYang commented 10 months ago

Hi @mmcky,

pymc.sample is deprecated after v5.10.0 as shown here.

HumphreyYang commented 10 months ago

Hi @mmcky,

Strangely, after testing it under pymc-5.10.2, I found pymc.sample can still be called. It is only removed from the documentation.

pymc.sampling.mcmc.sample does the same thing, perhaps it is calling pymc.sampling.mcmc.sample at the backend.

Would you still like me to update it?

mmcky commented 10 months ago

@HumphreyYang may we should report this to the pymc project?