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

Released 2.7.0 #294

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Released 2.7.0 #294

merged 1 commit into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. Released 2.7.0

    * Allowed to enforce invariants on attribute setting (#292)
    
      Originally, we had enforced invariants only at calls to "normal"
      methods, and excluded ``__setattr__`` since it is usually too
      expensive to verify invariants whenever setting an attribute.
    
      However, there are use cases where the users prefer to incur to
      computational overhead for correctness. To that end, we introduced the
      feature to steer when the invariants are enforced (at method calls,
      on setting attributes, or in both situations).
    mristin committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2681d25 View commit details
    Browse the repository at this point in the history