Skip to content

chore(deps)(deps): update pgmpy requirement from <1.1.0,>=1.0.0 to >=1.0.0,<1.2.0#6

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/pgmpy-gte-1.0.0-and-lt-1.2.0
Closed

chore(deps)(deps): update pgmpy requirement from <1.1.0,>=1.0.0 to >=1.0.0,<1.2.0#6
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/pgmpy-gte-1.0.0-and-lt-1.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown

Updates the requirements on pgmpy to permit the latest version.

Release notes

Sourced from pgmpy's releases.

Release v1.1.2

Please refer Changelog for details: https://github.com/pgmpy/pgmpy/blob/dev/CHANGELOG.md

Thanks to all the contributors.

@​AjayBora002 @​anusa-saha @​Anushka-2406 @​balgaly @​codejasleen @​Cyberpunk-San @​hanara2112 @​kajal-jotwani @​Nimish-4 @​officialasishkumar @​PewterZz @​SayedGameaSayed @​Vidhu-sri

Changelog

Sourced from pgmpy's changelog.

[1.1.2] - 2026-04-30

Added

  1. Prioritization option for PC orientation to control rule application order (#3363).
  2. Effect sizes for CI tests (#3358).
  3. Caching support to CI tests for faster repeated queries (#3349).
  4. New CI tests (#3344).
  5. Estimator argument to Pillai Trace CI test (#3072).
  6. DAG.get_random can now generate graphs with a fixed number of edges (#3086).
  7. Causal stats in DAG.get_stats() method (#3143).
  8. Exposes estimators as attributes in residual based CI tests (#3367).

Changed

  1. Optimizes power_divergence test and PC algorithm for better performance (#3356).
  2. Refactors parameter estimation methods into a dedicated pgmpy.parameter_estimator package (#3325).
  3. Refactors SHD to accept covariant arguments in __init__ for composability (#3310).
  4. Improves deprecation warning messages (#3343).
  5. Uses combinations instead of permutations in _orient_colliders for better performance (#3195).
  6. Revamps documentation website (#2615).
  7. Reject negative probability values in is_valid_cpd (#3052).

Fixed

  1. Fixes bug in collider orientation for PC (#3362).
  2. Fixes edge orientation in GES (#3304).
  3. Fixes GES forward/backward/turning phases to be deterministic across hash seeds (#3303).
  4. Fixes __eq__ to check structure equality in LinearGaussianBayesianNetwork (#3276).
  5. Fixes incorrect has_missing_data tag for tubingen dataset (#3231).
  6. Fixes minor typo in ValueError messages in state_name.py (#3309).
  7. Fixes failing doctests in BIF, NET, XMLBIF, and UAI readwrite modules (#3226, #3230, #3262, #3263).

[1.1.1] - 2026-04-30

Version skipped due to errors in build and tagging.

[1.1.0] - 2026-04-01

Added

  1. New role-aware causal graph infrastructure, including PDAG, ADMG, MAG, AncestralBase, and SimpleCausalModel.
  2. New graph utilities in DAG, including to_pdag, to_dagitty, to_lavaan, public get_ancestors, edge_strength, get_stats, and __hash__.
  3. DAG.to_daft and DAG.to_graphviz can now annotate plots with computed edge strengths.
  4. DAG.from_dagitty can now construct LinearGaussianBayesianNetwork instances when the dagitty model includes beta coefficients.
  5. New sklearn-compatible causal discovery package pgmpy.causal_discovery with refactored PC, GES, HillClimbSearch, and ExpertInLoop estimators.
  6. ExpertKnowledge now supports search_space, richer string representations, temporal-order handling, and tighter integration with causal discovery and ExpertInLoop.
  7. New causal effect APIs built around pgmpy.identification, including shared identification base classes and adjustment/frontdoor workflows.
  8. New pgmpy.prediction module with sklearn-compatible causal prediction estimators: NaiveAdjustmentRegressor, DoubleMLRegressor, and NaiveIVRegressor.
  9. New pgmpy.ci_tests package with class-based CI tests and registry-based lookup, including FisherZ, PearsonrEquivalence, and estimator-configurable GCM.
  10. New pgmpy.structure_score package and new causal graph evaluation metrics: AdjacencyConfusionMatrix and OrientationConfusionMatrix.
  11. LinearGaussianBayesianNetwork now supports JSON load/save, log_likelihood, predict_probability, improved predict, and richer simulation features for interventions, evidence, virtual interventions, and missing-data generation.
  12. FunctionalBayesianNetwork sampling now supports vectorized FunctionalCPD functions and interventional simulation.
  13. ExpectationMaximization gained apply_smoothing, configurable init_cpds, and support for node-specific priors.
  14. DynamicBayesianNetwork.simulate gained a return_format argument.
  15. New dataset and example-model registries, pgmpy.datasets and pgmpy.example_models, with filterable catalogs and on-demand loading.
  16. Many new benchmark datasets were added, including Boston Housing, Wine Quality, Galton Stature, Seoul Bike, Pima Diabetes, Student Performance, South German Credit, Cystic Fibrosis, Yacht Hydrodynamics, HTRU2, Myocardial Infarction, IQ Brain Size, Contraceptive Method, Pittsburgh Bridges, Residential Building, Hitters, Superconductivity, Lead, Cities, College Plans, Depression Coping, US Crime, Hungary chickenpox, the Angrist-Krueger 1980 census extract, dropout covariance data, and the Tuebingen pairs.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

opensource-SantanderAI and others added 2 commits June 17, 2026 19:05
Updates the requirements on [pgmpy](https://github.com/pgmpy/pgmpy) to permit the latest version.
- [Release notes](https://github.com/pgmpy/pgmpy/releases)
- [Changelog](https://github.com/pgmpy/pgmpy/blob/dev/CHANGELOG.md)
- [Commits](pgmpy/pgmpy@v1.0.0...v1.1.2)

---
updated-dependencies:
- dependency-name: pgmpy
  dependency-version: 1.1.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/pgmpy-gte-1.0.0-and-lt-1.2.0 branch June 17, 2026 18:13
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 17, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant