Skip to content

Commit 98f2704

Browse files
Updated version v4.11.0
1 parent fcd0f3c commit 98f2704

5 files changed

Lines changed: 23 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [4.11.0] - 2026-06-30
9+
10+
### Added
11+
12+
- `theme()`: new `tooltip_merge` and `tooltip_max_count` parameters to combine the general tooltips of multiple targets into a single tooltip.
13+
14+
See: [example notebook](https://raw.githack.com/JetBrains/lets-plot/master/docs/f-26c/tooltip_merge.html).
15+
16+
- Text halos improve readability on varied backgrounds. New `halo_width` and `halo_color` parameters are supported in `geom_text()`/`geom_text_repel()` and by labels in `corr_plot()`.
17+
18+
See: [example notebook](https://raw.githack.com/JetBrains/lets-plot/master/docs/f-26c/text_halo.html).
19+
20+
### Fixed
21+
22+
- Incorrect `hjust`/`vjust`/`angle` justification of vertical-axis tick labels (`theme(axis_text_y=element_text(...))`)
23+
- Rotated vertical-axis tick labels could be wrongly dropped or kept by overlap-based break filtering
24+
- Misaligned or mismatched axis tick labels when some breaks are dropped after layout
25+
26+
827
## [4.10.3] - 2026-06-10
928

1029
### Changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ val letsPlotJvmToolchainVersion = project.property("jvm.toolchain.version")?.toS
4646

4747
allprojects {
4848
group = "org.jetbrains.lets-plot"
49-
version = "4.11.1-SNAPSHOT" // see also: python-package/lets_plot/_version.py
49+
version = "4.11.0" // see also: python-package/lets_plot/_version.py
5050
// version = "0.0.0-SNAPSHOT" // for local publishing only
5151

5252
// Generate JVM 1.8 bytecode

future_changes.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
1-
## [4.11.0] - 2026-06-dd
1+
## [4.11.1] - 2026-mm-dd
22

33
### Added
44

5-
- `theme()`: new `tooltip_merge` and `tooltip_max_count` parameters to combine the general tooltips of multiple targets into a single tooltip.
6-
7-
See: [example notebook](https://raw.githack.com/JetBrains/lets-plot/master/docs/f-26c/tooltip_merge.html).
8-
9-
- Text halos improve readability on varied backgrounds. New `halo_width` and `halo_color` parameters are supported in `geom_text()`/`geom_text_repel()` and by labels in `corr_plot()`.
10-
11-
See: [example notebook](https://raw.githack.com/JetBrains/lets-plot/master/docs/f-26c/text_halo.html).
12-
135
### Changed
146

15-
167
### Fixed
17-
18-
- Incorrect `hjust`/`vjust`/`angle` justification of vertical-axis tick labels (`theme(axis_text_y=element_text(...))`)
19-
- Rotated vertical-axis tick labels could be wrongly dropped or kept by overlap-based break filtering
20-
- Misaligned or mismatched axis tick labels when some breaks are dropped after layout
21-
22-

js-package/distr/lets-plot.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-package/lets_plot/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Use of this source code is governed by the MIT license that can be found in the LICENSE file.
44
#
55
# see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
6-
__version__ = '4.11.1.dev1'
6+
__version__ = '4.11.0'

0 commit comments

Comments
 (0)