Added
- Support for interactive maps.
- The `as_discrete()` function.
- Polynomial regression of an arbitrary degree (the`lm` smoothing method) in *geom_smooth*.
- `axis_tooltip`, `axis_tooltip_x`, `axis_tooltip_y` parameters in `theme()`
- Kaggle and Datalore notebook demos.
Fixed
- Severe performance degradation when using discrete scales [[119](https://github.com/JetBrains/lets-plot/issues/119)].
- Opaque background to better support PyCharm dark theme [[121](https://github.com/JetBrains/lets-plot/issues/121)].
- Auto-detection of a Kaggle environment.
- Limits on the maximum plot size [[115](https://github.com/JetBrains/lets-plot/issues/115)].
- Installation instructions for Windows users [[118 MinGW](https://github.com/JetBrains/lets-plot/issues/118)].
Changed
- More slick shape for tooltips on the axis.