renovate-bot opened a new pull request, #6189:
URL: https://github.com/apache/jmeter/pull/6189

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | 
[org.jetbrains.lets-plot:lets-plot-batik](https://togithub.com/JetBrains/lets-plot)
 | `3.2.0` -> `4.1.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.lets-plot:lets-plot-batik/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.lets-plot:lets-plot-batik/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.lets-plot:lets-plot-batik/3.2.0/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.lets-plot:lets-plot-batik/3.2.0/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>JetBrains/lets-plot 
(org.jetbrains.lets-plot:lets-plot-batik)</summary>
   
   ### 
[`v4.1.0`](https://togithub.com/JetBrains/lets-plot/blob/HEAD/CHANGELOG.md#410---2023-11-03)
   
   ##### Added
   
   -   Annotations in Barchart
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23e/bar_annotations.ipynb).
   
   -   Common theme support in subplots (i.e. `gggrid()`) 
\[[LPK-#&#8203;197](https://togithub.com/JetBrains/lets-plot-kotlin/issues/197)].
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23e/gggrid_theme.ipynb).
   
   -   `HCL` and `CIELAB` color space for hue color scale and gradient color 
scales \[[#&#8203;876](https://togithub.com/JetBrains/lets-plot/issues/876)].
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23e/color_space_update.ipynb).
   
   -   New scale transformations: `'log2'` and `'symlog'`.
   
       See: [example 
notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-23e/new_scale_transformations.ipynb).
   
   -   `plot_margin` parameter in `theme()` 
\[[#&#8203;856](https://togithub.com/JetBrains/lets-plot/issues/856)].
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23e/theme_plot_margin.ipynb).
   
   -   Dual orientation for geometries:
   
       -   `geom_errorbar()`
       -   `geom_crossbar()`
       -   `geom_pointrange()`
       -   `geom_linerange()`
       -   `geom_ribbon()`
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23e/horizontal_geoms.ipynb).
   
   -   Python 3.12 support 
\[[#&#8203;907](https://togithub.com/JetBrains/lets-plot/issues/907)].
   
   ##### Changed
   
   -   \[BREAKING] `stat_summary()` and `stat_summary_bin` no longer supports 
computing of additional variables specified in mappings.
   
   ##### Fixed
   
   -   Husl palette equivalent 
\[[#&#8203;876](https://togithub.com/JetBrains/lets-plot/issues/876)].
   -   Tooltips are trimmed and not visible on a very narrow chart 
\[[#&#8203;837](https://togithub.com/JetBrains/lets-plot/issues/837)].
   -   `geom_crossbar`: an error occurs if the mapped values of aesthetics are 
not populated 
\[[#&#8203;886](https://togithub.com/JetBrains/lets-plot/issues/886)].
   -   Exception label is unresizeble, uncopyable and uncontrollable 
\[[#&#8203;902](https://togithub.com/JetBrains/lets-plot/issues/902)].
   -   Flickering during plot downsizing 
\[[#&#8203;888](https://togithub.com/JetBrains/lets-plot/issues/888)].
   -   Bad default formatting of numeric values in annotations 
\[[#&#8203;905](https://togithub.com/JetBrains/lets-plot/issues/905)].
   -   corr_plot: unexpected whitespace between the "geometry area" and the 
legend \[[#&#8203;877](https://togithub.com/JetBrains/lets-plot/issues/877)].
   -   scale_log: an option to generate only breaks which are integer powers of 
10 needed \[[#&#8203;850](https://togithub.com/JetBrains/lets-plot/issues/850)].
   -   Trimmed legend when bounds of the rightmost X-axis tick label exceeds 
the axis length 
\[[#&#8203;851](https://togithub.com/JetBrains/lets-plot/issues/851)].
   -   HTML files exported using ggsave() are missing the encoding 
specification 
\[[#&#8203;900](https://togithub.com/JetBrains/lets-plot/issues/900)].
   -   `plot_margin` parameter in `theme()` 
\[[#&#8203;856](https://togithub.com/JetBrains/lets-plot/issues/856)].
   -   Subplot themes not inherited by parent 
\[[LPK-#&#8203;197](https://togithub.com/JetBrains/lets-plot-kotlin/issues/197)].
   -   Saving plots in PDF format using ggsave() 
\[[#&#8203;710](https://togithub.com/JetBrains/lets-plot/issues/710)].
   -   `element_blank()` has no effect on plot title/subtitle/caption in 
`theme()` \[[#&#8203;913](https://togithub.com/JetBrains/lets-plot/issues/913)].
   -   Lollipop in legend is disproportionately large 
\[[LPK-216](https://togithub.com/JetBrains/lets-plot-kotlin/issues/216)].
   -   geomBar with fill, produces tooltips artefacts 
\[[#&#8203;895](https://togithub.com/JetBrains/lets-plot/issues/895)].
   -   Exception, when trying to build plot with column name containing line 
breakes \[[#&#8203;894](https://togithub.com/JetBrains/lets-plot/issues/894)].
   -   Added "grey" spelling for the gray color (earlier - "gray" only).
   
   ### 
[`v4.0.1`](https://togithub.com/JetBrains/lets-plot/blob/HEAD/CHANGELOG.md#401---2023-09-13)
   
   ##### Added
   
   -   `plot_message` parameter in `theme(...)` 
\[[#&#8203;863](https://togithub.com/JetBrains/lets-plot/issues/863)].\
       See: [example 
notebook](https://nbviewer.jupyter.org/github/JetBrains/lets-plot/blob/master/docs/f-23d/theme_plot_message.ipynb).
   
   -   Add `geom_count()`/`stat_sum()` 
\[[#&#8203;821](https://togithub.com/JetBrains/lets-plot/issues/821)].\
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23d/geom_count.ipynb).
   
   ##### Changed
   
   -   If layer transparency is set via the alpha-channel in the colors RGBA 
specification and via the `alpha` aesthetic, \
       then the `alpha` aesthetic overrides the alpha-channel in the color. 
Previousely it was the opposite.
   
   -   `geom_pie()` defaults:
       -   "stroke" is visible and `stroke_side='both'` (was 
`stroke_side='outer'`).
       -   the "hole" is not created automatically when `stroke_side = 
'both'/'inner'` (was created automatically).
   
   -   `geom_bar()` now has solid outline color by default (was transparent).
   
   -   `geom_tile()`, `geom_bin2d()` now have solid outline color by default 
(was transparent).
       -   however, by default the `size` is 0 (i.e. tiles outline initially is 
not visible).
   
   ##### Fixed
   
   -   `geom_tile()`, `geom_bin2d()` : the `alpha` aesthetic is applied to the 
tiles outline.
   -   `scale_x_datetime()`: error building plot for early dates 
\[[#&#8203;346](https://togithub.com/JetBrains/lets-plot/issues/346)].
   -   `geom_livemap()`: theme/flavor plot background is not shown 
\[[#&#8203;857](https://togithub.com/JetBrains/lets-plot/issues/857)].
   -   `geom_livemap()`: in AWT dragging a map in a facet moves maps in all 
facets.
   -   `geom_livemap()`: support rectangle 'linetype' 
\[[#&#8203;307](https://togithub.com/JetBrains/lets-plot/issues/307)].
   -   `theme_void()` + `flavor_xxx()`: no expected plot background 
\[[#&#8203;858](https://togithub.com/JetBrains/lets-plot/issues/858)].
   -   Inconsistent color in legend when using `paint_a/paint_b/paint_c` 
\[[#&#8203;867](https://togithub.com/JetBrains/lets-plot/issues/867)].
   
   ### 
[`v4.0.0`](https://togithub.com/JetBrains/lets-plot/blob/HEAD/CHANGELOG.md#400---2023-08-17)
   
   ##### Added
   
   -   Flavor-aware colors: **pen**, **brush** and **paper**
   
       -   By default, all geometries utilize new flavor-aware colors.
       -   Theme `geom` parameter allows redefinition of "geom colors":  
`theme(geom=element_geom(pen, brush,paper))`.
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/geom_theme_colors.ipynb).
   
   -   `stat_summary()` :
       [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/stat_summary.ipynb).
   
   -   `stat_summary_bin()` :
       [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/stat_summary_bin.ipynb).
   
   -   `stat_ecdf()` :
       [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/stat_ecdf.ipynb).
   
   -   `geom_function()` :
       [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/geom_function.ipynb).
   
   -   `theme_void()` 
\[[#&#8203;830](https://togithub.com/JetBrains/lets-plot/issues/830)] :
       [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/theme_void.ipynb).
   
   -   `"sum"` statistic 
\[[#&#8203;821](https://togithub.com/JetBrains/lets-plot/issues/821)]:
       [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/stat_sum.ipynb).
   
   -   `"boxplot_outlier"` statistic: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/stat_boxplot_outlier.ipynb).
   
   -   Support for variadic line width and/or color in `geom_line()` and 
`geom_path()` 
\[[#&#8203;313](https://togithub.com/JetBrains/lets-plot/issues/313)].
   
       [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/aes_size_color_variadic_lines.ipynb).
   
   -   In tooltip customization API:\
       `disable_splitting()` function 
\[[LPK-189](https://togithub.com/JetBrains/lets-plot-kotlin/issues/189)].
   
       [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/tooltips_disable_splitting.ipynb).
   
   -   In `geom_pie()`:
   
       -   `stroke` and `color` aesthetics - the width and color of pie sector 
arcs.
       -   `stroke_side` parameter - which arcs to show (inner, outer, both).
       -   `spacer_width` and `spacer_color` parameters - lines between sectors.
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/geom_pie_stroke_and_spacers.ipynb).
   
       -   `size_unit` parameter : [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/geom_pie_size_unit.ipynb).
   
   ##### Changed
   
   -   The default qualitative color palette is now [Color Brewer 
"Set1"](https://colorbrewer2.org/#type=qualitative\&scheme=Set1\&n=9) (was 
["Set2"](https://colorbrewer2.org/#type=qualitative\&scheme=Set2\&n=8))
   
   -   Geometries default colors are now flavor-dependent: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23c/geom_theme_colors.ipynb).
   
   -   Geometries default size/line-width is now slightly bigger.
   
   -   Point size is adjusted to match the width of a line of the same "size".
   
   -   \[BREAKING] `geom_pie()` no longer supports parameter `stroke_color`.
   
   -   \[BREAKING] `geom_boxplot()` no longer support parameter `sampling`.
   
   -   \[BREAKING] `geom_pointrange()`: `size` aesthetic shouldn't affect line 
width \[[#&#8203;751](https://togithub.com/JetBrains/lets-plot/issues/751)]:
   
       `linewidth` aesthetic is used for line width, `size` - for mid-point 
size only.
   
   -   `geom_boxplot()`: `size` and `stroke` parameters now affect outlier 
shapes.
   
   -   \[BREAKING, only affects users of Lets-Plot Kotlin API] \
       The entire project has undergone package refactoring.\
       As a result of package names changed, Lets-Plot v4.0.0 is partially 
incompatible\
       with Lets-Plot Kotlin API versions 4.4.1 and earlier.
   
   ##### Fixed
   
   -   `ggsave()` doesn't save geom_raster() layer to a file 
\[[#&#8203;778](https://togithub.com/JetBrains/lets-plot/issues/778)].
   -   `ggsave()`: saving geomImshow() to SVG produces fuzzy picture 
\[[LPK-188](https://togithub.com/JetBrains/lets-plot-kotlin/issues/188)].
   -   `ggsave()`: saving geomImshow() to raster format produces fuzzy picture.
   -   `geom_crossbar()` aesthetics take `middle` argument instead of `y` 
\[[#&#8203;804](https://togithub.com/JetBrains/lets-plot/issues/804)].
   -   `geom_boxplot()` doesn't apply alpha to outliers 
\[[#&#8203;754](https://togithub.com/JetBrains/lets-plot/issues/754)].
   -   `geom_boxplot()` outliers do not show tooltips.
   -   `geom_step()` no tooltips.
   -   `geom_step()`: toggle the behavior of the `direction` parameter when the 
orientation is changed.
   -   `geom_livemap()`: memory leak when re-run cells without reloading a page.
   -   `geom_ribbon()`: not all tooltips are shown on a multi-layer plot 
\[[#&#8203;847](https://togithub.com/JetBrains/lets-plot/issues/847)].
   -   Bug in empty plot: IndexOutOfBoundsException 
\[[#&#8203;194](https://togithub.com/JetBrains/lets-plot-kotlin/issues/194)].
   -   Weird tooltip/legend in case of extremely long value 
\[[#&#8203;315](https://togithub.com/JetBrains/lets-plot/issues/315)].
   -   panning on interactive map should be more responsive 
\[[#&#8203;336](https://togithub.com/JetBrains/lets-plot/issues/336)].
   -   Offline mode doesn't work with manylinux wheels 
\[[#&#8203;808](https://togithub.com/JetBrains/lets-plot/issues/808)].
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "every 3 weeks on Monday" (UTC), Automerge 
- At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/jmeter).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to