0.0.22
A purely technical stability release with no major new features:
- Added many docstrings for existing tests.
- Added several thread-safety tests.
- Improved thread safety of slots: most public operations are now performed under locks.
- Added a warning suggesting that if the
.oneattribute is used when retrieving an item from a slot, it is recommended to set theunique=Trueflag for the slot, since your code effectively expects uniqueness. - Minor code refactoring was performed.