Skip to content

Release v4.3.0

Choose a tag to compare

@awolverp awolverp released this 09 Nov 10:19
· 337 commits to main since this release

Added

  • Add always_copy parameter to cached and cachedmethod decorators; This is useful when function returns mutable results, such as dict, list, or set, ....