File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ val letsPlotJvmToolchainVersion = project.property("jvm.toolchain.version")?.toS
4646
4747allprojects {
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
Original file line number Diff line number Diff line change 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-
Original file line number Diff line number Diff line change 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 '
You can’t perform that action at this time.
0 commit comments