All Versions
56
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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)
- Made type annotation for
-
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)
- ๐ Fixed handling of
-
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)
- ๐ Allowed
-
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)