Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated Bound distribution #7176

Merged
merged 1 commit into from Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Expand Up @@ -67,7 +67,6 @@ jobs:
tests/distributions/test_multivariate.py

- |
tests/distributions/test_bound.py
tests/distributions/test_censored.py
tests/distributions/test_simulator.py
tests/sampling/test_forward.py
Expand Down
3 changes: 0 additions & 3 deletions pymc/distributions/__init__.py
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from pymc.distributions.bound import Bound
from pymc.distributions.censored import Censored
from pymc.distributions.continuous import (
AsymmetricLaplace,
Expand Down Expand Up @@ -129,7 +128,6 @@
"HalfCauchy",
"Gamma",
"Weibull",
"Bound",
"LogNormal",
"Lognormal",
"HalfStudentT",
Expand Down Expand Up @@ -192,7 +190,6 @@
"Logistic",
"LogitNormal",
"Interpolated",
"Bound",
"Rice",
"Moyal",
"Simulator",
Expand Down
307 changes: 0 additions & 307 deletions pymc/distributions/bound.py

This file was deleted.