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

Deprecate ordered transform #6375

Merged
merged 1 commit into from
Dec 7, 2022
Merged

Conversation

ricardoV94
Copy link
Member

Closes #6330

Major / Breaking Changes

  • ordered transform was removed in favor of ordered_univariate and ordered_multivariate

@ricardoV94 ricardoV94 added maintenance major Include in major changes release notes section labels Dec 7, 2022
@ricardoV94 ricardoV94 added this to the v5.0.0 milestone Dec 7, 2022
@codecov
Copy link

codecov bot commented Dec 7, 2022

Codecov Report

Merging #6375 (84b6c8f) into main (7e9e459) will decrease coverage by 6.91%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6375      +/-   ##
==========================================
- Coverage   94.71%   87.80%   -6.92%     
==========================================
  Files         132      131       -1     
  Lines       26773    26748      -25     
==========================================
- Hits        25359    23487    -1872     
- Misses       1414     3261    +1847     
Impacted Files Coverage Δ
pymc/distributions/transforms.py 99.36% <ø> (-0.01%) ⬇️
pymc/tests/sampling/test_forward.py 0.00% <0.00%> (-100.00%) ⬇️
pymc/tests/distributions/test_bound.py 0.00% <0.00%> (-100.00%) ⬇️
pymc/tests/sampling/test_population.py 0.00% <0.00%> (-100.00%) ⬇️
pymc/tests/distributions/test_censored.py 0.00% <0.00%> (-100.00%) ⬇️
pymc/tests/distributions/test_simulator.py 0.00% <0.00%> (-99.50%) ⬇️
pymc/tests/distributions/test_truncated.py 0.00% <0.00%> (-99.49%) ⬇️
pymc/distributions/truncated.py 34.50% <0.00%> (-64.79%) ⬇️
pymc/distributions/bound.py 45.63% <0.00%> (-54.37%) ⬇️
pymc/distributions/simulator.py 34.04% <0.00%> (-53.20%) ⬇️
... and 10 more

@ricardoV94 ricardoV94 merged commit 5692fc0 into pymc-devs:main Dec 7, 2022
@ricardoV94 ricardoV94 deleted the deprecate_ordered branch June 6, 2023 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance major Include in major changes release notes section
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate transforms.ordered in next major release
2 participants