File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
docs/source/api/distributions Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ Transform instances are the entities that should be used in the
1616 simplex
1717 logodds
1818 log_exp_m1
19- ordered
19+ ordered_univariate
20+ ordered_multivariate
2021 log
2122 sum_to_1
2223 circular
Original file line number Diff line number Diff line change 3737 "logodds" ,
3838 "Interval" ,
3939 "log_exp_m1" ,
40- "ordered" ,
4140 "univariate_ordered" ,
4241 "multivariate_ordered" ,
4342 "log" ,
@@ -370,14 +369,6 @@ def extend_axis_rev(array, axis):
370369Instantiation of :class:`pymc.distributions.transforms.Ordered`
371370for use in the ``transform`` argument of a multivariate random variable."""
372371
373- # backwards compatibility
374- ordered = Ordered (ndim_supp = 1 )
375- ordered .__doc__ = """
376- Instantiation of :class:`pymc.distributions.transforms.Ordered`
377- for use in the ``transform`` argument of a random variable.
378- This instantiation is for backwards compatibility only.
379- Please use `univariate_ordererd` or `multivariate_ordered` instead."""
380-
381372log = LogTransform ()
382373log .__doc__ = """
383374Instantiation of :class:`pymc.logprob.transforms.LogTransform`
You can’t perform that action at this time.
0 commit comments