Major new changes
- A major overhaul to plotting code:
- Most notably: new subplotting code (see 107 and [Multi-Window Plot](http://docs.vtki.org/en/latest/examples/quick/multi-window.html))
- Keyword arguments updates (see 106)
- New universal reading code added to parse file extensions for the appropriate VTK reader see 100
Notable Changes
- Volume calculation code. See 103, [Volumetric Analysis](http://docs.vtki.org/en/latest/examples/quick/compute-volume.html), and new filters
- Many new filters (see [Filters](http://docs.vtki.org/en/latest/tools/filters.htmldataset-filters)):
- `split_bodies` (see 104)
- `warp_by_scalar`
- `triangulate`
- `cell_data_to_point_data`
- `delaunay_3d`
- `PolyData.smooth` (see [Volume Smoothing](http://docs.vtki.org/en/latest/examples/quick/volume-smoothing.html))
- Scalar bar updates (see 85 and 106)
- Added ability to orbit a rendering scene: `BasePlotter.orbit_on_path`
- New input text (float) fields next to the sliders on the Qt scale axes dialog. See 96 and 101
- Includes better testing of Qt plotting code
- Improvements to code quality from issues raised by [Codacy](https://app.codacy.com/project/banesullivan/vtki/dashboard)
- Legacy reader is now more robust - reads all data in the file
- Refactor of `load_texture` to `read_texture`
- Plot textures by default if available and no preferences given
- More geometric objects (see [Geometric Objects](http://docs.vtki.org/en/latest/tools/geometric.html)):
- `vtki.Line`
- `vtki.Cube`
`vtki.Cone`
- `vtki.Box`
- `vtki.Polygon`
- `vtki.Disc`
- `vtki.MultiBlock` updates
- Get block by key name
- New geo-focused example dataset `examples.load_channels` (see 108)
- Windows key bug fixed (see 92)
- Major documentation updates with auto summaries