v1.12.0
This release adds support for binary operators like +
on Python objects and (in 0.6) in-place updating operators like .+=
(mapping to Python __iadd__
methods), it generalizes the append!
function to work on non-list
objects, and fixes some build problems on Windows. 0.4 support is dropped in this release.