1.6
Small Update
This update contains bug fixes and extended features, as well as the minimum python requirement changed to 3.9.
If you encounter any problems on this version, please report them, as the lowest version tested is 3.11.
- Lowered required python version to 3.9+ instead of 3.13+ (due to generic types, this is the lowest possible version)
- Added option to load()'s
defaultparameter: default can now be of typebool
-> load() can now return aboolalongObj - add(), multiply() and extend() now support generic types as previously
dict[str, int]was not treated asdict
Full Changelog: 1.5...1.6