[python-bayespy] 01/12: Merge tag 'upstream/0.5.11'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Sep 28 08:08:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository python-bayespy.

commit d45ba1a2a6ae12d5a7d1e0626f5bd168c366bb08
Merge: 8a81b18 6304b7b
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Sep 27 14:26:17 2017 +0100

    Merge tag 'upstream/0.5.11'
    
    Upstream version 0.5.11
    
    # gpg: Signature made Wed 27 Sep 2017 14:26:12 BST
    # gpg:                using RSA key F3DB8E7525060E1BDB84C20D6A990FB3DDEB910A
    # gpg:                issuer "ghisvail at gmail.com"
    # gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>" [ultimate]

 PKG-INFO                                           |   10 +-
 README.rst                                         |    8 +-
 bayespy.egg-info/PKG-INFO                          |   10 +-
 bayespy.egg-info/SOURCES.txt                       | 1712 --------------------
 bayespy/_meta.py                                   |    2 +-
 bayespy/_version.py                                |    4 +-
 .../inference/vmp/nodes/gaussian_markov_chain.py   |  108 +-
 bayespy/inference/vmp/nodes/multinomial_probit.py  |   34 -
 bayespy/inference/vmp/nodes/newnode.py             |  183 ---
 bayespy/inference/vmp/vmp.py                       |   43 +-
 bayespy/models/__init__.py                         |    1 -
 bayespy/models/pca.py                              |  125 --
 bayespy/nodes/gaussian.py                          |   59 -
 bayespy/plot.py                                    |  130 +-
 .../tests/baseline_images/test_plot/contour.png    |  Bin 75254 -> 56291 bytes
 .../baseline_images/test_plot/gaussian_mixture.png |  Bin 37179 -> 36488 bytes
 bayespy/tests/test_plot.py                         |   12 +
 doc/source/conf.py                                 |    3 +
 ...e.vmp.nodes.bernoulli.BernoulliDistribution.rst |   34 -
 ...erence.vmp.nodes.bernoulli.BernoulliMoments.rst |   27 -
 ...y.inference.vmp.nodes.beta.BetaDistribution.rst |   33 -
 ...ayespy.inference.vmp.nodes.beta.BetaMoments.rst |   26 -
 ...nce.vmp.nodes.binomial.BinomialDistribution.rst |   34 -
 ...nference.vmp.nodes.binomial.BinomialMoments.rst |   27 -
 ...p.nodes.categorical.CategoricalDistribution.rst |   34 -
 ...ce.vmp.nodes.categorical.CategoricalMoments.rst |   27 -
 ...ov_chain.CategoricalMarkovChainDistribution.rst |   34 -
 ..._markov_chain.CategoricalMarkovChainMoments.rst |   27 -
 ...yespy.inference.vmp.nodes.constant.Constant.rst |   43 -
 ...rence.vmp.nodes.deterministic.Deterministic.rst |   42 -
 ...e.vmp.nodes.dirichlet.DirichletDistribution.rst |   33 -
 ...erence.vmp.nodes.dirichlet.DirichletMoments.rst |   26 -
 ...rence.vmp.nodes.expfamily.ExponentialFamily.rst |   61 -
 ...des.expfamily.ExponentialFamilyDistribution.rst |   33 -
 ...inference.vmp.nodes.gamma.GammaDistribution.rst |   33 -
 ...espy.inference.vmp.nodes.gamma.GammaMoments.rst |   26 -
 ....vmp.nodes.gaussian.GaussianARDDistribution.rst |   34 -
 ...nce.vmp.nodes.gaussian.GaussianDistribution.rst |   33 -
 ...nodes.gaussian.GaussianGammaARDDistribution.rst |   34 -
 ....vmp.nodes.gaussian.GaussianGammaARDMoments.rst |   27 -
 ....gaussian.GaussianGammaARDToGaussianWishart.rst |   42 -
 ...mp.nodes.gaussian.GaussianGammaDistribution.rst |   34 -
 ...nodes.gaussian.GaussianGammaISODistribution.rst |   33 -
 ....vmp.nodes.gaussian.GaussianGammaISOMoments.rst |   27 -
 ...gaussian.GaussianGammaISOToGaussianGammaARD.rst |   42 -
 ...nce.vmp.nodes.gaussian.GaussianGammaMoments.rst |   29 -
 ...des.gaussian.GaussianGammaToGaussianWishart.rst |   42 -
 ...nference.vmp.nodes.gaussian.GaussianMoments.rst |   27 -
 ....vmp.nodes.gaussian.GaussianToGaussianGamma.rst |   42 -
 ...p.nodes.gaussian.GaussianToGaussianGammaISO.rst |   42 -
 ....nodes.gaussian.GaussianWishartDistribution.rst |   33 -
 ...e.vmp.nodes.gaussian.GaussianWishartMoments.rst |   26 -
 ...ence.vmp.nodes.gaussian.WrapToGaussianGamma.rst |   42 -
 ...e.vmp.nodes.gaussian.WrapToGaussianGammaARD.rst |   42 -
 ...e.vmp.nodes.gaussian.WrapToGaussianGammaISO.rst |   42 -
 ...ce.vmp.nodes.gaussian.WrapToGaussianWishart.rst |   42 -
 ...arkov_chain.GaussianMarkovChainDistribution.rst |   34 -
 ...ian_markov_chain.GaussianMarkovChainMoments.rst |   26 -
 ...in.SwitchingGaussianMarkovChainDistribution.rst |   34 -
 ...hain.VaryingGaussianMarkovChainDistribution.rst |   34 -
 ...p.nodes.multinomial.MultinomialDistribution.rst |   34 -
 ...ce.vmp.nodes.multinomial.MultinomialMoments.rst |   26 -
 .../bayespy.inference.vmp.nodes.node.Moments.rst   |   26 -
 .../bayespy.inference.vmp.nodes.node.Node.rst      |   41 -
 ...rence.vmp.nodes.poisson.PoissonDistribution.rst |   33 -
 ....inference.vmp.nodes.poisson.PoissonMoments.rst |   26 -
 ...inference.vmp.nodes.stochastic.Distribution.rst |   27 -
 ...y.inference.vmp.nodes.stochastic.Stochastic.rst |   49 -
 ...rence.vmp.nodes.wishart.WishartDistribution.rst |   33 -
 ....inference.vmp.nodes.wishart.WishartMoments.rst |   26 -
 .../dev_api/generated/bayespy.utils.linalg.rst     |   40 -
 .../dev_api/generated/bayespy.utils.misc.rst       |  103 --
 .../dev_api/generated/bayespy.utils.optimize.rst   |   24 -
 .../dev_api/generated/bayespy.utils.random.rst     |   43 -
 ...es.bernoulli.BernoulliDistribution.__init__.rst |    6 -
 ...noulliDistribution.compute_cgf_from_parents.rst |    6 -
 ...lliDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...ulli.BernoulliDistribution.compute_gradient.rst |    6 -
 ...noulli.BernoulliDistribution.compute_logpdf.rst |    6 -
 ...oulliDistribution.compute_message_to_parent.rst |    6 -
 ...rnoulliDistribution.compute_moments_and_cgf.rst |    6 -
 ...noulliDistribution.compute_phi_from_parents.rst |    6 -
 ...oulliDistribution.compute_weights_to_parent.rst |    6 -
 ...li.BernoulliDistribution.plates_from_parent.rst |    6 -
 ...ulli.BernoulliDistribution.plates_to_parent.rst |    6 -
 ...odes.bernoulli.BernoulliDistribution.random.rst |    6 -
 ...p.nodes.bernoulli.BernoulliMoments.__init__.rst |    6 -
 ...es.bernoulli.BernoulliMoments.add_converter.rst |    6 -
 ...i.BernoulliMoments.compute_dims_from_values.rst |    6 -
 ...ulli.BernoulliMoments.compute_fixed_moments.rst |    6 -
 ...es.bernoulli.BernoulliMoments.get_converter.rst |    6 -
 ...a.BetaDistribution.compute_cgf_from_parents.rst |    6 -
 ...etaDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...odes.beta.BetaDistribution.compute_gradient.rst |    6 -
 ....nodes.beta.BetaDistribution.compute_logpdf.rst |    6 -
 ....BetaDistribution.compute_message_to_parent.rst |    6 -
 ...ta.BetaDistribution.compute_moments_and_cgf.rst |    6 -
 ...a.BetaDistribution.compute_phi_from_parents.rst |    6 -
 ....BetaDistribution.compute_weights_to_parent.rst |    6 -
 ...es.beta.BetaDistribution.plates_from_parent.rst |    6 -
 ...odes.beta.BetaDistribution.plates_to_parent.rst |    6 -
 ...ence.vmp.nodes.beta.BetaDistribution.random.rst |    6 -
 ...ce.vmp.nodes.beta.BetaMoments.add_converter.rst |    6 -
 ...s.beta.BetaMoments.compute_dims_from_values.rst |    6 -
 ...odes.beta.BetaMoments.compute_fixed_moments.rst |    6 -
 ...ce.vmp.nodes.beta.BetaMoments.get_converter.rst |    6 -
 ...odes.binomial.BinomialDistribution.__init__.rst |    6 -
 ...nomialDistribution.compute_cgf_from_parents.rst |    6 -
 ...ialDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...omial.BinomialDistribution.compute_gradient.rst |    6 -
 ...inomial.BinomialDistribution.compute_logpdf.rst |    6 -
 ...omialDistribution.compute_message_to_parent.rst |    6 -
 ...inomialDistribution.compute_moments_and_cgf.rst |    6 -
 ...nomialDistribution.compute_phi_from_parents.rst |    6 -
 ...omialDistribution.compute_weights_to_parent.rst |    6 -
 ...ial.BinomialDistribution.plates_from_parent.rst |    6 -
 ...omial.BinomialDistribution.plates_to_parent.rst |    6 -
 ....nodes.binomial.BinomialDistribution.random.rst |    6 -
 ...vmp.nodes.binomial.BinomialMoments.__init__.rst |    6 -
 ...odes.binomial.BinomialMoments.add_converter.rst |    6 -
 ...al.BinomialMoments.compute_dims_from_values.rst |    6 -
 ...omial.BinomialMoments.compute_fixed_moments.rst |    6 -
 ...odes.binomial.BinomialMoments.get_converter.rst |    6 -
 ...ategorical.CategoricalDistribution.__init__.rst |    6 -
 ...oricalDistribution.compute_cgf_from_parents.rst |    6 -
 ...calDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...al.CategoricalDistribution.compute_gradient.rst |    6 -
 ...ical.CategoricalDistribution.compute_logpdf.rst |    6 -
 ...ricalDistribution.compute_message_to_parent.rst |    6 -
 ...goricalDistribution.compute_moments_and_cgf.rst |    6 -
 ...oricalDistribution.compute_phi_from_parents.rst |    6 -
 ...ricalDistribution.compute_weights_to_parent.rst |    6 -
 ....CategoricalDistribution.plates_from_parent.rst |    6 -
 ...al.CategoricalDistribution.plates_to_parent.rst |    6 -
 ....categorical.CategoricalDistribution.random.rst |    6 -
 ...des.categorical.CategoricalMoments.__init__.rst |    6 -
 ...ategorical.CategoricalMoments.add_converter.rst |    6 -
 ...CategoricalMoments.compute_dims_from_values.rst |    6 -
 ...al.CategoricalMoments.compute_fixed_moments.rst |    6 -
 ...ategorical.CategoricalMoments.get_converter.rst |    6 -
 ...CategoricalMarkovChainDistribution.__init__.rst |    6 -
 ...vChainDistribution.compute_cgf_from_parents.rst |    6 -
 ...ainDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...calMarkovChainDistribution.compute_gradient.rst |    6 -
 ...ricalMarkovChainDistribution.compute_logpdf.rst |    6 -
 ...ChainDistribution.compute_message_to_parent.rst |    6 -
 ...ovChainDistribution.compute_moments_and_cgf.rst |    6 -
 ...vChainDistribution.compute_phi_from_parents.rst |    6 -
 ...ChainDistribution.compute_weights_to_parent.rst |    6 -
 ...lMarkovChainDistribution.plates_from_parent.rst |    6 -
 ...calMarkovChainDistribution.plates_to_parent.rst |    6 -
 ...n.CategoricalMarkovChainDistribution.random.rst |    6 -
 ...hain.CategoricalMarkovChainMoments.__init__.rst |    6 -
 ...CategoricalMarkovChainMoments.add_converter.rst |    6 -
 ...MarkovChainMoments.compute_dims_from_values.rst |    6 -
 ...calMarkovChainMoments.compute_fixed_moments.rst |    6 -
 ...CategoricalMarkovChainMoments.get_converter.rst |    6 -
 ...erence.vmp.nodes.constant.Constant.__init__.rst |    6 -
 ....vmp.nodes.constant.Constant.add_plate_axis.rst |    6 -
 ...s.constant.Constant.broadcasting_multiplier.rst |    6 -
 ...nference.vmp.nodes.constant.Constant.delete.rst |    6 -
 ...erence.vmp.nodes.constant.Constant.get_mask.rst |    6 -
 ...nce.vmp.nodes.constant.Constant.get_moments.rst |    6 -
 ...rence.vmp.nodes.constant.Constant.get_shape.rst |    6 -
 ...nce.vmp.nodes.constant.Constant.has_plotter.rst |    6 -
 ....constant.Constant.lower_bound_contribution.rst |    6 -
 ...nce.vmp.nodes.constant.Constant.move_plates.rst |    6 -
 ...nference.vmp.nodes.constant.Constant.plates.rst |    6 -
 ...p.nodes.constant.Constant.plates_multiplier.rst |    6 -
 ....inference.vmp.nodes.constant.Constant.plot.rst |    6 -
 ...nce.vmp.nodes.constant.Constant.set_plotter.rst |    6 -
 ...rence.vmp.nodes.constant.Constant.set_value.rst |    6 -
 ....nodes.deterministic.Deterministic.__init__.rst |    6 -
 ....deterministic.Deterministic.add_plate_axis.rst |    6 -
 ...istic.Deterministic.broadcasting_multiplier.rst |    6 -
 ...mp.nodes.deterministic.Deterministic.delete.rst |    6 -
 ....nodes.deterministic.Deterministic.get_mask.rst |    6 -
 ...des.deterministic.Deterministic.get_moments.rst |    6 -
 ...nodes.deterministic.Deterministic.get_shape.rst |    6 -
 ...des.deterministic.Deterministic.has_plotter.rst |    6 -
 ...stic.Deterministic.lower_bound_contribution.rst |    6 -
 ...des.deterministic.Deterministic.move_plates.rst |    6 -
 ...mp.nodes.deterministic.Deterministic.plates.rst |    6 -
 ...terministic.Deterministic.plates_multiplier.rst |    6 -
 ....vmp.nodes.deterministic.Deterministic.plot.rst |    6 -
 ...des.deterministic.Deterministic.set_plotter.rst |    6 -
 ...ichletDistribution.compute_cgf_from_parents.rst |    6 -
 ...letDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...hlet.DirichletDistribution.compute_gradient.rst |    6 -
 ...ichlet.DirichletDistribution.compute_logpdf.rst |    6 -
 ...chletDistribution.compute_message_to_parent.rst |    6 -
 ...richletDistribution.compute_moments_and_cgf.rst |    6 -
 ...ichletDistribution.compute_phi_from_parents.rst |    6 -
 ...chletDistribution.compute_weights_to_parent.rst |    6 -
 ...et.DirichletDistribution.plates_from_parent.rst |    6 -
 ...hlet.DirichletDistribution.plates_to_parent.rst |    6 -
 ...odes.dirichlet.DirichletDistribution.random.rst |    6 -
 ...es.dirichlet.DirichletMoments.add_converter.rst |    6 -
 ...t.DirichletMoments.compute_dims_from_values.rst |    6 -
 ...hlet.DirichletMoments.compute_fixed_moments.rst |    6 -
 ...es.dirichlet.DirichletMoments.get_converter.rst |    6 -
 ....nodes.expfamily.ExponentialFamily.__init__.rst |    6 -
 ....expfamily.ExponentialFamily.add_plate_axis.rst |    6 -
 ...y.ExponentialFamily.broadcasting_multiplier.rst |    6 -
 ...mp.nodes.expfamily.ExponentialFamily.delete.rst |    6 -
 ....vmp.nodes.expfamily.ExponentialFamily.dims.rst |    6 -
 ...es.expfamily.ExponentialFamily.get_gradient.rst |    6 -
 ....nodes.expfamily.ExponentialFamily.get_mask.rst |    6 -
 ...des.expfamily.ExponentialFamily.get_moments.rst |    6 -
 ....expfamily.ExponentialFamily.get_parameters.rst |    6 -
 ...y.ExponentialFamily.get_riemannian_gradient.rst |    6 -
 ...nodes.expfamily.ExponentialFamily.get_shape.rst |    6 -
 ...des.expfamily.ExponentialFamily.has_plotter.rst |    6 -
 ...xponentialFamily.initialize_from_parameters.rst |    6 -
 ...ily.ExponentialFamily.initialize_from_prior.rst |    6 -
 ...ly.ExponentialFamily.initialize_from_random.rst |    6 -
 ...ily.ExponentialFamily.initialize_from_value.rst |    6 -
 ....vmp.nodes.expfamily.ExponentialFamily.load.rst |    6 -
 ...mp.nodes.expfamily.ExponentialFamily.logpdf.rst |    6 -
 ....ExponentialFamily.lower_bound_contribution.rst |    6 -
 ...odes.expfamily.ExponentialFamily.lowerbound.rst |    6 -
 ...des.expfamily.ExponentialFamily.move_plates.rst |    6 -
 ...p.nodes.expfamily.ExponentialFamily.observe.rst |    6 -
 ...e.vmp.nodes.expfamily.ExponentialFamily.pdf.rst |    6 -
 ...mp.nodes.expfamily.ExponentialFamily.plates.rst |    6 -
 ...pfamily.ExponentialFamily.plates_multiplier.rst |    6 -
 ....vmp.nodes.expfamily.ExponentialFamily.plot.rst |    6 -
 ...mp.nodes.expfamily.ExponentialFamily.random.rst |    6 -
 ....vmp.nodes.expfamily.ExponentialFamily.save.rst |    6 -
 ....expfamily.ExponentialFamily.set_parameters.rst |    6 -
 ...des.expfamily.ExponentialFamily.set_plotter.rst |    6 -
 ....vmp.nodes.expfamily.ExponentialFamily.show.rst |    6 -
 ...nodes.expfamily.ExponentialFamily.unobserve.rst |    6 -
 ...mp.nodes.expfamily.ExponentialFamily.update.rst |    6 -
 ...FamilyDistribution.compute_cgf_from_parents.rst |    6 -
 ...ilyDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...onentialFamilyDistribution.compute_gradient.rst |    6 -
 ...xponentialFamilyDistribution.compute_logpdf.rst |    6 -
 ...amilyDistribution.compute_message_to_parent.rst |    6 -
 ...lFamilyDistribution.compute_moments_and_cgf.rst |    6 -
 ...FamilyDistribution.compute_phi_from_parents.rst |    6 -
 ...amilyDistribution.compute_weights_to_parent.rst |    6 -
 ...entialFamilyDistribution.plates_from_parent.rst |    6 -
 ...onentialFamilyDistribution.plates_to_parent.rst |    6 -
 ...family.ExponentialFamilyDistribution.random.rst |    6 -
 ....GammaDistribution.compute_cgf_from_parents.rst |    6 -
 ...mmaDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...es.gamma.GammaDistribution.compute_gradient.rst |    6 -
 ...odes.gamma.GammaDistribution.compute_logpdf.rst |    6 -
 ...GammaDistribution.compute_message_to_parent.rst |    6 -
 ...a.GammaDistribution.compute_moments_and_cgf.rst |    6 -
 ....GammaDistribution.compute_phi_from_parents.rst |    6 -
 ...GammaDistribution.compute_weights_to_parent.rst |    6 -
 ....gamma.GammaDistribution.plates_from_parent.rst |    6 -
 ...es.gamma.GammaDistribution.plates_to_parent.rst |    6 -
 ...ce.vmp.nodes.gamma.GammaDistribution.random.rst |    6 -
 ....vmp.nodes.gamma.GammaMoments.add_converter.rst |    6 -
 ...gamma.GammaMoments.compute_dims_from_values.rst |    6 -
 ...es.gamma.GammaMoments.compute_fixed_moments.rst |    6 -
 ....vmp.nodes.gamma.GammaMoments.get_converter.rst |    6 -
 ...s.gaussian.GaussianARDDistribution.__init__.rst |    6 -
 ...ianARDDistribution.compute_cgf_from_parents.rst |    6 -
 ...ARDDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...an.GaussianARDDistribution.compute_gradient.rst |    6 -
 ...sian.GaussianARDDistribution.compute_logpdf.rst |    6 -
 ...anARDDistribution.compute_message_to_parent.rst |    6 -
 ...sianARDDistribution.compute_moments_and_cgf.rst |    6 -
 ...ianARDDistribution.compute_phi_from_parents.rst |    6 -
 ...anARDDistribution.compute_weights_to_parent.rst |    6 -
 ....GaussianARDDistribution.plates_from_parent.rst |    6 -
 ...an.GaussianARDDistribution.plates_to_parent.rst |    6 -
 ...des.gaussian.GaussianARDDistribution.random.rst |    6 -
 ...ussianDistribution.compute_cgf_from_parents.rst |    6 -
 ...ianDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...ssian.GaussianDistribution.compute_gradient.rst |    6 -
 ...aussian.GaussianDistribution.compute_logpdf.rst |    6 -
 ...ssianDistribution.compute_message_to_parent.rst |    6 -
 ...aussianDistribution.compute_moments_and_cgf.rst |    6 -
 ...ussianDistribution.compute_phi_from_parents.rst |    6 -
 ...ssianDistribution.compute_weights_to_parent.rst |    6 -
 ...ian.GaussianDistribution.plates_from_parent.rst |    6 -
 ...ssian.GaussianDistribution.plates_to_parent.rst |    6 -
 ....nodes.gaussian.GaussianDistribution.random.rst |    6 -
 ...ssian.GaussianGammaARDDistribution.__init__.rst |    6 -
 ...mmaARDDistribution.compute_cgf_from_parents.rst |    6 -
 ...ARDDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...ussianGammaARDDistribution.compute_gradient.rst |    6 -
 ...GaussianGammaARDDistribution.compute_logpdf.rst |    6 -
 ...maARDDistribution.compute_message_to_parent.rst |    6 -
 ...ammaARDDistribution.compute_moments_and_cgf.rst |    6 -
 ...mmaARDDistribution.compute_phi_from_parents.rst |    6 -
 ...maARDDistribution.compute_weights_to_parent.rst |    6 -
 ...sianGammaARDDistribution.plates_from_parent.rst |    6 -
 ...ussianGammaARDDistribution.plates_to_parent.rst |    6 -
 ...aussian.GaussianGammaARDDistribution.random.rst |    6 -
 ...s.gaussian.GaussianGammaARDMoments.__init__.rst |    6 -
 ...ssian.GaussianGammaARDMoments.add_converter.rst |    6 -
 ...ianGammaARDMoments.compute_dims_from_values.rst |    6 -
 ...ussianGammaARDMoments.compute_fixed_moments.rst |    6 -
 ...ssian.GaussianGammaARDMoments.get_converter.rst |    6 -
 ....GaussianGammaARDToGaussianWishart.__init__.rst |    6 -
 ...ianGammaARDToGaussianWishart.add_plate_axis.rst |    6 -
 ...RDToGaussianWishart.broadcasting_multiplier.rst |    6 -
 ...an.GaussianGammaARDToGaussianWishart.delete.rst |    6 -
 ....GaussianGammaARDToGaussianWishart.get_mask.rst |    6 -
 ...ussianGammaARDToGaussianWishart.get_moments.rst |    6 -
 ...GaussianGammaARDToGaussianWishart.get_shape.rst |    6 -
 ...ussianGammaARDToGaussianWishart.has_plotter.rst |    6 -
 ...DToGaussianWishart.lower_bound_contribution.rst |    6 -
 ...ussianGammaARDToGaussianWishart.move_plates.rst |    6 -
 ...an.GaussianGammaARDToGaussianWishart.plates.rst |    6 -
 ...GammaARDToGaussianWishart.plates_multiplier.rst |    6 -
 ...sian.GaussianGammaARDToGaussianWishart.plot.rst |    6 -
 ...ussianGammaARDToGaussianWishart.set_plotter.rst |    6 -
 ...gaussian.GaussianGammaDistribution.__init__.rst |    6 -
 ...nGammaDistribution.compute_cgf_from_parents.rst |    6 -
 ...mmaDistribution.compute_fixed_moments_and_f.rst |    6 -
 ....GaussianGammaDistribution.compute_gradient.rst |    6 -
 ...an.GaussianGammaDistribution.compute_logpdf.rst |    6 -
 ...GammaDistribution.compute_message_to_parent.rst |    6 -
 ...anGammaDistribution.compute_moments_and_cgf.rst |    6 -
 ...nGammaDistribution.compute_phi_from_parents.rst |    6 -
 ...GammaDistribution.compute_weights_to_parent.rst |    6 -
 ...aussianGammaDistribution.plates_from_parent.rst |    6 -
 ....GaussianGammaDistribution.plates_to_parent.rst |    6 -
 ...s.gaussian.GaussianGammaDistribution.random.rst |    6 -
 ...mmaISODistribution.compute_cgf_from_parents.rst |    6 -
 ...ISODistribution.compute_fixed_moments_and_f.rst |    6 -
 ...ussianGammaISODistribution.compute_gradient.rst |    6 -
 ...GaussianGammaISODistribution.compute_logpdf.rst |    6 -
 ...maISODistribution.compute_message_to_parent.rst |    6 -
 ...ammaISODistribution.compute_moments_and_cgf.rst |    6 -
 ...mmaISODistribution.compute_phi_from_parents.rst |    6 -
 ...maISODistribution.compute_weights_to_parent.rst |    6 -
 ...sianGammaISODistribution.plates_from_parent.rst |    6 -
 ...ussianGammaISODistribution.plates_to_parent.rst |    6 -
 ...aussian.GaussianGammaISODistribution.random.rst |    6 -
 ...s.gaussian.GaussianGammaISOMoments.__init__.rst |    6 -
 ...ssian.GaussianGammaISOMoments.add_converter.rst |    6 -
 ...ianGammaISOMoments.compute_dims_from_values.rst |    6 -
 ...ussianGammaISOMoments.compute_fixed_moments.rst |    6 -
 ...ssian.GaussianGammaISOMoments.get_converter.rst |    6 -
 ...GaussianGammaISOToGaussianGammaARD.__init__.rst |    6 -
 ...anGammaISOToGaussianGammaARD.add_plate_axis.rst |    6 -
 ...OToGaussianGammaARD.broadcasting_multiplier.rst |    6 -
 ...n.GaussianGammaISOToGaussianGammaARD.delete.rst |    6 -
 ...GaussianGammaISOToGaussianGammaARD.get_mask.rst |    6 -
 ...ssianGammaISOToGaussianGammaARD.get_moments.rst |    6 -
 ...aussianGammaISOToGaussianGammaARD.get_shape.rst |    6 -
 ...ssianGammaISOToGaussianGammaARD.has_plotter.rst |    6 -
 ...ToGaussianGammaARD.lower_bound_contribution.rst |    6 -
 ...ssianGammaISOToGaussianGammaARD.move_plates.rst |    6 -
 ...n.GaussianGammaISOToGaussianGammaARD.plates.rst |    6 -
 ...ammaISOToGaussianGammaARD.plates_multiplier.rst |    6 -
 ...ian.GaussianGammaISOToGaussianGammaARD.plot.rst |    6 -
 ...ssianGammaISOToGaussianGammaARD.set_plotter.rst |    6 -
 ...odes.gaussian.GaussianGammaMoments.__init__.rst |    6 -
 ...gaussian.GaussianGammaMoments.add_converter.rst |    6 -
 ....GaussianGammaMoments.compute_fixed_moments.rst |    6 -
 ...s.gaussian.GaussianGammaMoments.from_values.rst |    6 -
 ...gaussian.GaussianGammaMoments.get_converter.rst |    6 -
 ...GammaMoments.get_instance_conversion_kwargs.rst |    6 -
 ...GaussianGammaMoments.get_instance_converter.rst |    6 -
 ...ian.GaussianGammaToGaussianWishart.__init__.rst |    6 -
 ...ussianGammaToGaussianWishart.add_plate_axis.rst |    6 -
 ...maToGaussianWishart.broadcasting_multiplier.rst |    6 -
 ...ssian.GaussianGammaToGaussianWishart.delete.rst |    6 -
 ...ian.GaussianGammaToGaussianWishart.get_mask.rst |    6 -
 ....GaussianGammaToGaussianWishart.get_moments.rst |    6 -
 ...an.GaussianGammaToGaussianWishart.get_shape.rst |    6 -
 ....GaussianGammaToGaussianWishart.has_plotter.rst |    6 -
 ...aToGaussianWishart.lower_bound_contribution.rst |    6 -
 ....GaussianGammaToGaussianWishart.move_plates.rst |    6 -
 ...ssian.GaussianGammaToGaussianWishart.plates.rst |    6 -
 ...ianGammaToGaussianWishart.plates_multiplier.rst |    6 -
 ...aussian.GaussianGammaToGaussianWishart.plot.rst |    6 -
 ....GaussianGammaToGaussianWishart.set_plotter.rst |    6 -
 ...vmp.nodes.gaussian.GaussianMoments.__init__.rst |    6 -
 ...odes.gaussian.GaussianMoments.add_converter.rst |    6 -
 ...an.GaussianMoments.compute_dims_from_values.rst |    6 -
 ...ssian.GaussianMoments.compute_fixed_moments.rst |    6 -
 ...odes.gaussian.GaussianMoments.get_converter.rst |    6 -
 ...s.gaussian.GaussianToGaussianGamma.__init__.rst |    6 -
 ...sian.GaussianToGaussianGamma.add_plate_axis.rst |    6 -
 ...sianToGaussianGamma.broadcasting_multiplier.rst |    6 -
 ...des.gaussian.GaussianToGaussianGamma.delete.rst |    6 -
 ...s.gaussian.GaussianToGaussianGamma.get_mask.rst |    6 -
 ...aussian.GaussianToGaussianGamma.get_moments.rst |    6 -
 ....gaussian.GaussianToGaussianGamma.get_shape.rst |    6 -
 ...aussian.GaussianToGaussianGamma.has_plotter.rst |    6 -
 ...ianToGaussianGamma.lower_bound_contribution.rst |    6 -
 ...aussian.GaussianToGaussianGamma.move_plates.rst |    6 -
 ...des.gaussian.GaussianToGaussianGamma.plates.rst |    6 -
 ...n.GaussianToGaussianGamma.plates_multiplier.rst |    6 -
 ...nodes.gaussian.GaussianToGaussianGamma.plot.rst |    6 -
 ...aussian.GaussianToGaussianGamma.set_plotter.rst |    6 -
 ...aussian.GaussianToGaussianGammaISO.__init__.rst |    6 -
 ...n.GaussianToGaussianGammaISO.add_plate_axis.rst |    6 -
 ...nToGaussianGammaISO.broadcasting_multiplier.rst |    6 -
 ....gaussian.GaussianToGaussianGammaISO.delete.rst |    6 -
 ...aussian.GaussianToGaussianGammaISO.get_mask.rst |    6 -
 ...sian.GaussianToGaussianGammaISO.get_moments.rst |    6 -
 ...ussian.GaussianToGaussianGammaISO.get_shape.rst |    6 -
 ...sian.GaussianToGaussianGammaISO.has_plotter.rst |    6 -
 ...ToGaussianGammaISO.lower_bound_contribution.rst |    6 -
 ...sian.GaussianToGaussianGammaISO.move_plates.rst |    6 -
 ....gaussian.GaussianToGaussianGammaISO.plates.rst |    6 -
 ...aussianToGaussianGammaISO.plates_multiplier.rst |    6 -
 ...es.gaussian.GaussianToGaussianGammaISO.plot.rst |    6 -
 ...sian.GaussianToGaussianGammaISO.set_plotter.rst |    6 -
 ...ishartDistribution.compute_cgf_from_parents.rst |    6 -
 ...artDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...aussianWishartDistribution.compute_gradient.rst |    6 -
 ....GaussianWishartDistribution.compute_logpdf.rst |    6 -
 ...shartDistribution.compute_message_to_parent.rst |    6 -
 ...WishartDistribution.compute_moments_and_cgf.rst |    6 -
 ...ishartDistribution.compute_phi_from_parents.rst |    6 -
 ...shartDistribution.compute_weights_to_parent.rst |    6 -
 ...ssianWishartDistribution.plates_from_parent.rst |    6 -
 ...aussianWishartDistribution.plates_to_parent.rst |    6 -
 ...gaussian.GaussianWishartDistribution.random.rst |    6 -
 ...ussian.GaussianWishartMoments.add_converter.rst |    6 -
 ...sianWishartMoments.compute_dims_from_values.rst |    6 -
 ...aussianWishartMoments.compute_fixed_moments.rst |    6 -
 ...ussian.GaussianWishartMoments.get_converter.rst |    6 -
 ...nodes.gaussian.WrapToGaussianGamma.__init__.rst |    6 -
 ...gaussian.WrapToGaussianGamma.add_plate_axis.rst |    6 -
 ...WrapToGaussianGamma.broadcasting_multiplier.rst |    6 -
 ...p.nodes.gaussian.WrapToGaussianGamma.delete.rst |    6 -
 ...nodes.gaussian.WrapToGaussianGamma.get_mask.rst |    6 -
 ...es.gaussian.WrapToGaussianGamma.get_moments.rst |    6 -
 ...odes.gaussian.WrapToGaussianGamma.get_shape.rst |    6 -
 ...es.gaussian.WrapToGaussianGamma.has_plotter.rst |    6 -
 ...rapToGaussianGamma.lower_bound_contribution.rst |    6 -
 ...es.gaussian.WrapToGaussianGamma.move_plates.rst |    6 -
 ...p.nodes.gaussian.WrapToGaussianGamma.plates.rst |    6 -
 ...ssian.WrapToGaussianGamma.plates_multiplier.rst |    6 -
 ...vmp.nodes.gaussian.WrapToGaussianGamma.plot.rst |    6 -
 ...es.gaussian.WrapToGaussianGamma.set_plotter.rst |    6 -
 ...es.gaussian.WrapToGaussianGammaARD.__init__.rst |    6 -
 ...ssian.WrapToGaussianGammaARD.add_plate_axis.rst |    6 -
 ...pToGaussianGammaARD.broadcasting_multiplier.rst |    6 -
 ...odes.gaussian.WrapToGaussianGammaARD.delete.rst |    6 -
 ...es.gaussian.WrapToGaussianGammaARD.get_mask.rst |    6 -
 ...gaussian.WrapToGaussianGammaARD.get_moments.rst |    6 -
 ...s.gaussian.WrapToGaussianGammaARD.get_shape.rst |    6 -
 ...gaussian.WrapToGaussianGammaARD.has_plotter.rst |    6 -
 ...ToGaussianGammaARD.lower_bound_contribution.rst |    6 -
 ...gaussian.WrapToGaussianGammaARD.move_plates.rst |    6 -
 ...odes.gaussian.WrapToGaussianGammaARD.plates.rst |    6 -
 ...an.WrapToGaussianGammaARD.plates_multiplier.rst |    6 -
 ....nodes.gaussian.WrapToGaussianGammaARD.plot.rst |    6 -
 ...gaussian.WrapToGaussianGammaARD.set_plotter.rst |    6 -
 ...es.gaussian.WrapToGaussianGammaISO.__init__.rst |    6 -
 ...ssian.WrapToGaussianGammaISO.add_plate_axis.rst |    6 -
 ...pToGaussianGammaISO.broadcasting_multiplier.rst |    6 -
 ...odes.gaussian.WrapToGaussianGammaISO.delete.rst |    6 -
 ...es.gaussian.WrapToGaussianGammaISO.get_mask.rst |    6 -
 ...gaussian.WrapToGaussianGammaISO.get_moments.rst |    6 -
 ...s.gaussian.WrapToGaussianGammaISO.get_shape.rst |    6 -
 ...gaussian.WrapToGaussianGammaISO.has_plotter.rst |    6 -
 ...ToGaussianGammaISO.lower_bound_contribution.rst |    6 -
 ...gaussian.WrapToGaussianGammaISO.move_plates.rst |    6 -
 ...odes.gaussian.WrapToGaussianGammaISO.plates.rst |    6 -
 ...an.WrapToGaussianGammaISO.plates_multiplier.rst |    6 -
 ....nodes.gaussian.WrapToGaussianGammaISO.plot.rst |    6 -
 ...gaussian.WrapToGaussianGammaISO.set_plotter.rst |    6 -
 ...des.gaussian.WrapToGaussianWishart.__init__.rst |    6 -
 ...ussian.WrapToGaussianWishart.add_plate_axis.rst |    6 -
 ...apToGaussianWishart.broadcasting_multiplier.rst |    6 -
 ...nodes.gaussian.WrapToGaussianWishart.delete.rst |    6 -
 ...des.gaussian.WrapToGaussianWishart.get_mask.rst |    6 -
 ....gaussian.WrapToGaussianWishart.get_moments.rst |    6 -
 ...es.gaussian.WrapToGaussianWishart.get_shape.rst |    6 -
 ....gaussian.WrapToGaussianWishart.has_plotter.rst |    6 -
 ...pToGaussianWishart.lower_bound_contribution.rst |    6 -
 ....gaussian.WrapToGaussianWishart.move_plates.rst |    6 -
 ...nodes.gaussian.WrapToGaussianWishart.plates.rst |    6 -
 ...ian.WrapToGaussianWishart.plates_multiplier.rst |    6 -
 ...p.nodes.gaussian.WrapToGaussianWishart.plot.rst |    6 -
 ....gaussian.WrapToGaussianWishart.set_plotter.rst |    6 -
 ...in.GaussianMarkovChainDistribution.__init__.rst |    6 -
 ...vChainDistribution.compute_cgf_from_parents.rst |    6 -
 ...ainDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...ianMarkovChainDistribution.compute_gradient.rst |    6 -
 ...ssianMarkovChainDistribution.compute_logpdf.rst |    6 -
 ...ChainDistribution.compute_message_to_parent.rst |    6 -
 ...ovChainDistribution.compute_moments_and_cgf.rst |    6 -
 ...vChainDistribution.compute_phi_from_parents.rst |    6 -
 ...ChainDistribution.compute_weights_to_parent.rst |    6 -
 ...nMarkovChainDistribution.plates_from_parent.rst |    6 -
 ...ianMarkovChainDistribution.plates_to_parent.rst |    6 -
 ...hain.GaussianMarkovChainDistribution.random.rst |    6 -
 ...in.GaussianMarkovChainMoments.add_converter.rst |    6 -
 ...MarkovChainMoments.compute_dims_from_values.rst |    6 -
 ...ianMarkovChainMoments.compute_fixed_moments.rst |    6 -
 ...in.GaussianMarkovChainMoments.get_converter.rst |    6 -
 ...ingGaussianMarkovChainDistribution.__init__.rst |    6 -
 ...vChainDistribution.compute_cgf_from_parents.rst |    6 -
 ...ainDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...ianMarkovChainDistribution.compute_gradient.rst |    6 -
 ...ssianMarkovChainDistribution.compute_logpdf.rst |    6 -
 ...ChainDistribution.compute_message_to_parent.rst |    6 -
 ...ovChainDistribution.compute_moments_and_cgf.rst |    6 -
 ...vChainDistribution.compute_phi_from_parents.rst |    6 -
 ...ChainDistribution.compute_weights_to_parent.rst |    6 -
 ...nMarkovChainDistribution.plates_from_parent.rst |    6 -
 ...ianMarkovChainDistribution.plates_to_parent.rst |    6 -
 ...chingGaussianMarkovChainDistribution.random.rst |    6 -
 ...ingGaussianMarkovChainDistribution.__init__.rst |    6 -
 ...vChainDistribution.compute_cgf_from_parents.rst |    6 -
 ...ainDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...ianMarkovChainDistribution.compute_gradient.rst |    6 -
 ...ssianMarkovChainDistribution.compute_logpdf.rst |    6 -
 ...ChainDistribution.compute_message_to_parent.rst |    6 -
 ...ovChainDistribution.compute_moments_and_cgf.rst |    6 -
 ...vChainDistribution.compute_phi_from_parents.rst |    6 -
 ...ChainDistribution.compute_weights_to_parent.rst |    6 -
 ...nMarkovChainDistribution.plates_from_parent.rst |    6 -
 ...ianMarkovChainDistribution.plates_to_parent.rst |    6 -
 ...ryingGaussianMarkovChainDistribution.random.rst |    6 -
 ...ultinomial.MultinomialDistribution.__init__.rst |    6 -
 ...nomialDistribution.compute_cgf_from_parents.rst |    6 -
 ...ialDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...al.MultinomialDistribution.compute_gradient.rst |    6 -
 ...mial.MultinomialDistribution.compute_logpdf.rst |    6 -
 ...omialDistribution.compute_message_to_parent.rst |    6 -
 ...inomialDistribution.compute_moments_and_cgf.rst |    6 -
 ...nomialDistribution.compute_phi_from_parents.rst |    6 -
 ...omialDistribution.compute_weights_to_parent.rst |    6 -
 ....MultinomialDistribution.plates_from_parent.rst |    6 -
 ...al.MultinomialDistribution.plates_to_parent.rst |    6 -
 ....multinomial.MultinomialDistribution.random.rst |    6 -
 ...ultinomial.MultinomialMoments.add_converter.rst |    6 -
 ...MultinomialMoments.compute_dims_from_values.rst |    6 -
 ...al.MultinomialMoments.compute_fixed_moments.rst |    6 -
 ...ultinomial.MultinomialMoments.get_converter.rst |    6 -
 ...erence.vmp.nodes.node.Moments.add_converter.rst |    6 -
 ...nodes.node.Moments.compute_dims_from_values.rst |    6 -
 ...mp.nodes.node.Moments.compute_fixed_moments.rst |    6 -
 ...erence.vmp.nodes.node.Moments.get_converter.rst |    6 -
 ...espy.inference.vmp.nodes.node.Node.__init__.rst |    6 -
 ...nference.vmp.nodes.node.Node.add_plate_axis.rst |    6 -
 ...vmp.nodes.node.Node.broadcasting_multiplier.rst |    6 -
 ...ayespy.inference.vmp.nodes.node.Node.delete.rst |    6 -
 ...espy.inference.vmp.nodes.node.Node.get_mask.rst |    6 -
 ...y.inference.vmp.nodes.node.Node.get_moments.rst |    6 -
 ...spy.inference.vmp.nodes.node.Node.get_shape.rst |    6 -
 ...y.inference.vmp.nodes.node.Node.has_plotter.rst |    6 -
 ...y.inference.vmp.nodes.node.Node.move_plates.rst |    6 -
 ...ayespy.inference.vmp.nodes.node.Node.plates.rst |    6 -
 ...rence.vmp.nodes.node.Node.plates_multiplier.rst |    6 -
 .../bayespy.inference.vmp.nodes.node.Node.plot.rst |    6 -
 ...y.inference.vmp.nodes.node.Node.set_plotter.rst |    6 -
 ...oissonDistribution.compute_cgf_from_parents.rst |    6 -
 ...sonDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...oisson.PoissonDistribution.compute_gradient.rst |    6 -
 ....poisson.PoissonDistribution.compute_logpdf.rst |    6 -
 ...issonDistribution.compute_message_to_parent.rst |    6 -
 ...PoissonDistribution.compute_moments_and_cgf.rst |    6 -
 ...oissonDistribution.compute_phi_from_parents.rst |    6 -
 ...issonDistribution.compute_weights_to_parent.rst |    6 -
 ...sson.PoissonDistribution.plates_from_parent.rst |    6 -
 ...oisson.PoissonDistribution.plates_to_parent.rst |    6 -
 ...mp.nodes.poisson.PoissonDistribution.random.rst |    6 -
 ....nodes.poisson.PoissonMoments.add_converter.rst |    6 -
 ...son.PoissonMoments.compute_dims_from_values.rst |    6 -
 ...oisson.PoissonMoments.compute_fixed_moments.rst |    6 -
 ....nodes.poisson.PoissonMoments.get_converter.rst |    6 -
 ...stic.Distribution.compute_message_to_parent.rst |    6 -
 ...stic.Distribution.compute_weights_to_parent.rst |    6 -
 ....stochastic.Distribution.plates_from_parent.rst |    6 -
 ...es.stochastic.Distribution.plates_to_parent.rst |    6 -
 ...ce.vmp.nodes.stochastic.Distribution.random.rst |    6 -
 ...ce.vmp.nodes.stochastic.Stochastic.__init__.rst |    6 -
 ....nodes.stochastic.Stochastic.add_plate_axis.rst |    6 -
 ...ochastic.Stochastic.broadcasting_multiplier.rst |    6 -
 ...ence.vmp.nodes.stochastic.Stochastic.delete.rst |    6 -
 ...ce.vmp.nodes.stochastic.Stochastic.get_mask.rst |    6 -
 ...vmp.nodes.stochastic.Stochastic.get_moments.rst |    6 -
 ...e.vmp.nodes.stochastic.Stochastic.get_shape.rst |    6 -
 ...vmp.nodes.stochastic.Stochastic.has_plotter.rst |    6 -
 ...erence.vmp.nodes.stochastic.Stochastic.load.rst |    6 -
 ....vmp.nodes.stochastic.Stochastic.lowerbound.rst |    6 -
 ...vmp.nodes.stochastic.Stochastic.move_plates.rst |    6 -
 ...nce.vmp.nodes.stochastic.Stochastic.observe.rst |    6 -
 ...ence.vmp.nodes.stochastic.Stochastic.plates.rst |    6 -
 ...des.stochastic.Stochastic.plates_multiplier.rst |    6 -
 ...erence.vmp.nodes.stochastic.Stochastic.plot.rst |    6 -
 ...ence.vmp.nodes.stochastic.Stochastic.random.rst |    6 -
 ...erence.vmp.nodes.stochastic.Stochastic.save.rst |    6 -
 ...vmp.nodes.stochastic.Stochastic.set_plotter.rst |    6 -
 ...erence.vmp.nodes.stochastic.Stochastic.show.rst |    6 -
 ...e.vmp.nodes.stochastic.Stochastic.unobserve.rst |    6 -
 ...ence.vmp.nodes.stochastic.Stochastic.update.rst |    6 -
 ...ishartDistribution.compute_cgf_from_parents.rst |    6 -
 ...artDistribution.compute_fixed_moments_and_f.rst |    6 -
 ...ishart.WishartDistribution.compute_gradient.rst |    6 -
 ....wishart.WishartDistribution.compute_logpdf.rst |    6 -
 ...shartDistribution.compute_message_to_parent.rst |    6 -
 ...WishartDistribution.compute_moments_and_cgf.rst |    6 -
 ...ishartDistribution.compute_phi_from_parents.rst |    6 -
 ...shartDistribution.compute_weights_to_parent.rst |    6 -
 ...hart.WishartDistribution.plates_from_parent.rst |    6 -
 ...ishart.WishartDistribution.plates_to_parent.rst |    6 -
 ...mp.nodes.wishart.WishartDistribution.random.rst |    6 -
 ....nodes.wishart.WishartMoments.add_converter.rst |    6 -
 ...art.WishartMoments.compute_dims_from_values.rst |    6 -
 ...ishart.WishartMoments.compute_fixed_moments.rst |    6 -
 ....nodes.wishart.WishartMoments.get_converter.rst |    6 -
 .../bayespy.utils.linalg.block_banded_solve.rst    |    6 -
 .../generated/bayespy.utils.linalg.chol.rst        |    6 -
 .../generated/bayespy.utils.linalg.chol_inv.rst    |    6 -
 .../generated/bayespy.utils.linalg.chol_logdet.rst |    6 -
 .../generated/bayespy.utils.linalg.chol_solve.rst  |    6 -
 .../generated/bayespy.utils.linalg.dot.rst         |    6 -
 .../generated/bayespy.utils.linalg.inner.rst       |    6 -
 .../generated/bayespy.utils.linalg.inv.rst         |    6 -
 .../generated/bayespy.utils.linalg.logdet_chol.rst |    6 -
 .../generated/bayespy.utils.linalg.logdet_cov.rst  |    6 -
 .../generated/bayespy.utils.linalg.logdet_tri.rst  |    6 -
 .../generated/bayespy.utils.linalg.m_dot.rst       |    6 -
 .../generated/bayespy.utils.linalg.mmdot.rst       |    6 -
 .../generated/bayespy.utils.linalg.mvdot.rst       |    6 -
 .../generated/bayespy.utils.linalg.outer.rst       |    6 -
 .../bayespy.utils.linalg.solve_triangular.rst      |    6 -
 .../generated/bayespy.utils.linalg.tracedot.rst    |    6 -
 .../generated/bayespy.utils.linalg.transpose.rst   |    6 -
 .../generated/bayespy.utils.misc.CholeskyDense.rst |   26 -
 .../bayespy.utils.misc.CholeskySparse.rst          |   26 -
 .../generated/generated/bayespy.utils.misc.T.rst   |    6 -
 .../generated/bayespy.utils.misc.TestCase.rst      |   99 --
 .../generated/bayespy.utils.misc.add_axes.rst      |    6 -
 .../bayespy.utils.misc.add_leading_axes.rst        |    6 -
 .../bayespy.utils.misc.add_trailing_axes.rst       |    6 -
 .../bayespy.utils.misc.array_to_scalar.rst         |    6 -
 .../generated/bayespy.utils.misc.atleast_nd.rst    |    6 -
 .../bayespy.utils.misc.axes_to_collapse.rst        |    6 -
 .../generated/bayespy.utils.misc.block_banded.rst  |    6 -
 .../bayespy.utils.misc.broadcasted_shape.rst       |    6 -
 ...py.utils.misc.broadcasted_shape_from_arrays.rst |    6 -
 .../bayespy.utils.misc.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.utils.misc.ceildiv.rst       |    6 -
 .../generated/bayespy.utils.misc.chol.rst          |    6 -
 .../generated/bayespy.utils.misc.chol_inv.rst      |    6 -
 .../generated/bayespy.utils.misc.chol_logdet.rst   |    6 -
 .../generated/bayespy.utils.misc.chol_solve.rst    |    6 -
 .../generated/bayespy.utils.misc.cholesky.rst      |    6 -
 .../bayespy.utils.misc.composite_function.rst      |    6 -
 .../generated/bayespy.utils.misc.diag.rst          |    6 -
 .../generated/bayespy.utils.misc.diagonal.rst      |    6 -
 .../bayespy.utils.misc.dist_haversine.rst          |    6 -
 .../bayespy.utils.misc.find_set_index.rst          |    6 -
 .../generated/bayespy.utils.misc.first.rst         |    6 -
 .../bayespy.utils.misc.gaussian_logpdf.rst         |    6 -
 .../generated/bayespy.utils.misc.get_diag.rst      |    6 -
 .../generated/bayespy.utils.misc.gradient.rst      |    6 -
 .../generated/bayespy.utils.misc.grid.rst          |    6 -
 .../generated/bayespy.utils.misc.identity.rst      |    6 -
 .../generated/bayespy.utils.misc.invgamma.rst      |    6 -
 .../generated/bayespy.utils.misc.invpsi.rst        |    6 -
 .../generated/bayespy.utils.misc.is_callable.rst   |    6 -
 .../generated/bayespy.utils.misc.is_numeric.rst    |    6 -
 .../bayespy.utils.misc.is_scalar_integer.rst       |    6 -
 .../bayespy.utils.misc.is_shape_subset.rst         |    6 -
 .../generated/bayespy.utils.misc.is_string.rst     |    6 -
 .../generated/bayespy.utils.misc.isinteger.rst     |    6 -
 .../generated/bayespy.utils.misc.kalman_filter.rst |    6 -
 .../generated/bayespy.utils.misc.logdet_chol.rst   |    6 -
 .../generated/bayespy.utils.misc.logsumexp.rst     |    6 -
 .../generated/bayespy.utils.misc.m_digamma.rst     |    6 -
 .../generated/bayespy.utils.misc.m_dot.rst         |    6 -
 .../generated/bayespy.utils.misc.m_outer.rst       |    6 -
 .../bayespy.utils.misc.m_solve_triangular.rst      |    6 -
 .../bayespy.utils.misc.make_equal_length.rst       |    6 -
 .../bayespy.utils.misc.make_equal_ndim.rst         |    6 -
 .../generated/bayespy.utils.misc.mean.rst          |    6 -
 .../generated/bayespy.utils.misc.moveaxis.rst      |    6 -
 .../generated/bayespy.utils.misc.multidigamma.rst  |    6 -
 .../bayespy.utils.misc.multiply_shapes.rst         |    6 -
 .../generated/bayespy.utils.misc.nans.rst          |    6 -
 .../bayespy.utils.misc.nested_iterator.rst         |    6 -
 ...spy.utils.misc.parse_command_line_arguments.rst |    6 -
 .../generated/generated/bayespy.utils.misc.put.rst |    6 -
 .../generated/bayespy.utils.misc.put_simple.rst    |    6 -
 .../bayespy.utils.misc.remove_whitespace.rst       |    6 -
 .../bayespy.utils.misc.repeat_to_shape.rst         |    6 -
 .../generated/bayespy.utils.misc.rmse.rst          |    6 -
 .../generated/bayespy.utils.misc.rts_smoother.rst  |    6 -
 .../generated/bayespy.utils.misc.safe_indices.rst  |    6 -
 .../generated/bayespy.utils.misc.squeeze.rst       |    6 -
 .../bayespy.utils.misc.squeeze_to_dim.rst          |    6 -
 .../generated/bayespy.utils.misc.sum_multiply.rst  |    6 -
 .../bayespy.utils.misc.sum_multiply_to_plates.rst  |    6 -
 .../generated/bayespy.utils.misc.sum_product.rst   |    6 -
 .../generated/bayespy.utils.misc.sum_to_dim.rst    |    6 -
 .../generated/bayespy.utils.misc.sum_to_shape.rst  |    6 -
 .../generated/bayespy.utils.misc.symm.rst          |    6 -
 .../generated/bayespy.utils.misc.tempfile.rst      |    6 -
 .../generated/bayespy.utils.misc.trues.rst         |    6 -
 .../generated/bayespy.utils.misc.unique.rst        |    6 -
 .../generated/bayespy.utils.misc.write_to_hdf5.rst |    6 -
 .../generated/bayespy.utils.misc.zipper_merge.rst  |    6 -
 .../bayespy.utils.optimize.check_gradient.rst      |    6 -
 .../generated/bayespy.utils.optimize.minimize.rst  |    6 -
 .../bayespy.utils.random.alpha_beta_recursion.rst  |    6 -
 .../generated/bayespy.utils.random.bernoulli.rst   |    6 -
 .../generated/bayespy.utils.random.categorical.rst |    6 -
 .../generated/bayespy.utils.random.correlation.rst |    6 -
 .../generated/bayespy.utils.random.covariance.rst  |    6 -
 .../generated/bayespy.utils.random.dirichlet.rst   |    6 -
 .../bayespy.utils.random.gamma_entropy.rst         |    6 -
 .../bayespy.utils.random.gamma_logpdf.rst          |    6 -
 .../bayespy.utils.random.gaussian_entropy.rst      |    6 -
 .../bayespy.utils.random.gaussian_gamma_to_t.rst   |    6 -
 .../bayespy.utils.random.gaussian_logpdf.rst       |    6 -
 .../generated/bayespy.utils.random.intervals.rst   |    6 -
 .../bayespy.utils.random.invwishart_rand.rst       |    6 -
 ...bayespy.utils.random.logodds_to_probability.rst |    6 -
 .../generated/bayespy.utils.random.mask.rst        |    6 -
 .../generated/bayespy.utils.random.orth.rst        |    6 -
 .../generated/bayespy.utils.random.sphere.rst      |    6 -
 .../generated/bayespy.utils.random.svd.rst         |    6 -
 .../generated/bayespy.utils.random.t_logpdf.rst    |    6 -
 .../generated/bayespy.utils.random.wishart.rst     |    6 -
 .../bayespy.utils.random.wishart_rand.rst          |    6 -
 .../bayespy.utils.misc.CholeskyDense.__init__.rst  |    6 -
 .../bayespy.utils.misc.CholeskyDense.logdet.rst    |    6 -
 .../bayespy.utils.misc.CholeskyDense.solve.rst     |    6 -
 ...ils.misc.CholeskyDense.trace_solve_gradient.rst |    6 -
 .../bayespy.utils.misc.CholeskySparse.__init__.rst |    6 -
 .../bayespy.utils.misc.CholeskySparse.logdet.rst   |    6 -
 .../bayespy.utils.misc.CholeskySparse.solve.rst    |    6 -
 ...ls.misc.CholeskySparse.trace_solve_gradient.rst |    6 -
 .../bayespy.utils.misc.TestCase.__init__.rst       |    6 -
 .../bayespy.utils.misc.TestCase.addCleanup.rst     |    6 -
 ...spy.utils.misc.TestCase.addTypeEqualityFunc.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertAllClose.rst |    6 -
 ...yespy.utils.misc.TestCase.assertAlmostEqual.rst |    6 -
 ...espy.utils.misc.TestCase.assertAlmostEquals.rst |    6 -
 ...ayespy.utils.misc.TestCase.assertArrayEqual.rst |    6 -
 ...ayespy.utils.misc.TestCase.assertCountEqual.rst |    6 -
 ...tils.misc.TestCase.assertDictContainsSubset.rst |    6 -
 ...bayespy.utils.misc.TestCase.assertDictEqual.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertEqual.rst    |    6 -
 .../bayespy.utils.misc.TestCase.assertEquals.rst   |    6 -
 .../bayespy.utils.misc.TestCase.assertFalse.rst    |    6 -
 .../bayespy.utils.misc.TestCase.assertGreater.rst  |    6 -
 ...espy.utils.misc.TestCase.assertGreaterEqual.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertIn.rst       |    6 -
 .../bayespy.utils.misc.TestCase.assertIs.rst       |    6 -
 ...ayespy.utils.misc.TestCase.assertIsInstance.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertIsNone.rst   |    6 -
 .../bayespy.utils.misc.TestCase.assertIsNot.rst    |    6 -
 ...bayespy.utils.misc.TestCase.assertIsNotNone.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertLess.rst     |    6 -
 ...bayespy.utils.misc.TestCase.assertLessEqual.rst |    6 -
 ...bayespy.utils.misc.TestCase.assertListEqual.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertLogs.rst     |    6 -
 .../bayespy.utils.misc.TestCase.assertMessage.rst  |    6 -
 ...py.utils.misc.TestCase.assertMessageToChild.rst |    6 -
 ...py.utils.misc.TestCase.assertMultiLineEqual.rst |    6 -
 ...py.utils.misc.TestCase.assertNotAlmostEqual.rst |    6 -
 ...y.utils.misc.TestCase.assertNotAlmostEquals.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertNotEqual.rst |    6 -
 ...bayespy.utils.misc.TestCase.assertNotEquals.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertNotIn.rst    |    6 -
 ...spy.utils.misc.TestCase.assertNotIsInstance.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertNotRegex.rst |    6 -
 ....utils.misc.TestCase.assertNotRegexpMatches.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertRaises.rst   |    6 -
 ...yespy.utils.misc.TestCase.assertRaisesRegex.rst |    6 -
 ...espy.utils.misc.TestCase.assertRaisesRegexp.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertRegex.rst    |    6 -
 ...spy.utils.misc.TestCase.assertRegexpMatches.rst |    6 -
 ...spy.utils.misc.TestCase.assertSequenceEqual.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertSetEqual.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertTrue.rst     |    6 -
 ...ayespy.utils.misc.TestCase.assertTupleEqual.rst |    6 -
 .../bayespy.utils.misc.TestCase.assertWarns.rst    |    6 -
 ...ayespy.utils.misc.TestCase.assertWarnsRegex.rst |    6 -
 .../bayespy.utils.misc.TestCase.assert_.rst        |    6 -
 .../bayespy.utils.misc.TestCase.countTestCases.rst |    6 -
 .../bayespy.utils.misc.TestCase.debug.rst          |    6 -
 ...yespy.utils.misc.TestCase.defaultTestResult.rst |    6 -
 .../bayespy.utils.misc.TestCase.doCleanups.rst     |    6 -
 .../generated/bayespy.utils.misc.TestCase.fail.rst |    6 -
 .../bayespy.utils.misc.TestCase.failIf.rst         |    6 -
 ...yespy.utils.misc.TestCase.failIfAlmostEqual.rst |    6 -
 .../bayespy.utils.misc.TestCase.failIfEqual.rst    |    6 -
 .../bayespy.utils.misc.TestCase.failUnless.rst     |    6 -
 ...y.utils.misc.TestCase.failUnlessAlmostEqual.rst |    6 -
 ...bayespy.utils.misc.TestCase.failUnlessEqual.rst |    6 -
 ...ayespy.utils.misc.TestCase.failUnlessRaises.rst |    6 -
 .../generated/bayespy.utils.misc.TestCase.id.rst   |    6 -
 .../bayespy.utils.misc.TestCase.longMessage.rst    |    6 -
 .../bayespy.utils.misc.TestCase.maxDiff.rst        |    6 -
 .../generated/bayespy.utils.misc.TestCase.run.rst  |    6 -
 .../bayespy.utils.misc.TestCase.setUp.rst          |    6 -
 .../bayespy.utils.misc.TestCase.setUpClass.rst     |    6 -
 ...ayespy.utils.misc.TestCase.shortDescription.rst |    6 -
 .../bayespy.utils.misc.TestCase.skipTest.rst       |    6 -
 .../bayespy.utils.misc.TestCase.subTest.rst        |    6 -
 .../bayespy.utils.misc.TestCase.tearDown.rst       |    6 -
 .../bayespy.utils.misc.TestCase.tearDownClass.rst  |    6 -
 doc/source/dev_guide/workflow.rst                  |    3 +
 doc/source/examples/my_test.rst                    |   15 -
 .../user_api/generated/bayespy.inference.rst       |    4 -
 doc/source/user_api/generated/bayespy.nodes.rst    |    4 -
 doc/source/user_api/generated/bayespy.plot.rst     |    4 -
 .../generated/generated/bayespy.inference.VB.rst   |   52 -
 ...nference.vmp.transformations.RotateGaussian.rst |   28 -
 ...rence.vmp.transformations.RotateGaussianARD.rst |   28 -
 ...p.transformations.RotateGaussianMarkovChain.rst |   28 -
 ...nference.vmp.transformations.RotateMultiple.rst |   28 -
 ....transformations.RotateSwitchingMarkovChain.rst |   28 -
 ...mp.transformations.RotateVaryingMarkovChain.rst |   28 -
 ...rence.vmp.transformations.RotationOptimizer.rst |   24 -
 .../generated/generated/bayespy.nodes.Add.rst      |   42 -
 .../generated/bayespy.nodes.Bernoulli.rst          |   61 -
 .../generated/generated/bayespy.nodes.Beta.rst     |   61 -
 .../generated/generated/bayespy.nodes.Binomial.rst |   61 -
 .../generated/bayespy.nodes.Categorical.rst        |   61 -
 .../bayespy.nodes.CategoricalMarkovChain.rst       |   61 -
 .../generated/generated/bayespy.nodes.Choose.rst   |    6 -
 .../generated/bayespy.nodes.ConcatGaussian.rst     |   42 -
 .../generated/bayespy.nodes.Dirichlet.rst          |   61 -
 .../generated/generated/bayespy.nodes.Dot.rst      |    6 -
 .../generated/bayespy.nodes.Exponential.rst        |   62 -
 .../generated/generated/bayespy.nodes.Function.rst |   42 -
 .../generated/generated/bayespy.nodes.Gamma.rst    |   62 -
 .../generated/generated/bayespy.nodes.Gate.rst     |   42 -
 .../generated/generated/bayespy.nodes.Gaussian.rst |   63 -
 .../generated/bayespy.nodes.GaussianARD.rst        |   64 -
 .../generated/bayespy.nodes.GaussianGamma.rst      |   67 -
 .../generated/bayespy.nodes.GaussianGammaARD.rst   |   61 -
 .../generated/bayespy.nodes.GaussianGammaISO.rst   |   64 -
 .../bayespy.nodes.GaussianMarkovChain.rst          |   62 -
 .../generated/bayespy.nodes.GaussianWishart.rst    |   61 -
 .../generated/generated/bayespy.nodes.Mixture.rst  |   62 -
 .../generated/bayespy.nodes.Multinomial.rst        |   61 -
 .../generated/generated/bayespy.nodes.Poisson.rst  |   61 -
 .../generated/bayespy.nodes.SumMultiply.rst        |   43 -
 .../bayespy.nodes.SwitchingGaussianMarkovChain.rst |   62 -
 .../generated/generated/bayespy.nodes.Take.rst     |   42 -
 .../bayespy.nodes.VaryingGaussianMarkovChain.rst   |   62 -
 .../generated/generated/bayespy.nodes.Wishart.rst  |   61 -
 .../bayespy.plot.CategoricalMarkovChainPlotter.rst |   23 -
 .../generated/bayespy.plot.ContourPlotter.rst      |   23 -
 .../generated/bayespy.plot.FunctionPlotter.rst     |   23 -
 .../bayespy.plot.GaussianTimeseriesPlotter.rst     |   23 -
 .../generated/bayespy.plot.HintonPlotter.rst       |   23 -
 .../generated/bayespy.plot.PDFPlotter.rst          |   23 -
 .../generated/generated/bayespy.plot.Plotter.rst   |   23 -
 .../generated/generated/bayespy.plot.contour.rst   |    6 -
 .../generated/bayespy.plot.gaussian_mixture_2d.rst |    6 -
 .../generated/generated/bayespy.plot.hinton.rst    |    6 -
 .../generated/generated/bayespy.plot.pdf.rst       |    6 -
 .../generated/generated/bayespy.plot.plot.rst      |    6 -
 .../generated/bayespy.inference.VB.__init__.rst    |    6 -
 .../generated/bayespy.inference.VB.add.rst         |    6 -
 .../bayespy.inference.VB.compute_lowerbound.rst    |    6 -
 ...yespy.inference.VB.compute_lowerbound_terms.rst |    6 -
 .../generated/bayespy.inference.VB.dot.rst         |    6 -
 .../bayespy.inference.VB.get_gradients.rst         |    6 -
 ...bayespy.inference.VB.get_iteration_by_nodes.rst |    6 -
 .../bayespy.inference.VB.get_parameters.rst        |    6 -
 .../bayespy.inference.VB.gradient_step.rst         |    6 -
 .../bayespy.inference.VB.has_converged.rst         |    6 -
 .../bayespy.inference.VB.ignore_bound_checks.rst   |    6 -
 .../generated/bayespy.inference.VB.load.rst        |    6 -
 ...yespy.inference.VB.loglikelihood_lowerbound.rst |    6 -
 .../generated/bayespy.inference.VB.optimize.rst    |    6 -
 .../bayespy.inference.VB.pattern_search.rst        |    6 -
 .../generated/bayespy.inference.VB.plot.rst        |    6 -
 ...ayespy.inference.VB.plot_iteration_by_nodes.rst |    6 -
 .../generated/bayespy.inference.VB.save.rst        |    6 -
 .../bayespy.inference.VB.set_annealing.rst         |    6 -
 .../bayespy.inference.VB.set_autosave.rst          |    6 -
 .../bayespy.inference.VB.set_callback.rst          |    6 -
 .../bayespy.inference.VB.set_parameters.rst        |    6 -
 .../generated/bayespy.inference.VB.update.rst      |    6 -
 .../generated/bayespy.inference.VB.use_logging.rst |    6 -
 ...vmp.transformations.RotateGaussian.__init__.rst |    6 -
 ...ce.vmp.transformations.RotateGaussian.bound.rst |    6 -
 ...nsformations.RotateGaussian.get_bound_terms.rst |    6 -
 ...ce.vmp.transformations.RotateGaussian.nodes.rst |    6 -
 ...e.vmp.transformations.RotateGaussian.rotate.rst |    6 -
 ...ce.vmp.transformations.RotateGaussian.setup.rst |    6 -
 ....transformations.RotateGaussianARD.__init__.rst |    6 -
 ...vmp.transformations.RotateGaussianARD.bound.rst |    6 -
 ...ormations.RotateGaussianARD.get_bound_terms.rst |    6 -
 ...vmp.transformations.RotateGaussianARD.nodes.rst |    6 -
 ...mp.transformations.RotateGaussianARD.rotate.rst |    6 -
 ...vmp.transformations.RotateGaussianARD.setup.rst |    6 -
 ...rmations.RotateGaussianMarkovChain.__init__.rst |    6 -
 ...sformations.RotateGaussianMarkovChain.bound.rst |    6 -
 ...s.RotateGaussianMarkovChain.get_bound_terms.rst |    6 -
 ...sformations.RotateGaussianMarkovChain.nodes.rst |    6 -
 ...formations.RotateGaussianMarkovChain.rotate.rst |    6 -
 ...sformations.RotateGaussianMarkovChain.setup.rst |    6 -
 ...vmp.transformations.RotateMultiple.__init__.rst |    6 -
 ...ce.vmp.transformations.RotateMultiple.bound.rst |    6 -
 ...nsformations.RotateMultiple.get_bound_terms.rst |    6 -
 ...ce.vmp.transformations.RotateMultiple.nodes.rst |    6 -
 ...e.vmp.transformations.RotateMultiple.rotate.rst |    6 -
 ...ce.vmp.transformations.RotateMultiple.setup.rst |    6 -
 ...mations.RotateSwitchingMarkovChain.__init__.rst |    6 -
 ...formations.RotateSwitchingMarkovChain.bound.rst |    6 -
 ....RotateSwitchingMarkovChain.get_bound_terms.rst |    6 -
 ...formations.RotateSwitchingMarkovChain.nodes.rst |    6 -
 ...ormations.RotateSwitchingMarkovChain.rotate.rst |    6 -
 ...formations.RotateSwitchingMarkovChain.setup.rst |    6 -
 ...ormations.RotateVaryingMarkovChain.__init__.rst |    6 -
 ...nsformations.RotateVaryingMarkovChain.bound.rst |    6 -
 ...ns.RotateVaryingMarkovChain.get_bound_terms.rst |    6 -
 ...nsformations.RotateVaryingMarkovChain.nodes.rst |    6 -
 ...sformations.RotateVaryingMarkovChain.rotate.rst |    6 -
 ...nsformations.RotateVaryingMarkovChain.setup.rst |    6 -
 ....transformations.RotationOptimizer.__init__.rst |    6 -
 ...mp.transformations.RotationOptimizer.rotate.rst |    6 -
 .../generated/bayespy.nodes.Add.__init__.rst       |    6 -
 .../generated/bayespy.nodes.Add.add_plate_axis.rst |    6 -
 .../bayespy.nodes.Add.broadcasting_multiplier.rst  |    6 -
 .../generated/bayespy.nodes.Add.delete.rst         |    6 -
 .../generated/bayespy.nodes.Add.get_mask.rst       |    6 -
 .../generated/bayespy.nodes.Add.get_moments.rst    |    6 -
 .../generated/bayespy.nodes.Add.get_shape.rst      |    6 -
 .../generated/bayespy.nodes.Add.has_plotter.rst    |    6 -
 .../bayespy.nodes.Add.lower_bound_contribution.rst |    6 -
 .../generated/bayespy.nodes.Add.move_plates.rst    |    6 -
 .../generated/bayespy.nodes.Add.plates.rst         |    6 -
 .../bayespy.nodes.Add.plates_multiplier.rst        |    6 -
 .../generated/generated/bayespy.nodes.Add.plot.rst |    6 -
 .../generated/bayespy.nodes.Add.set_plotter.rst    |    6 -
 .../generated/bayespy.nodes.Bernoulli.__init__.rst |    6 -
 .../bayespy.nodes.Bernoulli.add_plate_axis.rst     |    6 -
 ...spy.nodes.Bernoulli.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Bernoulli.delete.rst   |    6 -
 .../generated/bayespy.nodes.Bernoulli.dims.rst     |    6 -
 .../bayespy.nodes.Bernoulli.get_gradient.rst       |    6 -
 .../generated/bayespy.nodes.Bernoulli.get_mask.rst |    6 -
 .../bayespy.nodes.Bernoulli.get_moments.rst        |    6 -
 .../bayespy.nodes.Bernoulli.get_parameters.rst     |    6 -
 ...spy.nodes.Bernoulli.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.Bernoulli.get_shape.rst          |    6 -
 .../bayespy.nodes.Bernoulli.has_plotter.rst        |    6 -
 ....nodes.Bernoulli.initialize_from_parameters.rst |    6 -
 ...yespy.nodes.Bernoulli.initialize_from_prior.rst |    6 -
 ...espy.nodes.Bernoulli.initialize_from_random.rst |    6 -
 ...yespy.nodes.Bernoulli.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.Bernoulli.load.rst     |    6 -
 .../generated/bayespy.nodes.Bernoulli.logpdf.rst   |    6 -
 ...py.nodes.Bernoulli.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.Bernoulli.lowerbound.rst         |    6 -
 .../bayespy.nodes.Bernoulli.move_plates.rst        |    6 -
 .../generated/bayespy.nodes.Bernoulli.observe.rst  |    6 -
 .../generated/bayespy.nodes.Bernoulli.pdf.rst      |    6 -
 .../generated/bayespy.nodes.Bernoulli.plates.rst   |    6 -
 .../bayespy.nodes.Bernoulli.plates_multiplier.rst  |    6 -
 .../generated/bayespy.nodes.Bernoulli.plot.rst     |    6 -
 .../generated/bayespy.nodes.Bernoulli.random.rst   |    6 -
 .../generated/bayespy.nodes.Bernoulli.save.rst     |    6 -
 .../bayespy.nodes.Bernoulli.set_parameters.rst     |    6 -
 .../bayespy.nodes.Bernoulli.set_plotter.rst        |    6 -
 .../generated/bayespy.nodes.Bernoulli.show.rst     |    6 -
 .../bayespy.nodes.Bernoulli.unobserve.rst          |    6 -
 .../generated/bayespy.nodes.Bernoulli.update.rst   |    6 -
 .../generated/bayespy.nodes.Beta.__init__.rst      |    6 -
 .../bayespy.nodes.Beta.add_plate_axis.rst          |    6 -
 .../bayespy.nodes.Beta.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Beta.delete.rst        |    6 -
 .../generated/bayespy.nodes.Beta.dims.rst          |    6 -
 .../generated/bayespy.nodes.Beta.get_gradient.rst  |    6 -
 .../generated/bayespy.nodes.Beta.get_mask.rst      |    6 -
 .../generated/bayespy.nodes.Beta.get_moments.rst   |    6 -
 .../bayespy.nodes.Beta.get_parameters.rst          |    6 -
 .../bayespy.nodes.Beta.get_riemannian_gradient.rst |    6 -
 .../generated/bayespy.nodes.Beta.get_shape.rst     |    6 -
 .../generated/bayespy.nodes.Beta.has_plotter.rst   |    6 -
 ...yespy.nodes.Beta.initialize_from_parameters.rst |    6 -
 .../bayespy.nodes.Beta.initialize_from_prior.rst   |    6 -
 .../bayespy.nodes.Beta.initialize_from_random.rst  |    6 -
 .../bayespy.nodes.Beta.initialize_from_value.rst   |    6 -
 .../generated/bayespy.nodes.Beta.load.rst          |    6 -
 .../generated/bayespy.nodes.Beta.logpdf.rst        |    6 -
 ...bayespy.nodes.Beta.lower_bound_contribution.rst |    6 -
 .../generated/bayespy.nodes.Beta.lowerbound.rst    |    6 -
 .../generated/bayespy.nodes.Beta.move_plates.rst   |    6 -
 .../generated/bayespy.nodes.Beta.observe.rst       |    6 -
 .../generated/generated/bayespy.nodes.Beta.pdf.rst |    6 -
 .../generated/bayespy.nodes.Beta.plates.rst        |    6 -
 .../bayespy.nodes.Beta.plates_multiplier.rst       |    6 -
 .../generated/bayespy.nodes.Beta.plot.rst          |    6 -
 .../generated/bayespy.nodes.Beta.random.rst        |    6 -
 .../generated/bayespy.nodes.Beta.save.rst          |    6 -
 .../bayespy.nodes.Beta.set_parameters.rst          |    6 -
 .../generated/bayespy.nodes.Beta.set_plotter.rst   |    6 -
 .../generated/bayespy.nodes.Beta.show.rst          |    6 -
 .../generated/bayespy.nodes.Beta.unobserve.rst     |    6 -
 .../generated/bayespy.nodes.Beta.update.rst        |    6 -
 .../generated/bayespy.nodes.Binomial.__init__.rst  |    6 -
 .../bayespy.nodes.Binomial.add_plate_axis.rst      |    6 -
 ...espy.nodes.Binomial.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Binomial.delete.rst    |    6 -
 .../generated/bayespy.nodes.Binomial.dims.rst      |    6 -
 .../bayespy.nodes.Binomial.get_gradient.rst        |    6 -
 .../generated/bayespy.nodes.Binomial.get_mask.rst  |    6 -
 .../bayespy.nodes.Binomial.get_moments.rst         |    6 -
 .../bayespy.nodes.Binomial.get_parameters.rst      |    6 -
 ...espy.nodes.Binomial.get_riemannian_gradient.rst |    6 -
 .../generated/bayespy.nodes.Binomial.get_shape.rst |    6 -
 .../bayespy.nodes.Binomial.has_plotter.rst         |    6 -
 ...y.nodes.Binomial.initialize_from_parameters.rst |    6 -
 ...ayespy.nodes.Binomial.initialize_from_prior.rst |    6 -
 ...yespy.nodes.Binomial.initialize_from_random.rst |    6 -
 ...ayespy.nodes.Binomial.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.Binomial.load.rst      |    6 -
 .../generated/bayespy.nodes.Binomial.logpdf.rst    |    6 -
 ...spy.nodes.Binomial.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.Binomial.lowerbound.rst          |    6 -
 .../bayespy.nodes.Binomial.move_plates.rst         |    6 -
 .../generated/bayespy.nodes.Binomial.observe.rst   |    6 -
 .../generated/bayespy.nodes.Binomial.pdf.rst       |    6 -
 .../generated/bayespy.nodes.Binomial.plates.rst    |    6 -
 .../bayespy.nodes.Binomial.plates_multiplier.rst   |    6 -
 .../generated/bayespy.nodes.Binomial.plot.rst      |    6 -
 .../generated/bayespy.nodes.Binomial.random.rst    |    6 -
 .../generated/bayespy.nodes.Binomial.save.rst      |    6 -
 .../bayespy.nodes.Binomial.set_parameters.rst      |    6 -
 .../bayespy.nodes.Binomial.set_plotter.rst         |    6 -
 .../generated/bayespy.nodes.Binomial.show.rst      |    6 -
 .../generated/bayespy.nodes.Binomial.unobserve.rst |    6 -
 .../generated/bayespy.nodes.Binomial.update.rst    |    6 -
 .../bayespy.nodes.Categorical.__init__.rst         |    6 -
 .../bayespy.nodes.Categorical.add_plate_axis.rst   |    6 -
 ...y.nodes.Categorical.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Categorical.delete.rst |    6 -
 .../generated/bayespy.nodes.Categorical.dims.rst   |    6 -
 .../bayespy.nodes.Categorical.get_gradient.rst     |    6 -
 .../bayespy.nodes.Categorical.get_mask.rst         |    6 -
 .../bayespy.nodes.Categorical.get_moments.rst      |    6 -
 .../bayespy.nodes.Categorical.get_parameters.rst   |    6 -
 ...y.nodes.Categorical.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.Categorical.get_shape.rst        |    6 -
 .../bayespy.nodes.Categorical.has_plotter.rst      |    6 -
 ...odes.Categorical.initialize_from_parameters.rst |    6 -
 ...spy.nodes.Categorical.initialize_from_prior.rst |    6 -
 ...py.nodes.Categorical.initialize_from_random.rst |    6 -
 ...spy.nodes.Categorical.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.Categorical.load.rst   |    6 -
 .../generated/bayespy.nodes.Categorical.logpdf.rst |    6 -
 ....nodes.Categorical.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.Categorical.lowerbound.rst       |    6 -
 .../bayespy.nodes.Categorical.move_plates.rst      |    6 -
 .../bayespy.nodes.Categorical.observe.rst          |    6 -
 .../generated/bayespy.nodes.Categorical.pdf.rst    |    6 -
 .../generated/bayespy.nodes.Categorical.plates.rst |    6 -
 ...bayespy.nodes.Categorical.plates_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Categorical.plot.rst   |    6 -
 .../generated/bayespy.nodes.Categorical.random.rst |    6 -
 .../generated/bayespy.nodes.Categorical.save.rst   |    6 -
 .../bayespy.nodes.Categorical.set_parameters.rst   |    6 -
 .../bayespy.nodes.Categorical.set_plotter.rst      |    6 -
 .../generated/bayespy.nodes.Categorical.show.rst   |    6 -
 .../bayespy.nodes.Categorical.unobserve.rst        |    6 -
 .../generated/bayespy.nodes.Categorical.update.rst |    6 -
 ...yespy.nodes.CategoricalMarkovChain.__init__.rst |    6 -
 ...nodes.CategoricalMarkovChain.add_plate_axis.rst |    6 -
 ...egoricalMarkovChain.broadcasting_multiplier.rst |    6 -
 ...bayespy.nodes.CategoricalMarkovChain.delete.rst |    6 -
 .../bayespy.nodes.CategoricalMarkovChain.dims.rst  |    6 -
 ...y.nodes.CategoricalMarkovChain.get_gradient.rst |    6 -
 ...yespy.nodes.CategoricalMarkovChain.get_mask.rst |    6 -
 ...py.nodes.CategoricalMarkovChain.get_moments.rst |    6 -
 ...nodes.CategoricalMarkovChain.get_parameters.rst |    6 -
 ...egoricalMarkovChain.get_riemannian_gradient.rst |    6 -
 ...espy.nodes.CategoricalMarkovChain.get_shape.rst |    6 -
 ...py.nodes.CategoricalMarkovChain.has_plotter.rst |    6 -
 ...ricalMarkovChain.initialize_from_parameters.rst |    6 -
 ...ategoricalMarkovChain.initialize_from_prior.rst |    6 -
 ...tegoricalMarkovChain.initialize_from_random.rst |    6 -
 ...ategoricalMarkovChain.initialize_from_value.rst |    6 -
 .../bayespy.nodes.CategoricalMarkovChain.load.rst  |    6 -
 ...bayespy.nodes.CategoricalMarkovChain.logpdf.rst |    6 -
 ...goricalMarkovChain.lower_bound_contribution.rst |    6 -
 ...spy.nodes.CategoricalMarkovChain.lowerbound.rst |    6 -
 ...py.nodes.CategoricalMarkovChain.move_plates.rst |    6 -
 ...ayespy.nodes.CategoricalMarkovChain.observe.rst |    6 -
 .../bayespy.nodes.CategoricalMarkovChain.pdf.rst   |    6 -
 ...bayespy.nodes.CategoricalMarkovChain.plates.rst |    6 -
 ...es.CategoricalMarkovChain.plates_multiplier.rst |    6 -
 .../bayespy.nodes.CategoricalMarkovChain.plot.rst  |    6 -
 ...bayespy.nodes.CategoricalMarkovChain.random.rst |    6 -
 .../bayespy.nodes.CategoricalMarkovChain.save.rst  |    6 -
 ...nodes.CategoricalMarkovChain.set_parameters.rst |    6 -
 ...py.nodes.CategoricalMarkovChain.set_plotter.rst |    6 -
 .../bayespy.nodes.CategoricalMarkovChain.show.rst  |    6 -
 ...espy.nodes.CategoricalMarkovChain.unobserve.rst |    6 -
 ...bayespy.nodes.CategoricalMarkovChain.update.rst |    6 -
 .../bayespy.nodes.ConcatGaussian.__init__.rst      |    6 -
 ...bayespy.nodes.ConcatGaussian.add_plate_axis.rst |    6 -
 ...odes.ConcatGaussian.broadcasting_multiplier.rst |    6 -
 .../bayespy.nodes.ConcatGaussian.delete.rst        |    6 -
 .../bayespy.nodes.ConcatGaussian.get_mask.rst      |    6 -
 .../bayespy.nodes.ConcatGaussian.get_moments.rst   |    6 -
 .../bayespy.nodes.ConcatGaussian.get_shape.rst     |    6 -
 .../bayespy.nodes.ConcatGaussian.has_plotter.rst   |    6 -
 ...des.ConcatGaussian.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.ConcatGaussian.move_plates.rst   |    6 -
 .../bayespy.nodes.ConcatGaussian.plates.rst        |    6 -
 ...espy.nodes.ConcatGaussian.plates_multiplier.rst |    6 -
 .../bayespy.nodes.ConcatGaussian.plot.rst          |    6 -
 .../bayespy.nodes.ConcatGaussian.set_plotter.rst   |    6 -
 .../generated/bayespy.nodes.Dirichlet.__init__.rst |    6 -
 .../bayespy.nodes.Dirichlet.add_plate_axis.rst     |    6 -
 ...spy.nodes.Dirichlet.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Dirichlet.delete.rst   |    6 -
 .../generated/bayespy.nodes.Dirichlet.dims.rst     |    6 -
 .../bayespy.nodes.Dirichlet.get_gradient.rst       |    6 -
 .../generated/bayespy.nodes.Dirichlet.get_mask.rst |    6 -
 .../bayespy.nodes.Dirichlet.get_moments.rst        |    6 -
 .../bayespy.nodes.Dirichlet.get_parameters.rst     |    6 -
 ...spy.nodes.Dirichlet.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.Dirichlet.get_shape.rst          |    6 -
 .../bayespy.nodes.Dirichlet.has_plotter.rst        |    6 -
 ....nodes.Dirichlet.initialize_from_parameters.rst |    6 -
 ...yespy.nodes.Dirichlet.initialize_from_prior.rst |    6 -
 ...espy.nodes.Dirichlet.initialize_from_random.rst |    6 -
 ...yespy.nodes.Dirichlet.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.Dirichlet.load.rst     |    6 -
 .../generated/bayespy.nodes.Dirichlet.logpdf.rst   |    6 -
 ...py.nodes.Dirichlet.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.Dirichlet.lowerbound.rst         |    6 -
 .../bayespy.nodes.Dirichlet.move_plates.rst        |    6 -
 .../generated/bayespy.nodes.Dirichlet.observe.rst  |    6 -
 .../generated/bayespy.nodes.Dirichlet.pdf.rst      |    6 -
 .../generated/bayespy.nodes.Dirichlet.plates.rst   |    6 -
 .../bayespy.nodes.Dirichlet.plates_multiplier.rst  |    6 -
 .../generated/bayespy.nodes.Dirichlet.plot.rst     |    6 -
 .../generated/bayespy.nodes.Dirichlet.random.rst   |    6 -
 .../generated/bayespy.nodes.Dirichlet.save.rst     |    6 -
 .../bayespy.nodes.Dirichlet.set_parameters.rst     |    6 -
 .../bayespy.nodes.Dirichlet.set_plotter.rst        |    6 -
 .../generated/bayespy.nodes.Dirichlet.show.rst     |    6 -
 .../bayespy.nodes.Dirichlet.unobserve.rst          |    6 -
 .../generated/bayespy.nodes.Dirichlet.update.rst   |    6 -
 .../bayespy.nodes.Exponential.__init__.rst         |    6 -
 .../bayespy.nodes.Exponential.add_plate_axis.rst   |    6 -
 ...yespy.nodes.Exponential.as_diagonal_wishart.rst |    6 -
 ...y.nodes.Exponential.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Exponential.delete.rst |    6 -
 .../generated/bayespy.nodes.Exponential.dims.rst   |    6 -
 .../bayespy.nodes.Exponential.get_gradient.rst     |    6 -
 .../bayespy.nodes.Exponential.get_mask.rst         |    6 -
 .../bayespy.nodes.Exponential.get_moments.rst      |    6 -
 .../bayespy.nodes.Exponential.get_parameters.rst   |    6 -
 ...y.nodes.Exponential.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.Exponential.get_shape.rst        |    6 -
 .../bayespy.nodes.Exponential.has_plotter.rst      |    6 -
 ...odes.Exponential.initialize_from_parameters.rst |    6 -
 ...spy.nodes.Exponential.initialize_from_prior.rst |    6 -
 ...py.nodes.Exponential.initialize_from_random.rst |    6 -
 ...spy.nodes.Exponential.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.Exponential.load.rst   |    6 -
 .../generated/bayespy.nodes.Exponential.logpdf.rst |    6 -
 ....nodes.Exponential.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.Exponential.lowerbound.rst       |    6 -
 .../bayespy.nodes.Exponential.move_plates.rst      |    6 -
 .../bayespy.nodes.Exponential.observe.rst          |    6 -
 .../generated/bayespy.nodes.Exponential.pdf.rst    |    6 -
 .../generated/bayespy.nodes.Exponential.plates.rst |    6 -
 ...bayespy.nodes.Exponential.plates_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Exponential.plot.rst   |    6 -
 .../generated/bayespy.nodes.Exponential.random.rst |    6 -
 .../generated/bayespy.nodes.Exponential.save.rst   |    6 -
 .../bayespy.nodes.Exponential.set_parameters.rst   |    6 -
 .../bayespy.nodes.Exponential.set_plotter.rst      |    6 -
 .../generated/bayespy.nodes.Exponential.show.rst   |    6 -
 .../bayespy.nodes.Exponential.unobserve.rst        |    6 -
 .../generated/bayespy.nodes.Exponential.update.rst |    6 -
 .../generated/bayespy.nodes.Function.__init__.rst  |    6 -
 .../bayespy.nodes.Function.add_plate_axis.rst      |    6 -
 ...espy.nodes.Function.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Function.delete.rst    |    6 -
 .../generated/bayespy.nodes.Function.get_mask.rst  |    6 -
 .../bayespy.nodes.Function.get_moments.rst         |    6 -
 .../generated/bayespy.nodes.Function.get_shape.rst |    6 -
 .../bayespy.nodes.Function.has_plotter.rst         |    6 -
 ...spy.nodes.Function.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.Function.move_plates.rst         |    6 -
 .../generated/bayespy.nodes.Function.plates.rst    |    6 -
 .../bayespy.nodes.Function.plates_multiplier.rst   |    6 -
 .../generated/bayespy.nodes.Function.plot.rst      |    6 -
 .../bayespy.nodes.Function.set_plotter.rst         |    6 -
 .../generated/bayespy.nodes.Gamma.__init__.rst     |    6 -
 .../bayespy.nodes.Gamma.add_plate_axis.rst         |    6 -
 .../bayespy.nodes.Gamma.as_diagonal_wishart.rst    |    6 -
 ...bayespy.nodes.Gamma.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Gamma.delete.rst       |    6 -
 .../generated/bayespy.nodes.Gamma.dims.rst         |    6 -
 .../generated/bayespy.nodes.Gamma.get_gradient.rst |    6 -
 .../generated/bayespy.nodes.Gamma.get_mask.rst     |    6 -
 .../generated/bayespy.nodes.Gamma.get_moments.rst  |    6 -
 .../bayespy.nodes.Gamma.get_parameters.rst         |    6 -
 ...bayespy.nodes.Gamma.get_riemannian_gradient.rst |    6 -
 .../generated/bayespy.nodes.Gamma.get_shape.rst    |    6 -
 .../generated/bayespy.nodes.Gamma.has_plotter.rst  |    6 -
 ...espy.nodes.Gamma.initialize_from_parameters.rst |    6 -
 .../bayespy.nodes.Gamma.initialize_from_prior.rst  |    6 -
 .../bayespy.nodes.Gamma.initialize_from_random.rst |    6 -
 .../bayespy.nodes.Gamma.initialize_from_value.rst  |    6 -
 .../generated/bayespy.nodes.Gamma.load.rst         |    6 -
 .../generated/bayespy.nodes.Gamma.logpdf.rst       |    6 -
 ...ayespy.nodes.Gamma.lower_bound_contribution.rst |    6 -
 .../generated/bayespy.nodes.Gamma.lowerbound.rst   |    6 -
 .../generated/bayespy.nodes.Gamma.move_plates.rst  |    6 -
 .../generated/bayespy.nodes.Gamma.observe.rst      |    6 -
 .../generated/bayespy.nodes.Gamma.pdf.rst          |    6 -
 .../generated/bayespy.nodes.Gamma.plates.rst       |    6 -
 .../bayespy.nodes.Gamma.plates_multiplier.rst      |    6 -
 .../generated/bayespy.nodes.Gamma.plot.rst         |    6 -
 .../generated/bayespy.nodes.Gamma.random.rst       |    6 -
 .../generated/bayespy.nodes.Gamma.save.rst         |    6 -
 .../bayespy.nodes.Gamma.set_parameters.rst         |    6 -
 .../generated/bayespy.nodes.Gamma.set_plotter.rst  |    6 -
 .../generated/bayespy.nodes.Gamma.show.rst         |    6 -
 .../generated/bayespy.nodes.Gamma.unobserve.rst    |    6 -
 .../generated/bayespy.nodes.Gamma.update.rst       |    6 -
 .../generated/bayespy.nodes.Gate.__init__.rst      |    6 -
 .../bayespy.nodes.Gate.add_plate_axis.rst          |    6 -
 .../bayespy.nodes.Gate.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Gate.delete.rst        |    6 -
 .../generated/bayespy.nodes.Gate.get_mask.rst      |    6 -
 .../generated/bayespy.nodes.Gate.get_moments.rst   |    6 -
 .../generated/bayespy.nodes.Gate.get_shape.rst     |    6 -
 .../generated/bayespy.nodes.Gate.has_plotter.rst   |    6 -
 ...bayespy.nodes.Gate.lower_bound_contribution.rst |    6 -
 .../generated/bayespy.nodes.Gate.move_plates.rst   |    6 -
 .../generated/bayespy.nodes.Gate.plates.rst        |    6 -
 .../bayespy.nodes.Gate.plates_multiplier.rst       |    6 -
 .../generated/bayespy.nodes.Gate.plot.rst          |    6 -
 .../generated/bayespy.nodes.Gate.set_plotter.rst   |    6 -
 .../generated/bayespy.nodes.Gaussian.__init__.rst  |    6 -
 .../bayespy.nodes.Gaussian.add_plate_axis.rst      |    6 -
 ...espy.nodes.Gaussian.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Gaussian.delete.rst    |    6 -
 .../generated/bayespy.nodes.Gaussian.dims.rst      |    6 -
 .../bayespy.nodes.Gaussian.get_gradient.rst        |    6 -
 .../generated/bayespy.nodes.Gaussian.get_mask.rst  |    6 -
 .../bayespy.nodes.Gaussian.get_moments.rst         |    6 -
 .../bayespy.nodes.Gaussian.get_parameters.rst      |    6 -
 ...espy.nodes.Gaussian.get_riemannian_gradient.rst |    6 -
 .../generated/bayespy.nodes.Gaussian.get_shape.rst |    6 -
 .../bayespy.nodes.Gaussian.has_plotter.rst         |    6 -
 ...y.nodes.Gaussian.initialize_from_parameters.rst |    6 -
 ...ayespy.nodes.Gaussian.initialize_from_prior.rst |    6 -
 ...yespy.nodes.Gaussian.initialize_from_random.rst |    6 -
 ...ayespy.nodes.Gaussian.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.Gaussian.load.rst      |    6 -
 .../generated/bayespy.nodes.Gaussian.logpdf.rst    |    6 -
 ...spy.nodes.Gaussian.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.Gaussian.lowerbound.rst          |    6 -
 .../bayespy.nodes.Gaussian.move_plates.rst         |    6 -
 .../generated/bayespy.nodes.Gaussian.observe.rst   |    6 -
 .../generated/bayespy.nodes.Gaussian.pdf.rst       |    6 -
 .../generated/bayespy.nodes.Gaussian.plates.rst    |    6 -
 .../bayespy.nodes.Gaussian.plates_multiplier.rst   |    6 -
 .../generated/bayespy.nodes.Gaussian.plot.rst      |    6 -
 .../generated/bayespy.nodes.Gaussian.random.rst    |    6 -
 .../generated/bayespy.nodes.Gaussian.rotate.rst    |    6 -
 .../bayespy.nodes.Gaussian.rotate_matrix.rst       |    6 -
 .../generated/bayespy.nodes.Gaussian.save.rst      |    6 -
 .../bayespy.nodes.Gaussian.set_parameters.rst      |    6 -
 .../bayespy.nodes.Gaussian.set_plotter.rst         |    6 -
 .../generated/bayespy.nodes.Gaussian.show.rst      |    6 -
 .../generated/bayespy.nodes.Gaussian.unobserve.rst |    6 -
 .../generated/bayespy.nodes.Gaussian.update.rst    |    6 -
 .../bayespy.nodes.GaussianARD.__init__.rst         |    6 -
 .../bayespy.nodes.GaussianARD.add_plate_axis.rst   |    6 -
 ...y.nodes.GaussianARD.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.GaussianARD.delete.rst |    6 -
 .../generated/bayespy.nodes.GaussianARD.dims.rst   |    6 -
 .../bayespy.nodes.GaussianARD.get_gradient.rst     |    6 -
 .../bayespy.nodes.GaussianARD.get_mask.rst         |    6 -
 .../bayespy.nodes.GaussianARD.get_moments.rst      |    6 -
 .../bayespy.nodes.GaussianARD.get_parameters.rst   |    6 -
 ...y.nodes.GaussianARD.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.GaussianARD.get_shape.rst        |    6 -
 .../bayespy.nodes.GaussianARD.has_plotter.rst      |    6 -
 ...sianARD.initialize_from_mean_and_covariance.rst |    6 -
 ...odes.GaussianARD.initialize_from_parameters.rst |    6 -
 ...spy.nodes.GaussianARD.initialize_from_prior.rst |    6 -
 ...py.nodes.GaussianARD.initialize_from_random.rst |    6 -
 ...spy.nodes.GaussianARD.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.GaussianARD.load.rst   |    6 -
 .../generated/bayespy.nodes.GaussianARD.logpdf.rst |    6 -
 ....nodes.GaussianARD.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.GaussianARD.lowerbound.rst       |    6 -
 .../bayespy.nodes.GaussianARD.move_plates.rst      |    6 -
 .../bayespy.nodes.GaussianARD.observe.rst          |    6 -
 .../generated/bayespy.nodes.GaussianARD.pdf.rst    |    6 -
 .../generated/bayespy.nodes.GaussianARD.plates.rst |    6 -
 ...bayespy.nodes.GaussianARD.plates_multiplier.rst |    6 -
 .../generated/bayespy.nodes.GaussianARD.plot.rst   |    6 -
 .../generated/bayespy.nodes.GaussianARD.random.rst |    6 -
 .../generated/bayespy.nodes.GaussianARD.rotate.rst |    6 -
 .../bayespy.nodes.GaussianARD.rotate_plates.rst    |    6 -
 .../generated/bayespy.nodes.GaussianARD.save.rst   |    6 -
 .../bayespy.nodes.GaussianARD.set_parameters.rst   |    6 -
 .../bayespy.nodes.GaussianARD.set_plotter.rst      |    6 -
 .../generated/bayespy.nodes.GaussianARD.show.rst   |    6 -
 .../bayespy.nodes.GaussianARD.unobserve.rst        |    6 -
 .../generated/bayespy.nodes.GaussianARD.update.rst |    6 -
 .../bayespy.nodes.GaussianGamma.__init__.rst       |    6 -
 .../bayespy.nodes.GaussianGamma.add_plate_axis.rst |    6 -
 ...nodes.GaussianGamma.broadcasting_multiplier.rst |    6 -
 .../bayespy.nodes.GaussianGamma.delete.rst         |    6 -
 .../generated/bayespy.nodes.GaussianGamma.dims.rst |    6 -
 ...y.nodes.GaussianGamma.get_gaussian_location.rst |    6 -
 ...aussianGamma.get_gaussian_mean_and_variance.rst |    6 -
 .../bayespy.nodes.GaussianGamma.get_gradient.rst   |    6 -
 ...spy.nodes.GaussianGamma.get_marginal_logpdf.rst |    6 -
 .../bayespy.nodes.GaussianGamma.get_mask.rst       |    6 -
 .../bayespy.nodes.GaussianGamma.get_moments.rst    |    6 -
 .../bayespy.nodes.GaussianGamma.get_parameters.rst |    6 -
 ...nodes.GaussianGamma.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.GaussianGamma.get_shape.rst      |    6 -
 .../bayespy.nodes.GaussianGamma.has_plotter.rst    |    6 -
 ...es.GaussianGamma.initialize_from_parameters.rst |    6 -
 ...y.nodes.GaussianGamma.initialize_from_prior.rst |    6 -
 ....nodes.GaussianGamma.initialize_from_random.rst |    6 -
 ...y.nodes.GaussianGamma.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.GaussianGamma.load.rst |    6 -
 .../bayespy.nodes.GaussianGamma.logpdf.rst         |    6 -
 ...odes.GaussianGamma.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.GaussianGamma.lowerbound.rst     |    6 -
 .../bayespy.nodes.GaussianGamma.move_plates.rst    |    6 -
 .../bayespy.nodes.GaussianGamma.observe.rst        |    6 -
 .../generated/bayespy.nodes.GaussianGamma.pdf.rst  |    6 -
 .../bayespy.nodes.GaussianGamma.plates.rst         |    6 -
 ...yespy.nodes.GaussianGamma.plates_multiplier.rst |    6 -
 .../generated/bayespy.nodes.GaussianGamma.plot.rst |    6 -
 .../bayespy.nodes.GaussianGamma.plotmatrix.rst     |    6 -
 .../bayespy.nodes.GaussianGamma.random.rst         |    6 -
 .../bayespy.nodes.GaussianGamma.rotate.rst         |    6 -
 .../generated/bayespy.nodes.GaussianGamma.save.rst |    6 -
 .../bayespy.nodes.GaussianGamma.set_parameters.rst |    6 -
 .../bayespy.nodes.GaussianGamma.set_plotter.rst    |    6 -
 .../generated/bayespy.nodes.GaussianGamma.show.rst |    6 -
 .../bayespy.nodes.GaussianGamma.translate.rst      |    6 -
 .../bayespy.nodes.GaussianGamma.unobserve.rst      |    6 -
 .../bayespy.nodes.GaussianGamma.update.rst         |    6 -
 .../bayespy.nodes.GaussianGammaARD.__init__.rst    |    6 -
 ...yespy.nodes.GaussianGammaARD.add_plate_axis.rst |    6 -
 ...es.GaussianGammaARD.broadcasting_multiplier.rst |    6 -
 .../bayespy.nodes.GaussianGammaARD.delete.rst      |    6 -
 .../bayespy.nodes.GaussianGammaARD.dims.rst        |    6 -
 ...bayespy.nodes.GaussianGammaARD.get_gradient.rst |    6 -
 .../bayespy.nodes.GaussianGammaARD.get_mask.rst    |    6 -
 .../bayespy.nodes.GaussianGammaARD.get_moments.rst |    6 -
 ...yespy.nodes.GaussianGammaARD.get_parameters.rst |    6 -
 ...es.GaussianGammaARD.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.GaussianGammaARD.get_shape.rst   |    6 -
 .../bayespy.nodes.GaussianGammaARD.has_plotter.rst |    6 -
 ...GaussianGammaARD.initialize_from_parameters.rst |    6 -
 ...odes.GaussianGammaARD.initialize_from_prior.rst |    6 -
 ...des.GaussianGammaARD.initialize_from_random.rst |    6 -
 ...odes.GaussianGammaARD.initialize_from_value.rst |    6 -
 .../bayespy.nodes.GaussianGammaARD.load.rst        |    6 -
 .../bayespy.nodes.GaussianGammaARD.logpdf.rst      |    6 -
 ...s.GaussianGammaARD.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.GaussianGammaARD.lowerbound.rst  |    6 -
 .../bayespy.nodes.GaussianGammaARD.move_plates.rst |    6 -
 .../bayespy.nodes.GaussianGammaARD.observe.rst     |    6 -
 .../bayespy.nodes.GaussianGammaARD.pdf.rst         |    6 -
 .../bayespy.nodes.GaussianGammaARD.plates.rst      |    6 -
 ...py.nodes.GaussianGammaARD.plates_multiplier.rst |    6 -
 .../bayespy.nodes.GaussianGammaARD.plot.rst        |    6 -
 .../bayespy.nodes.GaussianGammaARD.random.rst      |    6 -
 .../bayespy.nodes.GaussianGammaARD.save.rst        |    6 -
 ...yespy.nodes.GaussianGammaARD.set_parameters.rst |    6 -
 .../bayespy.nodes.GaussianGammaARD.set_plotter.rst |    6 -
 .../bayespy.nodes.GaussianGammaARD.show.rst        |    6 -
 .../bayespy.nodes.GaussianGammaARD.unobserve.rst   |    6 -
 .../bayespy.nodes.GaussianGammaARD.update.rst      |    6 -
 .../bayespy.nodes.GaussianGammaISO.__init__.rst    |    6 -
 ...yespy.nodes.GaussianGammaISO.add_plate_axis.rst |    6 -
 ...es.GaussianGammaISO.broadcasting_multiplier.rst |    6 -
 .../bayespy.nodes.GaussianGammaISO.delete.rst      |    6 -
 .../bayespy.nodes.GaussianGammaISO.dims.rst        |    6 -
 ...sianGammaISO.get_gaussian_mean_and_variance.rst |    6 -
 ...bayespy.nodes.GaussianGammaISO.get_gradient.rst |    6 -
 ....nodes.GaussianGammaISO.get_marginal_logpdf.rst |    6 -
 .../bayespy.nodes.GaussianGammaISO.get_mask.rst    |    6 -
 .../bayespy.nodes.GaussianGammaISO.get_moments.rst |    6 -
 ...yespy.nodes.GaussianGammaISO.get_parameters.rst |    6 -
 ...es.GaussianGammaISO.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.GaussianGammaISO.get_shape.rst   |    6 -
 .../bayespy.nodes.GaussianGammaISO.has_plotter.rst |    6 -
 ...GaussianGammaISO.initialize_from_parameters.rst |    6 -
 ...odes.GaussianGammaISO.initialize_from_prior.rst |    6 -
 ...des.GaussianGammaISO.initialize_from_random.rst |    6 -
 ...odes.GaussianGammaISO.initialize_from_value.rst |    6 -
 .../bayespy.nodes.GaussianGammaISO.load.rst        |    6 -
 .../bayespy.nodes.GaussianGammaISO.logpdf.rst      |    6 -
 ...s.GaussianGammaISO.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.GaussianGammaISO.lowerbound.rst  |    6 -
 .../bayespy.nodes.GaussianGammaISO.move_plates.rst |    6 -
 .../bayespy.nodes.GaussianGammaISO.observe.rst     |    6 -
 .../bayespy.nodes.GaussianGammaISO.pdf.rst         |    6 -
 .../bayespy.nodes.GaussianGammaISO.plates.rst      |    6 -
 ...py.nodes.GaussianGammaISO.plates_multiplier.rst |    6 -
 .../bayespy.nodes.GaussianGammaISO.plot.rst        |    6 -
 .../bayespy.nodes.GaussianGammaISO.plotmatrix.rst  |    6 -
 .../bayespy.nodes.GaussianGammaISO.random.rst      |    6 -
 .../bayespy.nodes.GaussianGammaISO.save.rst        |    6 -
 ...yespy.nodes.GaussianGammaISO.set_parameters.rst |    6 -
 .../bayespy.nodes.GaussianGammaISO.set_plotter.rst |    6 -
 .../bayespy.nodes.GaussianGammaISO.show.rst        |    6 -
 .../bayespy.nodes.GaussianGammaISO.unobserve.rst   |    6 -
 .../bayespy.nodes.GaussianGammaISO.update.rst      |    6 -
 .../bayespy.nodes.GaussianMarkovChain.__init__.rst |    6 -
 ...py.nodes.GaussianMarkovChain.add_plate_axis.rst |    6 -
 ...GaussianMarkovChain.broadcasting_multiplier.rst |    6 -
 .../bayespy.nodes.GaussianMarkovChain.delete.rst   |    6 -
 .../bayespy.nodes.GaussianMarkovChain.dims.rst     |    6 -
 ...espy.nodes.GaussianMarkovChain.get_gradient.rst |    6 -
 .../bayespy.nodes.GaussianMarkovChain.get_mask.rst |    6 -
 ...yespy.nodes.GaussianMarkovChain.get_moments.rst |    6 -
 ...py.nodes.GaussianMarkovChain.get_parameters.rst |    6 -
 ...GaussianMarkovChain.get_riemannian_gradient.rst |    6 -
 ...bayespy.nodes.GaussianMarkovChain.get_shape.rst |    6 -
 ...yespy.nodes.GaussianMarkovChain.has_plotter.rst |    6 -
 ...ssianMarkovChain.initialize_from_parameters.rst |    6 -
 ...s.GaussianMarkovChain.initialize_from_prior.rst |    6 -
 ....GaussianMarkovChain.initialize_from_random.rst |    6 -
 ...s.GaussianMarkovChain.initialize_from_value.rst |    6 -
 .../bayespy.nodes.GaussianMarkovChain.load.rst     |    6 -
 .../bayespy.nodes.GaussianMarkovChain.logpdf.rst   |    6 -
 ...aussianMarkovChain.lower_bound_contribution.rst |    6 -
 ...ayespy.nodes.GaussianMarkovChain.lowerbound.rst |    6 -
 ...yespy.nodes.GaussianMarkovChain.move_plates.rst |    6 -
 .../bayespy.nodes.GaussianMarkovChain.observe.rst  |    6 -
 .../bayespy.nodes.GaussianMarkovChain.pdf.rst      |    6 -
 .../bayespy.nodes.GaussianMarkovChain.plates.rst   |    6 -
 ...nodes.GaussianMarkovChain.plates_multiplier.rst |    6 -
 .../bayespy.nodes.GaussianMarkovChain.plot.rst     |    6 -
 .../bayespy.nodes.GaussianMarkovChain.random.rst   |    6 -
 .../bayespy.nodes.GaussianMarkovChain.rotate.rst   |    6 -
 .../bayespy.nodes.GaussianMarkovChain.save.rst     |    6 -
 ...py.nodes.GaussianMarkovChain.set_parameters.rst |    6 -
 ...yespy.nodes.GaussianMarkovChain.set_plotter.rst |    6 -
 .../bayespy.nodes.GaussianMarkovChain.show.rst     |    6 -
 ...bayespy.nodes.GaussianMarkovChain.unobserve.rst |    6 -
 .../bayespy.nodes.GaussianMarkovChain.update.rst   |    6 -
 .../bayespy.nodes.GaussianWishart.__init__.rst     |    6 -
 ...ayespy.nodes.GaussianWishart.add_plate_axis.rst |    6 -
 ...des.GaussianWishart.broadcasting_multiplier.rst |    6 -
 .../bayespy.nodes.GaussianWishart.delete.rst       |    6 -
 .../bayespy.nodes.GaussianWishart.dims.rst         |    6 -
 .../bayespy.nodes.GaussianWishart.get_gradient.rst |    6 -
 .../bayespy.nodes.GaussianWishart.get_mask.rst     |    6 -
 .../bayespy.nodes.GaussianWishart.get_moments.rst  |    6 -
 ...ayespy.nodes.GaussianWishart.get_parameters.rst |    6 -
 ...des.GaussianWishart.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.GaussianWishart.get_shape.rst    |    6 -
 .../bayespy.nodes.GaussianWishart.has_plotter.rst  |    6 -
 ....GaussianWishart.initialize_from_parameters.rst |    6 -
 ...nodes.GaussianWishart.initialize_from_prior.rst |    6 -
 ...odes.GaussianWishart.initialize_from_random.rst |    6 -
 ...nodes.GaussianWishart.initialize_from_value.rst |    6 -
 .../bayespy.nodes.GaussianWishart.load.rst         |    6 -
 .../bayespy.nodes.GaussianWishart.logpdf.rst       |    6 -
 ...es.GaussianWishart.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.GaussianWishart.lowerbound.rst   |    6 -
 .../bayespy.nodes.GaussianWishart.move_plates.rst  |    6 -
 .../bayespy.nodes.GaussianWishart.observe.rst      |    6 -
 .../bayespy.nodes.GaussianWishart.pdf.rst          |    6 -
 .../bayespy.nodes.GaussianWishart.plates.rst       |    6 -
 ...spy.nodes.GaussianWishart.plates_multiplier.rst |    6 -
 .../bayespy.nodes.GaussianWishart.plot.rst         |    6 -
 .../bayespy.nodes.GaussianWishart.random.rst       |    6 -
 .../bayespy.nodes.GaussianWishart.save.rst         |    6 -
 ...ayespy.nodes.GaussianWishart.set_parameters.rst |    6 -
 .../bayespy.nodes.GaussianWishart.set_plotter.rst  |    6 -
 .../bayespy.nodes.GaussianWishart.show.rst         |    6 -
 .../bayespy.nodes.GaussianWishart.unobserve.rst    |    6 -
 .../bayespy.nodes.GaussianWishart.update.rst       |    6 -
 .../generated/bayespy.nodes.Mixture.__init__.rst   |    6 -
 .../bayespy.nodes.Mixture.add_plate_axis.rst       |    6 -
 ...yespy.nodes.Mixture.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Mixture.delete.rst     |    6 -
 .../generated/bayespy.nodes.Mixture.dims.rst       |    6 -
 .../bayespy.nodes.Mixture.get_gradient.rst         |    6 -
 .../generated/bayespy.nodes.Mixture.get_mask.rst   |    6 -
 .../bayespy.nodes.Mixture.get_moments.rst          |    6 -
 .../bayespy.nodes.Mixture.get_parameters.rst       |    6 -
 ...yespy.nodes.Mixture.get_riemannian_gradient.rst |    6 -
 .../generated/bayespy.nodes.Mixture.get_shape.rst  |    6 -
 .../bayespy.nodes.Mixture.has_plotter.rst          |    6 -
 ...py.nodes.Mixture.initialize_from_parameters.rst |    6 -
 ...bayespy.nodes.Mixture.initialize_from_prior.rst |    6 -
 ...ayespy.nodes.Mixture.initialize_from_random.rst |    6 -
 ...bayespy.nodes.Mixture.initialize_from_value.rst |    6 -
 ...odes.Mixture.integrated_logpdf_from_parents.rst |    6 -
 .../generated/bayespy.nodes.Mixture.load.rst       |    6 -
 .../generated/bayespy.nodes.Mixture.logpdf.rst     |    6 -
 ...espy.nodes.Mixture.lower_bound_contribution.rst |    6 -
 .../generated/bayespy.nodes.Mixture.lowerbound.rst |    6 -
 .../bayespy.nodes.Mixture.move_plates.rst          |    6 -
 .../generated/bayespy.nodes.Mixture.observe.rst    |    6 -
 .../generated/bayespy.nodes.Mixture.pdf.rst        |    6 -
 .../generated/bayespy.nodes.Mixture.plates.rst     |    6 -
 .../bayespy.nodes.Mixture.plates_multiplier.rst    |    6 -
 .../generated/bayespy.nodes.Mixture.plot.rst       |    6 -
 .../generated/bayespy.nodes.Mixture.random.rst     |    6 -
 .../generated/bayespy.nodes.Mixture.save.rst       |    6 -
 .../bayespy.nodes.Mixture.set_parameters.rst       |    6 -
 .../bayespy.nodes.Mixture.set_plotter.rst          |    6 -
 .../generated/bayespy.nodes.Mixture.show.rst       |    6 -
 .../generated/bayespy.nodes.Mixture.unobserve.rst  |    6 -
 .../generated/bayespy.nodes.Mixture.update.rst     |    6 -
 .../bayespy.nodes.Multinomial.__init__.rst         |    6 -
 .../bayespy.nodes.Multinomial.add_plate_axis.rst   |    6 -
 ...y.nodes.Multinomial.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Multinomial.delete.rst |    6 -
 .../generated/bayespy.nodes.Multinomial.dims.rst   |    6 -
 .../bayespy.nodes.Multinomial.get_gradient.rst     |    6 -
 .../bayespy.nodes.Multinomial.get_mask.rst         |    6 -
 .../bayespy.nodes.Multinomial.get_moments.rst      |    6 -
 .../bayespy.nodes.Multinomial.get_parameters.rst   |    6 -
 ...y.nodes.Multinomial.get_riemannian_gradient.rst |    6 -
 .../bayespy.nodes.Multinomial.get_shape.rst        |    6 -
 .../bayespy.nodes.Multinomial.has_plotter.rst      |    6 -
 ...odes.Multinomial.initialize_from_parameters.rst |    6 -
 ...spy.nodes.Multinomial.initialize_from_prior.rst |    6 -
 ...py.nodes.Multinomial.initialize_from_random.rst |    6 -
 ...spy.nodes.Multinomial.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.Multinomial.load.rst   |    6 -
 .../generated/bayespy.nodes.Multinomial.logpdf.rst |    6 -
 ....nodes.Multinomial.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.Multinomial.lowerbound.rst       |    6 -
 .../bayespy.nodes.Multinomial.move_plates.rst      |    6 -
 .../bayespy.nodes.Multinomial.observe.rst          |    6 -
 .../generated/bayespy.nodes.Multinomial.pdf.rst    |    6 -
 .../generated/bayespy.nodes.Multinomial.plates.rst |    6 -
 ...bayespy.nodes.Multinomial.plates_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Multinomial.plot.rst   |    6 -
 .../generated/bayespy.nodes.Multinomial.random.rst |    6 -
 .../generated/bayespy.nodes.Multinomial.save.rst   |    6 -
 .../bayespy.nodes.Multinomial.set_parameters.rst   |    6 -
 .../bayespy.nodes.Multinomial.set_plotter.rst      |    6 -
 .../generated/bayespy.nodes.Multinomial.show.rst   |    6 -
 .../bayespy.nodes.Multinomial.unobserve.rst        |    6 -
 .../generated/bayespy.nodes.Multinomial.update.rst |    6 -
 .../generated/bayespy.nodes.Poisson.__init__.rst   |    6 -
 .../bayespy.nodes.Poisson.add_plate_axis.rst       |    6 -
 ...yespy.nodes.Poisson.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Poisson.delete.rst     |    6 -
 .../generated/bayespy.nodes.Poisson.dims.rst       |    6 -
 .../bayespy.nodes.Poisson.get_gradient.rst         |    6 -
 .../generated/bayespy.nodes.Poisson.get_mask.rst   |    6 -
 .../bayespy.nodes.Poisson.get_moments.rst          |    6 -
 .../bayespy.nodes.Poisson.get_parameters.rst       |    6 -
 ...yespy.nodes.Poisson.get_riemannian_gradient.rst |    6 -
 .../generated/bayespy.nodes.Poisson.get_shape.rst  |    6 -
 .../bayespy.nodes.Poisson.has_plotter.rst          |    6 -
 ...py.nodes.Poisson.initialize_from_parameters.rst |    6 -
 ...bayespy.nodes.Poisson.initialize_from_prior.rst |    6 -
 ...ayespy.nodes.Poisson.initialize_from_random.rst |    6 -
 ...bayespy.nodes.Poisson.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.Poisson.load.rst       |    6 -
 .../generated/bayespy.nodes.Poisson.logpdf.rst     |    6 -
 ...espy.nodes.Poisson.lower_bound_contribution.rst |    6 -
 .../generated/bayespy.nodes.Poisson.lowerbound.rst |    6 -
 .../bayespy.nodes.Poisson.move_plates.rst          |    6 -
 .../generated/bayespy.nodes.Poisson.observe.rst    |    6 -
 .../generated/bayespy.nodes.Poisson.pdf.rst        |    6 -
 .../generated/bayespy.nodes.Poisson.plates.rst     |    6 -
 .../bayespy.nodes.Poisson.plates_multiplier.rst    |    6 -
 .../generated/bayespy.nodes.Poisson.plot.rst       |    6 -
 .../generated/bayespy.nodes.Poisson.random.rst     |    6 -
 .../generated/bayespy.nodes.Poisson.save.rst       |    6 -
 .../bayespy.nodes.Poisson.set_parameters.rst       |    6 -
 .../bayespy.nodes.Poisson.set_plotter.rst          |    6 -
 .../generated/bayespy.nodes.Poisson.show.rst       |    6 -
 .../generated/bayespy.nodes.Poisson.unobserve.rst  |    6 -
 .../generated/bayespy.nodes.Poisson.update.rst     |    6 -
 .../bayespy.nodes.SumMultiply.__init__.rst         |    6 -
 .../bayespy.nodes.SumMultiply.add_plate_axis.rst   |    6 -
 ...y.nodes.SumMultiply.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.SumMultiply.delete.rst |    6 -
 .../bayespy.nodes.SumMultiply.get_mask.rst         |    6 -
 .../bayespy.nodes.SumMultiply.get_moments.rst      |    6 -
 .../bayespy.nodes.SumMultiply.get_parameters.rst   |    6 -
 .../bayespy.nodes.SumMultiply.get_shape.rst        |    6 -
 .../bayespy.nodes.SumMultiply.has_plotter.rst      |    6 -
 ....nodes.SumMultiply.lower_bound_contribution.rst |    6 -
 .../bayespy.nodes.SumMultiply.move_plates.rst      |    6 -
 .../generated/bayespy.nodes.SumMultiply.plates.rst |    6 -
 ...bayespy.nodes.SumMultiply.plates_multiplier.rst |    6 -
 .../generated/bayespy.nodes.SumMultiply.plot.rst   |    6 -
 .../bayespy.nodes.SumMultiply.set_plotter.rst      |    6 -
 ...nodes.SwitchingGaussianMarkovChain.__init__.rst |    6 -
 ...SwitchingGaussianMarkovChain.add_plate_axis.rst |    6 -
 ...GaussianMarkovChain.broadcasting_multiplier.rst |    6 -
 ...y.nodes.SwitchingGaussianMarkovChain.delete.rst |    6 -
 ...spy.nodes.SwitchingGaussianMarkovChain.dims.rst |    6 -
 ...s.SwitchingGaussianMarkovChain.get_gradient.rst |    6 -
 ...nodes.SwitchingGaussianMarkovChain.get_mask.rst |    6 -
 ...es.SwitchingGaussianMarkovChain.get_moments.rst |    6 -
 ...SwitchingGaussianMarkovChain.get_parameters.rst |    6 -
 ...GaussianMarkovChain.get_riemannian_gradient.rst |    6 -
 ...odes.SwitchingGaussianMarkovChain.get_shape.rst |    6 -
 ...es.SwitchingGaussianMarkovChain.has_plotter.rst |    6 -
 ...ssianMarkovChain.initialize_from_parameters.rst |    6 -
 ...ngGaussianMarkovChain.initialize_from_prior.rst |    6 -
 ...gGaussianMarkovChain.initialize_from_random.rst |    6 -
 ...ngGaussianMarkovChain.initialize_from_value.rst |    6 -
 ...spy.nodes.SwitchingGaussianMarkovChain.load.rst |    6 -
 ...y.nodes.SwitchingGaussianMarkovChain.logpdf.rst |    6 -
 ...aussianMarkovChain.lower_bound_contribution.rst |    6 -
 ...des.SwitchingGaussianMarkovChain.lowerbound.rst |    6 -
 ...es.SwitchingGaussianMarkovChain.move_plates.rst |    6 -
 ....nodes.SwitchingGaussianMarkovChain.observe.rst |    6 -
 ...espy.nodes.SwitchingGaussianMarkovChain.pdf.rst |    6 -
 ...y.nodes.SwitchingGaussianMarkovChain.plates.rst |    6 -
 ...tchingGaussianMarkovChain.plates_multiplier.rst |    6 -
 ...spy.nodes.SwitchingGaussianMarkovChain.plot.rst |    6 -
 ...y.nodes.SwitchingGaussianMarkovChain.random.rst |    6 -
 ...y.nodes.SwitchingGaussianMarkovChain.rotate.rst |    6 -
 ...spy.nodes.SwitchingGaussianMarkovChain.save.rst |    6 -
 ...SwitchingGaussianMarkovChain.set_parameters.rst |    6 -
 ...es.SwitchingGaussianMarkovChain.set_plotter.rst |    6 -
 ...spy.nodes.SwitchingGaussianMarkovChain.show.rst |    6 -
 ...odes.SwitchingGaussianMarkovChain.unobserve.rst |    6 -
 ...y.nodes.SwitchingGaussianMarkovChain.update.rst |    6 -
 .../generated/bayespy.nodes.Take.__init__.rst      |    6 -
 .../bayespy.nodes.Take.add_plate_axis.rst          |    6 -
 .../bayespy.nodes.Take.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Take.delete.rst        |    6 -
 .../generated/bayespy.nodes.Take.get_mask.rst      |    6 -
 .../generated/bayespy.nodes.Take.get_moments.rst   |    6 -
 .../generated/bayespy.nodes.Take.get_shape.rst     |    6 -
 .../generated/bayespy.nodes.Take.has_plotter.rst   |    6 -
 ...bayespy.nodes.Take.lower_bound_contribution.rst |    6 -
 .../generated/bayespy.nodes.Take.move_plates.rst   |    6 -
 .../generated/bayespy.nodes.Take.plates.rst        |    6 -
 .../bayespy.nodes.Take.plates_multiplier.rst       |    6 -
 .../generated/bayespy.nodes.Take.plot.rst          |    6 -
 .../generated/bayespy.nodes.Take.set_plotter.rst   |    6 -
 ...y.nodes.VaryingGaussianMarkovChain.__init__.rst |    6 -
 ...s.VaryingGaussianMarkovChain.add_plate_axis.rst |    6 -
 ...GaussianMarkovChain.broadcasting_multiplier.rst |    6 -
 ...spy.nodes.VaryingGaussianMarkovChain.delete.rst |    6 -
 ...yespy.nodes.VaryingGaussianMarkovChain.dims.rst |    6 -
 ...des.VaryingGaussianMarkovChain.get_gradient.rst |    6 -
 ...y.nodes.VaryingGaussianMarkovChain.get_mask.rst |    6 -
 ...odes.VaryingGaussianMarkovChain.get_moments.rst |    6 -
 ...s.VaryingGaussianMarkovChain.get_parameters.rst |    6 -
 ...GaussianMarkovChain.get_riemannian_gradient.rst |    6 -
 ....nodes.VaryingGaussianMarkovChain.get_shape.rst |    6 -
 ...odes.VaryingGaussianMarkovChain.has_plotter.rst |    6 -
 ...ssianMarkovChain.initialize_from_parameters.rst |    6 -
 ...ngGaussianMarkovChain.initialize_from_prior.rst |    6 -
 ...gGaussianMarkovChain.initialize_from_random.rst |    6 -
 ...ngGaussianMarkovChain.initialize_from_value.rst |    6 -
 ...yespy.nodes.VaryingGaussianMarkovChain.load.rst |    6 -
 ...spy.nodes.VaryingGaussianMarkovChain.logpdf.rst |    6 -
 ...aussianMarkovChain.lower_bound_contribution.rst |    6 -
 ...nodes.VaryingGaussianMarkovChain.lowerbound.rst |    6 -
 ...odes.VaryingGaussianMarkovChain.move_plates.rst |    6 -
 ...py.nodes.VaryingGaussianMarkovChain.observe.rst |    6 -
 ...ayespy.nodes.VaryingGaussianMarkovChain.pdf.rst |    6 -
 ...spy.nodes.VaryingGaussianMarkovChain.plates.rst |    6 -
 ...aryingGaussianMarkovChain.plates_multiplier.rst |    6 -
 ...yespy.nodes.VaryingGaussianMarkovChain.plot.rst |    6 -
 ...spy.nodes.VaryingGaussianMarkovChain.random.rst |    6 -
 ...spy.nodes.VaryingGaussianMarkovChain.rotate.rst |    6 -
 ...yespy.nodes.VaryingGaussianMarkovChain.save.rst |    6 -
 ...s.VaryingGaussianMarkovChain.set_parameters.rst |    6 -
 ...odes.VaryingGaussianMarkovChain.set_plotter.rst |    6 -
 ...yespy.nodes.VaryingGaussianMarkovChain.show.rst |    6 -
 ....nodes.VaryingGaussianMarkovChain.unobserve.rst |    6 -
 ...spy.nodes.VaryingGaussianMarkovChain.update.rst |    6 -
 .../generated/bayespy.nodes.Wishart.__init__.rst   |    6 -
 .../bayespy.nodes.Wishart.add_plate_axis.rst       |    6 -
 ...yespy.nodes.Wishart.broadcasting_multiplier.rst |    6 -
 .../generated/bayespy.nodes.Wishart.delete.rst     |    6 -
 .../generated/bayespy.nodes.Wishart.dims.rst       |    6 -
 .../bayespy.nodes.Wishart.get_gradient.rst         |    6 -
 .../generated/bayespy.nodes.Wishart.get_mask.rst   |    6 -
 .../bayespy.nodes.Wishart.get_moments.rst          |    6 -
 .../bayespy.nodes.Wishart.get_parameters.rst       |    6 -
 ...yespy.nodes.Wishart.get_riemannian_gradient.rst |    6 -
 .../generated/bayespy.nodes.Wishart.get_shape.rst  |    6 -
 .../bayespy.nodes.Wishart.has_plotter.rst          |    6 -
 ...py.nodes.Wishart.initialize_from_parameters.rst |    6 -
 ...bayespy.nodes.Wishart.initialize_from_prior.rst |    6 -
 ...ayespy.nodes.Wishart.initialize_from_random.rst |    6 -
 ...bayespy.nodes.Wishart.initialize_from_value.rst |    6 -
 .../generated/bayespy.nodes.Wishart.load.rst       |    6 -
 .../generated/bayespy.nodes.Wishart.logpdf.rst     |    6 -
 ...espy.nodes.Wishart.lower_bound_contribution.rst |    6 -
 .../generated/bayespy.nodes.Wishart.lowerbound.rst |    6 -
 .../bayespy.nodes.Wishart.move_plates.rst          |    6 -
 .../generated/bayespy.nodes.Wishart.observe.rst    |    6 -
 .../generated/bayespy.nodes.Wishart.pdf.rst        |    6 -
 .../generated/bayespy.nodes.Wishart.plates.rst     |    6 -
 .../bayespy.nodes.Wishart.plates_multiplier.rst    |    6 -
 .../generated/bayespy.nodes.Wishart.plot.rst       |    6 -
 .../generated/bayespy.nodes.Wishart.random.rst     |    6 -
 .../generated/bayespy.nodes.Wishart.save.rst       |    6 -
 .../bayespy.nodes.Wishart.set_parameters.rst       |    6 -
 .../bayespy.nodes.Wishart.set_plotter.rst          |    6 -
 .../generated/bayespy.nodes.Wishart.show.rst       |    6 -
 .../generated/bayespy.nodes.Wishart.unobserve.rst  |    6 -
 .../generated/bayespy.nodes.Wishart.update.rst     |    6 -
 ...plot.CategoricalMarkovChainPlotter.__init__.rst |    6 -
 .../bayespy.plot.ContourPlotter.__init__.rst       |    6 -
 .../bayespy.plot.FunctionPlotter.__init__.rst      |    6 -
 ...spy.plot.GaussianTimeseriesPlotter.__init__.rst |    6 -
 .../bayespy.plot.HintonPlotter.__init__.rst        |    6 -
 .../generated/bayespy.plot.PDFPlotter.__init__.rst |    6 -
 .../generated/bayespy.plot.Plotter.__init__.rst    |    6 -
 setup.cfg                                          |    2 +-
 1727 files changed, 208 insertions(+), 15964 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-bayespy.git



More information about the debian-science-commits mailing list