_7 September 2020_ ([Full changelog](https://github.com/finos/perspective/compare/v0.5.2...v0.5.3))
Features
- Add websocket stresstests for Tornado server [1177](https://github.com/finos/perspective/pull/1177)
- `perspective-viewer-datagrid` support for `editable` [1176](https://github.com/finos/perspective/pull/1176)
- Remove deprecated plugins `finos/perspective-viewer-hypergrid` and `finos/perspective-viewer-highcharts` [1174](https://github.com/finos/perspective/pull/1174)
- Updated `finos/perspective-viewer-datagrid` plugin to `regular-table` 0.0.9 [1169](https://github.com/finos/perspective/pull/1169)
- Add `d3fc` X/Y Line Chart [1172](https://github.com/finos/perspective/pull/1172)
- fix for virtualenvs/envs with multiple py3 installed, allow for up to arrow 0.17 [1163](https://github.com/finos/perspective/pull/1163)
- Fixes 1159 - deltas are now generated on first update for 0-sided contexts [1164](https://github.com/finos/perspective/pull/1164)
- Submit tornado write_message to IOLoop, add websocket tests in Python [1156](https://github.com/finos/perspective/pull/1156)
- Adds PR templates for bugfix, documentation, and feature [1155](https://github.com/finos/perspective/pull/1155)
- Adds `set_threadpool_size()` [1147](https://github.com/finos/perspective/pull/1147)
- Generate/test Manylinux wheels, clean up wheel/build process [1105](https://github.com/finos/perspective/pull/1105)
Fixes
- Datagrid overdraw fix [1187](https://github.com/finos/perspective/pull/1187)
- D3FC render fixes [1186](https://github.com/finos/perspective/pull/1186)
- Fix sticky dragdrop on `perspective-viewer` [1185](https://github.com/finos/perspective/pull/1185)
- `promo` example project update and computed function fix [1184](https://github.com/finos/perspective/pull/1184)
- Fix `perspective-viewer-datagrid` sorting [1181](https://github.com/finos/perspective/pull/1181)
- `perspective-workspace` CSS fixes [1183](https://github.com/finos/perspective/pull/1183)
- Fix segfault and errors on 2-sided sorted views when data window is invalid [1153](https://github.com/finos/perspective/pull/1153)
- fix(perspective-viewer-d3fc): show formatted dates on treemap and sunburst (1144) [1165](https://github.com/finos/perspective/pull/1165)
- Fix 1129 and 1130, remove Highcharts and Hypergrid from PerspectiveWidget [1142](https://github.com/finos/perspective/pull/1142)
- Fix issue where contexts were being notified before gnode state was updated [1136](https://github.com/finos/perspective/pull/1136)
- Enable updates from arrows that have more/less columns than the Table schema [1140](https://github.com/finos/perspective/pull/1140)
- Fix path resolution for cross-origin assets [1141](https://github.com/finos/perspective/pull/1141)
Misc
- Updated development.md to show correct Emscripten version. [1138](https://github.com/finos/perspective/pull/1138)