Python 0.5.1
Fixes
- Copies of a
Variant
object would cause a segfault when.samples
was accessed.
(@benjeffery, #2400, #2401)
Changes
-
Tables in a table collection can be replaced using the replace_with method
(@hyanwong, #1489 #2389) -
SVG drawing routines now return a special string object that is automatically
rendered in a Jupyter notebook (@hyanwong, #2377)
Features