All Versions
56
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2.6.2 Changes

    • โž• Added wheels to releases (#251)
    • ๐Ÿ›  Fixed mypy error on missing asttokens.ASTTokens (#252)
  • v2.6.1 Changes

    • ๐Ÿ“ฆ Excluded all tests from package (#240)
  • v2.6.0 Changes

    • โž• Added support for Python 3.9 and 3.10 (#236)
    • โž• Added representation of subscripts (#237)
  • v2.5.5 Changes

    • ๐Ÿ›  Fixed representation of numpy arrays (#232)
    • โœ‚ Removed tag for Python 3.5 (#231)
  • v2.5.4 Changes

    • Made type annotation for invariant decorator more specific (#227)
  • v2.5.3 Changes

    • ๐Ÿ›  Fixed reporting all arguments on violation (#219)
    • Propagated placeholders in re-computation (#218)
    • Fixed docstring for collect_variable_lookup (#217)
  • v2.5.2 Changes

    • ๐Ÿ›  Fixed handling of self when passed as kwarg (#213)
    • โž• Added reporting of all arguments on violation (#214)
    • โž• Added tracing of all on generator expressions (#215)
  • v2.5.1 Changes

    • ๐Ÿ†• Allowed __new__ to tighten pre-conditions (#211)
    • ๐Ÿ›  Fixed recomputation of calls in generator expr (#210)
    • โž• Added better reporting on recompute failure (#207)
  • v2.5.0 Changes

    • Encapsulated adding contracts for integrators (#202)
    • โž• Added support for error-as-instance (#201)
    • โž• Added support for coroutine (#197)
    • โž• Added support for async (#196)
  • v2.4.1 Changes

    • ๐Ÿšš Removed automatic registration with Hypothesis and replaced it with a hook that downstream libraries such as icontract-hypothesis can use (#181)
    • ๐Ÿ”จ Refactored and added tests for integrators (#182)