Feat
- removed python 3.7 support
- minimize strings and bytes
- minimize int, float, boolean values
Fix
- fix crash when minimizing raise statements
- minimize nonlocal and global names
- remove the upper dependency bounds
- minimize kw_defaults correctly
- minimize function defaults
- added py.typed
- minimize type comments
Refactor
- created MinimizeStructure
- created MinimizeBase
- implemented ValueWrapper