Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jetbrains.lets-plot:lets-plot-kotlin-jvm from 4.8.0 to 4.9.0 #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps org.jetbrains.lets-plot:lets-plot-kotlin-jvm from 4.8.0 to 4.9.0.

Release notes

Sourced from org.jetbrains.lets-plot:lets-plot-kotlin-jvm's releases.

v4.9.0

[4.9.0] - 2024-11-01

This release is 100% compatible with Lets-Plot v 4.5.1.

Added

  • ggtb(): enable zoom/pan interactivity on plot [#38],[#983],[#1019]

    See example notebook.

  • Interactive links in tooltips/labels/texts [#1091].

    See example notebook.

  • Formatting:

    • LaTeX support: superscript, subscript ([#861]) and Greek letters ([#960]).

      See example notebook.

    • Scientific notation: compact form. Enable the compact form using the exponentFormat parameter in theme() [#1071].

      See example notebook.

  • In theme():

    • parameters legendMargin, legendSpacing, legendSpacingX, legendSpacingY, legendBoxSpacing,

      and functions legendBoxHorizontal/Vertical(), legendBoxJustificationLeft/Right/Top/Bottom/Center() [#1180].

      See example notebook.

    • parameters legendKey, legendKeySize/Width/Height/Spacing/SpacingX/SpacingY[#1181].

      See example notebook.

    • parameters stripBackgroundX/Y, stripTextX/Y [#1195].

      See example notebook.

  • Custom linetype patterns [#1198]:

    • a list specifying the pattern of dashes and gaps used to draw the line: listOf(dash, gap, dash, gap, ...);
    • a list with a specified offset: listOf(offset, listOf(dash, gap, dash, gap, ...));
    • a string of an even number (up to eight) of hexadecimal digits specifying the lengths in consecutive positions in the string.

    See example notebook.

  • Geometries:

    • geomBlank() [#831].

    • base parameter in waterfallPlot() [#1159].

... (truncated)

Changelog

Sourced from org.jetbrains.lets-plot:lets-plot-kotlin-jvm's changelog.

[4.9.0] - 2024-11-01

This release is 100% compatible with Lets-Plot v 4.5.1.

Added

  • ggtb(): enable zoom/pan interactivity on plot [#38],[#983],[#1019]

    See example notebook.

  • Interactive links in tooltips/labels/texts [#1091].

    See example notebook.

  • Formatting:

    • LaTeX support: superscript, subscript ([#861]) and Greek letters ([#960]).

      See example notebook.

    • Scientific notation: compact form. Enable the compact form using the exponentFormat parameter in theme() [#1071].

      See example notebook.

  • In theme():

    • parameters legendMargin, legendSpacing, legendSpacingX, legendSpacingY, legendBoxSpacing,

      and functions legendBoxHorizontal/Vertical(), legendBoxJustificationLeft/Right/Top/Bottom/Center() [#1180].

      See example notebook.

    • parameters legendKey, legendKeySize/Width/Height/Spacing/SpacingX/SpacingY[#1181].

      See example notebook.

    • parameters stripBackgroundX/Y, stripTextX/Y [#1195].

      See example notebook.

  • Custom linetype patterns [#1198]:

    • a list specifying the pattern of dashes and gaps used to draw the line: listOf(dash, gap, dash, gap, ...);
    • a list with a specified offset: listOf(offset, listOf(dash, gap, dash, gap, ...));
    • a string of an even number (up to eight) of hexadecimal digits specifying the lengths in consecutive positions in the string.

    See example notebook.

  • Geometries:

    • geomBlank() [#831].

    • base parameter in waterfallPlot() [#1159].

... (truncated)

Commits
  • f7d5668 Release v4.9.0
  • 4963995 New gallery notebooks.
  • 2863547 Add 'base' parameter to the waterfall plot. (#262)
  • e9d29a5 Add diagram to legend demos.
  • 43149b3 Add ggtb(), update demos and future_changes.md
  • 3dd7620 Add new cookbooks.
  • e708a8a Filled 'Added' and 'Changed' sections in future_changes.md
  • 67a1485 Add checkOverlap for geomText and geomLabel
  • e9aff80 Parameter marginal for qqPlot() (#261)
  • 8ffef45 Update labWidth description
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 4, 2024
@dependabot dependabot bot force-pushed the dependabot/gradle/org.jetbrains.lets-plot-lets-plot-kotlin-jvm-4.9.0 branch from b1e6a99 to 04b485c Compare November 6, 2024 02:58
@dominikmaeckel dominikmaeckel marked this pull request as draft November 7, 2024 08:45
@dominikmaeckel dominikmaeckel marked this pull request as ready for review November 7, 2024 08:45
Bumps [org.jetbrains.lets-plot:lets-plot-kotlin-jvm](https://github.com/JetBrains/lets-plot-kotlin) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/JetBrains/lets-plot-kotlin/releases)
- [Changelog](https://github.com/JetBrains/lets-plot-kotlin/blob/master/CHANGELOG.md)
- [Commits](JetBrains/lets-plot-kotlin@v4.8.0...v4.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.lets-plot:lets-plot-kotlin-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dominikmaeckel dominikmaeckel force-pushed the dependabot/gradle/org.jetbrains.lets-plot-lets-plot-kotlin-jvm-4.9.0 branch from 04b485c to 7f2ffa4 Compare November 7, 2024 08:45
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 25, 2024

A newer version of org.jetbrains.lets-plot:lets-plot-kotlin-jvm exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants