Closed
Description
The next Aesara release will include aesara-devs/aesara#446 which altered the meaning of size
for multivariate distributions, to be more consistent with that of univariate distributions.
Size will now specify the number of replications + dimensions implied by batched parameters. It is equivalent to shape[:-ndim.supp]
. We will likely need to update our multivariate distributions and/or some tests (e.g. in test_distributions_random.py)
These changes should also be incorporated in #5437