Skip to content

Releases: LarsHill/metadict

Fixed copy method and speed-up improvements

27 Oct 11:06
f74f3ab
Compare
Choose a tag to compare

What's Changed

  • Fix copy by @harryfyx in #6
  • Fix copy function and remove slow recursive conversion of newly added nested dict objects by @LarsHill in #7

New Contributors

Full Changelog: v0.1.2...v0.1.3

Fixed memory map reference wrong lookup bug

29 Mar 11:55
c19b3c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

Note: Using id(obj) as a key in a custom memory address to object dictionary leads to edge cases.
If obj is garbage collected id(new_obj) might equal id(obj) and the wrong obj is retrieved from the lookup dictionary.
Hence, this functionality is removed.

Remove PyCharm warning for dict unpacking

14 Feb 09:24
97be72e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

Initial release

05 Feb 20:54
0c54988
Compare
Choose a tag to compare