PyMC v3.9.2 Release Notes

Release Date: 2020-06-24 // almost 4 years ago
  • ๐Ÿšง Maintenance

    • ๐Ÿ‘€ Warning added in GP module when input_dim is lower than the number of columns in X to compute the covariance function (see #3974).
    • Pass the tune argument from sample when using advi+adapt_diag_grad (see issue #3965, fixed by #3979).
    • โž• Add simple test case for new coords and dims feature in pm.Model (see #3977).
    • ๐Ÿ‘€ Require ArviZ >= 0.9.0 (see #3977).
    • ๐Ÿ›  Fixed issue #3962 by making a change in the _random() method of GaussianRandomWalk class (see PR #3985). Further testing revealed a new issue which is being tracked by #4010.

    ๐Ÿ“„ NB: The docs/* folder is still removed from the tarball due to an upload size limit on PyPi.

    ๐Ÿš€ Release manager for 3.9.2: Alex Andorra (@AlexAndorra)