Skip to content

v0.2.2

Latest

Choose a tag to compare

@ruotianluo ruotianluo released this 05 Sep 20:39
· 6 commits to master since this release

Allow unsafe getitem.
Before, if key is not in self._keys, it cannot be got. Now if the key is in lmdb, then it can still be got.