New Features
- New depth mapping feature for the rendering window (see 369 and 368)
- New layout options for subplotting (see 380). Many thanks to marcomusy
- Anti-aliasing features (see 365)
- Background color and number of colors are now settable for the scalar bar (see 370)
- New relaxation parameter for the `PolyData.smooth` filter (see 374)
- Major overhaul of the widget tools to improve performance (see 376)
- New `shallow_copy` and `deep_copy` methods (see 377)
- Improve default options for texture mapping
- Wrapped the `vtkTexture` class
- Enable use of `edl` keyword argument for eye dome lighting in the `.plot()` function.
- New shortcuts for the `point_data_to_cell_data()` and `cell_data_to_point_data()` filters as `ptc()` and `ctp()` respectively.
Bug Fixes
- Minor improvements for supporting Panel (ref 268)
- Fix `BackgroundPlotter` menu bar on some Linux platforms (see 371)
- Much cleanup, typos, etc., fixed by marcomusy in 380
- Much PEP8 cleanup inside the library