Skip to content

Commit

Permalink
Remove newly deprecated classes and functions
Browse files Browse the repository at this point in the history
Classes and functions removed:
- PyMC3Variable
- ObservedRV
- FreeRV
- MultiObservedRV
- TransformedRV
- ArrayOrdering
- VarMap
- DataMap
- _DrawValuesContext
- _DrawValuesContextBlocker
- is_fast_drawable
- _compile_theano_function
- vectorize_theano_function
- get_vectorize_signature
- _draw_value
- draw_values
- generate_samples
- fast_sample_posterior_predictive

Modules removed:
- pymc3.distributions.posterior_predictive
- pymc3.tests.test_random
  • Loading branch information
brandonwillard committed Feb 5, 2021
1 parent 3989322 commit 808f6ac
Show file tree
Hide file tree
Showing 40 changed files with 845 additions and 3,165 deletions.
6 changes: 0 additions & 6 deletions docs/source/api/distributions/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ Distribution utility classes and functions
DensityDist
TensorType

draw_values
generate_samples


.. autoclass:: Distribution
.. autoclass:: Discrete
Expand All @@ -23,6 +20,3 @@ Distribution utility classes and functions
.. autoclass:: DensityDist
:members:
.. autofunction:: TensorType

.. autofunction:: draw_values
.. autofunction:: generate_samples
17 changes: 0 additions & 17 deletions docs/source/api/variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,5 @@ Random Variables
The normal PyMC3 programmer will typically not need to interact with these classes, except possibly when debugging. Otherwise they are primarily of interest to developers.


.. autoclass:: PyMC3Variable
:members:


.. autoclass:: ValueGradFunction
:members:


.. autoclass:: FreeRV
:members:

.. autoclass:: ObservedRV
:members:

.. autoclass:: MultiObservedRV
:members:

.. autoclass:: TransformedRV
:members:
Loading

0 comments on commit 808f6ac

Please sign in to comment.