Releases: mportesdev/handpick
Releases · mportesdev/handpick
version 0.16.0
Changes
Added
- support for Python 3.12
Removed
- support for Python 3.7
version 0.15.0
Changes
Removed
- the
pickfunction: optional iteration of strings removed
version 0.14.0
Changes
Removed
- the
INT_STR,FLOAT_STRandNUM_STRbuilt-in predicates
version 0.13.1
Changes
Added
- support for sequences without
__iter__(pickcan now iterate sequences that allow iteration by means of__len__and__getitem__)
version 0.13.0
Changes
Removed
- the
pickfunction: dropped support for non-callable predicates (passing a non-callable object as thepredicateargument now raisesTypeError)
version 0.12.0
Changes
Removed
- the
IS_COLLECTIONandIS_MAPPINGbuilt-in predicates - the
not_typepredicate factory - the
Predicate.from_functionclass method
version 0.11.0
Changes
Changed
- the
pickfunction:collections,dict_keys,stringsandbytes_likeare now keyword-only parameters
Added
- the
no_errorpredicate factory - the
INT_STR,FLOAT_STRandNUM_STRbuilt-in predicates - the
suppressed_errorskeyword-only parameter for the constructor ofPredicate
version 0.10.0
Bump version to 0.10.0
version 0.9.2
Update publish and release workflow, bump version to 0.9.2
version 0.9.1
Update README, bump version to 0.9.1