_17 March 2020_ ([Full changelog](https://github.com/finos/perspective/compare/v0.4.5...v0.4.6))
Features
- Datagrid row selection and column resize [979](https://github.com/finos/perspective/pull/979)
- Remove duplicate brew instructions [973](https://github.com/finos/perspective/pull/973)
- Add `linked` filter mode to `perspective-workspace` [969](https://github.com/finos/perspective/pull/969)
- Datagrid header click-to-sort and assorted improvements [967](https://github.com/finos/perspective/pull/967)
- New plugin `finos/perspective-viewer-datagrid` [954](https://github.com/finos/perspective/pull/954)
- Add ==, !=, >, <, and string equality computed columns [957](https://github.com/finos/perspective/pull/957)
Fixes
- Update azure-pipelines.yml for Azure Pipelines [977](https://github.com/finos/perspective/pull/977)
- PerspectiveManager no longer treats `str` as `bytes` in Python 2 [965](https://github.com/finos/perspective/pull/965)
- Fully clear queued updates before adding a new computed column [961](https://github.com/finos/perspective/pull/961)
Misc
- Update typings to include nodejs only components [980](https://github.com/finos/perspective/pull/980)
- update dependencies to jupyterlab 2.0, phosphor -> lumino [970](https://github.com/finos/perspective/pull/970)
- Refactor out `WebsSocketManager` from `WebSockerServer` [963](https://github.com/finos/perspective/pull/963)