Skip to content

Commit

Permalink
Updated version v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VDovidaytis-HORIS committed Apr 25, 2024
1 parent e0f52e3 commit de1b96c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.3.2] - 2024-04-25

### Changed

- `to_svg()`, `to_html()`: return the content as string if no "path" is given [[#1067](https://github.com/JetBrains/lets-plot/issues/1067)].

### Fixed

- LP occasionally crashes when drawing polygons [[#1084](https://github.com/JetBrains/lets-plot/issues/1084)].
- Regression of issue [[#966](https://github.com/JetBrains/lets-plot/issues/966)].
- Livemap: labels on the map look blurry [[#1045](https://github.com/JetBrains/lets-plot/issues/1045)].
- Linetype doesn't work for `geom_tile()` [[LPK-241](https://github.com/JetBrains/lets-plot-kotlin/issues/241)].

## [4.3.1] - 2024-04-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project.ext.letsPlotTaskGroup = 'lets-plot'

allprojects {
group = 'org.jetbrains.lets-plot'
version = "4.3.2-SNAPSHOT"
version = "4.3.2"
// see also: python-package/lets_plot/_version.py

// Generate JVM 1.8 bytecode
Expand Down
9 changes: 1 addition & 8 deletions future_changes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
## [4.3.2] - 2024-04-25
## [4.3.3] - 2024-mm-dd

### Added

### Changed

- `to_svg()`, `to_html()`: return the content as string if no "path" is given [[#1067](https://github.com/JetBrains/lets-plot/issues/1067)].

### Fixed

- LP occasionally crashes when drawing polygons [[#1084](https://github.com/JetBrains/lets-plot/issues/1084)].
- Regression of issue [[#966](https://github.com/JetBrains/lets-plot/issues/966)].
- Livemap: labels on the map look blurry [[#1045](https://github.com/JetBrains/lets-plot/issues/1045)].
- Linetype doesn't work for `geom_tile()` [[LPK-241](https://github.com/JetBrains/lets-plot-kotlin/issues/241)].
2 changes: 1 addition & 1 deletion js-package/distr/lets-plot.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion python-package/lets_plot/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
__version__ = '4.3.2.dev1'
__version__ = '4.3.2'

0 comments on commit de1b96c

Please sign in to comment.