Skip to content

v1.12.0

Compare
Choose a tag to compare
@stevengj stevengj released this 19 Apr 19:17
· 247 commits to master since this release

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.