Releases: JetBrains/lets-plot
Releases · JetBrains/lets-plot
v1.5.0rc1
Updated version v1.5.0rc1
v1.4.2
[1.4.2] - 2020-05-28
Added
- Plugin for IntelliJ IDEA / PyCharm is available. For more info see the plugin homepage: Lets-Plot in SciView.
Changed
- Plots build time reduced (up to 4X)
v1.4.1
[1.4.1] - 2020-05-20
Added
geom_smooth: automatic sampling when n>1000 and the method is LOESS.
v1.4.0
[1.4.0] - 2020-05-13
Added
- Support for interactive maps.
- The
as_discrete()function. - Polynomial regression of an arbitrary degree (the
lmsmoothing method) in geom_smooth. axis_tooltip,axis_tooltip_x,axis_tooltip_yparameters intheme()- Kaggle and Datalore notebook demos.
Fixed
- Severe performance degradation when using discrete scales [#119].
- Opaque background to better support PyCharm dark theme [#121].
- Auto-detection of a Kaggle environment.
- Limits on the maximum plot size [#115].
- Installation instructions for Windows users [#118 MinGW].
Changed
- More slick shape for tooltips on the axis.
v1.4.0rc2
Updated version v1.4.0rc2
v1.3.3rc1
Updated version v1.3.3rc1
v1.3.0
[1.3.0] - 2020-03-26
Added
- Python 3.6 support.
- Windows platform support.
- SVG/HTML export to file.
- Offline mode for Jupyter notebooks.
- Support for cloud-based notebooks like Google Colab and Datalore.
- JVM Maven artefacts released.
Fixed
- No tooltip on
geom_rectandgeom_vline. - Error when date-time series contains
NaTvalue.
Changed
- Optional
load_lets_plot_js()function is now deprecated. - Initialisation call
LetsPlot.setup_html()is now mandatory in Jupyter.
v1.3.0rc1
Updated version v1.3.0rc1
v1.2.1
[1.2.1] - 2020-02-13
Fixed
- tooltip not showing in geom_polygon
v1.2.0
[1.2.0] - 2020-02-12
Added
- geopandas support in geoms: point, path, polygon, rect, text.
- support for LOESS smoothing method in geom_smooth.
- new geometry layers: geom_crossbar, geom_linerange, geom_pointrange, geom_bin2d.
- support for coordinate stystem xlim, ylim parameters (i.e. "clipping").
Fixed
- Was not working
weightparameter in stats: bin, count, bin2d, density, density2d - incorrect tooltip line 'NaN' in geom_boxplot.
- ambiguous tooltip positioning in geoms: tile, bin2d.
- cropped text in tooltip.