Version 4.2.0
- Adding optimizations for speed ups to creation and inserts
- Adding internal record of safe attributes for faster lookups, increases memory footprint for speed (thanks to Jonas Irgens Kylling)
- Adding all additional methods specific to
Box
as protected keys - Fixing
merge_update
from incorrectly calling__setattr__
which was causing a huge slowdown (thanks to Jonas Irgens Kylling) - Fixing
copy
and__copy__
not copying box options