File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,9 @@ def extend_axis_rev(array, axis):
370
370
ordered = Ordered (ndim_supp = 1 )
371
371
ordered .__doc__ = """
372
372
Instantiation of :class:`pymc.distributions.transforms.Ordered`
373
- for use in the ``transform`` argument. """
373
+ for use in the ``transform`` argument of a random variable.
374
+ This instantiation is for backwards compatibility only.
375
+ Please use `univariate_ordererd` or `multivariate_ordered` instead."""
374
376
375
377
log = LogTransform ()
376
378
log .__doc__ = """
@@ -391,7 +393,9 @@ def extend_axis_rev(array, axis):
391
393
sum_to_1 = SumTo1 (ndim_supp = 1 )
392
394
sum_to_1 .__doc__ = """
393
395
Instantiation of :class:`pymc.distributions.transforms.SumTo1`
394
- for use in the ``transform`` argument of a random variable."""
396
+ for use in the ``transform`` argument of a random variable.
397
+ This instantiation is for backwards compatibility only.
398
+ Please use `univariate_sum_to_1` or `multivariate_sum_to_1` instead."""
395
399
396
400
circular = CircularTransform ()
397
401
circular .__doc__ = """
You can’t perform that action at this time.
0 commit comments