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

   [![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.1.0` -> `3.2.0` | 
[![age](https://badges.renovateapi.com/packages/maven/org.jetbrains.lets-plot:lets-plot-batik/3.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://badges.renovateapi.com/packages/maven/org.jetbrains.lets-plot:lets-plot-batik/3.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://badges.renovateapi.com/packages/maven/org.jetbrains.lets-plot:lets-plot-batik/3.2.0/compatibility-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://badges.renovateapi.com/packages/maven/org.jetbrains.lets-plot:lets-plot-batik/3.2.0/confidence-slim/3.1.0)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>JetBrains/lets-plot</summary>
   
   ### 
[`v3.2.0`](https://togithub.com/JetBrains/lets-plot/blob/HEAD/CHANGELOG.md#&#8203;320---2023-05-09)
   
   ##### Added
   
   -   `geom_lollipop()`.
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23b/geom_lollipop.ipynb).
   
   -   Aesthetic `stroke` 
\[[#&#8203;320](https://togithub.com/JetBrains/lets-plot/issues/320)]
       and its scales `scale_stroke()`, `scale_stroke_identity()`.
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23b/aes_stroke.ipynb).
   
   -   Aesthetic `linewidth` (for `geom_lollipop()`) and its scales 
`scale_linewidth()`, `scale_linewidth_identity()`.
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23b/geom_lollipop.ipynb).
   
   -   The 'newline' character (`\n`) now works as `line break` in legend
       text 
(\[[#&#8203;726](https://togithub.com/JetBrains/lets-plot/issues/726)])
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23b/legend_text_multiline.ipynb).
   
   -   Horizontal error bars and vertical "dodge" 
(\[[#&#8203;735](https://togithub.com/JetBrains/lets-plot/issues/735)]).
   
       See: [example 
notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-23b/horizontal_error_bars.ipynb).
   
   -   Colorbar in `geom_imshow()`. Parameters `show_legend`
       and `color_by` 
\[[#&#8203;717](https://togithub.com/JetBrains/lets-plot/issues/717)].
   
   ##### Changed
   
   -   \[BREAKING] `geom_dotplot()` and `geom_ydotplot()` no longer support 
parameter `stat`.
   
   -   Position adjustment settings:
       -   `width, height` parameters of `geom_jitter()` have priority over the 
`width, height` parameters
           of `position_jitter()` function;
       -   `nudge_x, nudge_y` parameters of `geom_text(), geom_label()` have 
priority over `x, y` parameters
           of `position_nudge()` function.
   
   -   `geom_text(), geom_label()` use `stat='identity'` by default.
   
   -   JVM/Batik: improved "paint manager" which now has better performance and 
fixes issues with artifacts that could appear beyond the plot component.
   
   ##### Fixed
   
   -   Batik: `geom_imshow()` fail with an error: "The attribute "xlink:href" 
of the element <image> is required"
   -   Batik: bug with usage of "&" 
\[[#&#8203;713](https://togithub.com/JetBrains/lets-plot/issues/713)].
   -   Categorical ordering, it's not respected for Boxplot and violin
       plot 
\[[#&#8203;746](https://togithub.com/JetBrains/lets-plot/issues/746)].
   -   Groups not sorted similarly when using facets 
\[[#&#8203;679](https://togithub.com/JetBrains/lets-plot/issues/679)].
   -   HTML export: exclude computation messages from the output 
\[[#&#8203;725](https://togithub.com/JetBrains/lets-plot/issues/725)].
   -   Image export not working with `geom_imshow()`
       and `geom_raster()` 
\[[LPK-175](https://togithub.com/JetBrains/lets-plot-kotlin/issues/175)].
   -   `geom_segment()` doesn't take into account the alpha 
\[[#&#8203;748](https://togithub.com/JetBrains/lets-plot/issues/748)].
   -   `geom_density2d`: Internal error with None values in data 
\[[#&#8203;702](https://togithub.com/JetBrains/lets-plot/issues/702)].
   -   DateTime metadata is not applied for scales other than
       X/Y 
\[[LPK-174](https://togithub.com/JetBrains/lets-plot-kotlin/issues/174)].
   -   Quantile should be shown in tooltip if the variable `..quantile..` is 
mapped to geom aesthetic.
   -   Bad default formatting for stat variables 
\[[#&#8203;654](https://togithub.com/JetBrains/lets-plot/issues/654)].
   -   The scale name does not apply with `as_discrete()` 
\[[#&#8203;653](https://togithub.com/JetBrains/lets-plot/issues/653)].
   -   Tooltip is not shown when configured for 'const' value 
\[[#&#8203;610](https://togithub.com/JetBrains/lets-plot/issues/610)].
   -   Fix crash when try to add a constant to a tooltip (e.g.`"^size"`, where 
`size` aesthetic is specified with a number).
   -   "Variable not found" error in `ggmarginal` 
\[[#&#8203;681](https://togithub.com/JetBrains/lets-plot/issues/681)].
   -   `facet_grid`: Internal error 
\[[#&#8203;699](https://togithub.com/JetBrains/lets-plot/issues/699)].
   -   Export to SVG fails if breaks are given by integers 
\[[#&#8203;763](https://togithub.com/JetBrains/lets-plot/issues/763)].
   -   Remove hard IPython dependency 
\[[#&#8203;749](https://togithub.com/JetBrains/lets-plot/issues/749)].
   -   Tooltips bug 
\[[LPK-176](https://togithub.com/JetBrains/lets-plot-kotlin/issues/176)].
   -   livemap: doesn't work well with gggrid 
\[[#&#8203;750](https://togithub.com/JetBrains/lets-plot/issues/750)].
   -   livemap: memory leak caused by a document event handler.
   -   livemap: flickering when zooming with the buttons.
   -   livemap: tooltip text doesn't reflect data under the
       cursor 
\[[#&#8203;709](https://togithub.com/JetBrains/lets-plot/issues/709)].
   
   </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://app.renovatebot.com/dashboard#github/apache/jmeter).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
   


-- 
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