Releases: Parquery/icontract
Releases · Parquery/icontract
icontract 2.5.4
- Made type annotation for
invariant
decorator more specific (#227)
icontract 2.5.3
icontract 2.5.2
icontract 2.5.1
icontract 2.5.0
icontract 2.4.1
icontract 2.4.0
- Integrated with icontract-hypothesis (#179)
- Refactored for icontract-hypothesis (#178)
- Added special arguments
_ARGS
and_KWARGS
(#176) - Tested with typeguard (#175)
- Tested with
dataclasses.dataclass
(#173) - Added invariants to namedtuple (#172)
- Added support for recomputation of f-strings (#170)
- Exempted
__new__
from invariant checks (#168) - Added support for named expressions in contracts (#166)
icontract 2.3.7
- Acted upon deprecation warning ins
ast
module when generating the
violation error message.
icontract 2.3.6
- Denormalized icontract_meta so that icontract can be installed on
readthedocs.
icontract 2.3.5
- Disabled invariant checks during the construction to avoid attribute errors on uninitialized attributes