Skip to content

pymc3: unexpected minor version effect from 3.10.0 to 3.11.0 #4430

Closed
@zeroaltitude

Description

@zeroaltitude

If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io

Description of your problem

In pymc3==3.10.0, it was valid to say

import pymc3 as pm
pm.summary(...)

That is, the summary method existed.

As of version 3.11.0, this is no longer the case: calling pm.summary() gives a no method found error.

The semantic versioning specification (https://semver.org/) seems to indicate that minor version updates should not break backwards compatibility. This is important because many projects pin versions using a fragment that looks like this pymc3>=3,<4 to "band pin", which allows us to take minor and patch updates that are inevitable because of the perils of conflicts with exact version matches in complex projects, while still safely anticipating backwards compatibility.

Versions and main components

  • PyMC3 Version: 3.11.0
  • Python Version: 3.8
  • How did you install PyMC3: pip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions