Skip to content

Releases: JetBrains/lets-plot

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

v1.1.0

17 Dec 06:40
Compare
Choose a tag to compare

[1.1.0] - 2019-12-17

Added

  • GGBunch. Combines several different plots into one graphical object.
  • geom_image(). Displays an image specified by ndarray with shape (n,m) or (n,m,3) or (n,m,4).
  • gg_image_matrix(). A utility helping to combine several images into one graphical object.
  • user_guide.ipynb
  • ggbunch.ipynb
  • scatter_matrix.ipynb
  • image_101.ipynb
  • image_fisher_boat.ipynb
  • image_matrix.ipynb

Changed

  • Switched to Kotlin 1.3.61

Fixed

  • scale_datetime(). Date-time formatting in tooltips.
  • Links in README_PYTHON.md

v1.1.0rc1

13 Dec 12:45
Compare
Choose a tag to compare
v1.1.0rc1 Pre-release
Pre-release
Updated version v1.1.0rc1

v1.0.0

27 Nov 10:56
Compare
Choose a tag to compare

[1.0.0] - 2019-11-27

Changed

  • First public release.