Skip to content

1.6

Choose a tag to compare

@CoCo-R38 CoCo-R38 released this 24 Feb 20:28
· 9 commits to main since this release
55dc0fa

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 default parameter: default can now be of type bool
    -> load() can now return a bool along Obj
  • add(), multiply() and extend() now support generic types as previously dict[str, int] was not treated as dict

Full Changelog: 1.5...1.6