Skip to content

Releases: JetBrains/lets-plot

v1.4.1

20 May 16:27
Compare
Choose a tag to compare

[1.4.1] - 2020-05-20

Added

  • geom_smooth: automatic sampling when n>1000 and the method is LOESS.

v1.4.0

13 May 15:43
Compare
Choose a tag to compare

[1.4.0] - 2020-05-13

Added

  • Support for interactive maps.
  • The as_discrete() function.
  • Polynomial regression of an arbitrary degree (thelm 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].
  • 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

12 May 13:56
Compare
Choose a tag to compare
v1.4.0rc2 Pre-release
Pre-release
Updated version v1.4.0rc2

v1.3.3rc1

07 May 16:49
Compare
Choose a tag to compare
v1.3.3rc1 Pre-release
Pre-release
Updated version v1.3.3rc1

v1.3.0

26 Mar 13:49
Compare
Choose a tag to compare

[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_rect and geom_vline.
  • Error when date-time series contains NaT value.

Changed

  • Optional load_lets_plot_js() function is now deprecated.
  • Initialisation call LetsPlot.setup_html() is now mandatory in Jupyter.

v1.3.0rc1

23 Mar 10:18
Compare
Choose a tag to compare
v1.3.0rc1 Pre-release
Pre-release
Updated version v1.3.0rc1

v1.2.1

13 Feb 17:07
Compare
Choose a tag to compare

[1.2.1] - 2020-02-13

Fixed

  • tooltip not showing in geom_polygon

v1.2.0

12 Feb 13:00
Compare
Choose a tag to compare

[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 weight parameter 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.

v1.2.0rc2

10 Feb 17:20
Compare
Choose a tag to compare
v1.2.0rc2 Pre-release
Pre-release
Updated version v1.2.0rc2

v1.2.0rc1

04 Feb 17:00
Compare
Choose a tag to compare
v1.2.0rc1 Pre-release
Pre-release
Updated version v1.2.0rc1