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

chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.8.0 #270

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.lets-plot:lets-plot-kotlin-geotools 4.5.0 -> 4.8.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

JetBrains/lets-plot-kotlin (org.jetbrains.lets-plot:lets-plot-kotlin-geotools)

v4.8.0

Compare Source

This release is 100% compatible with Lets-Plot v 4.4.0, v 4.4.1.

Added
Changed
  • The triangular point shape is now anchored to the data point via the centroid
Fixed
  • ggsave (.svg) transforms geom_text integer to float [#​626].
  • Int DataFrame column names are being converted to float string representation [#​901].
  • linetype = 0 ("blank") should make lines invisible [#​712].
  • geomDensity2D, geomDensity2DFilled: support weight aesthetic [#​791].
  • Discrete axis labels unnecessarily rotate 90 degrees when applying coord system limits.
  • Axis title via labs() breaks the date-time scale [#​1113].
  • JavaFX IllegalArgumentException: Unsupported attribute display in Pane.

v4.7.3

Compare Source

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

Added
Fixed
  • Undesired vertical scroller when displaying gggrid in Jupyter notebook.
  • Memory leak in SVG observable model (thanks to contribution by Ilya Muradyan).
  • GeoJson structure breaks if the ring start label occurs several times [#​1086].
  • theme: left margin doesn't work for the plot_title parameter [#​1101].
  • Improve border line type experience [LPK-220].

v4.7.2

Compare Source

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

Fixed
  • LP occasionally crashes when drawing polygons [#​1084].
  • Regression of issue [#​966].
  • Linetype doesn't work for geomTile() [LPK-241].

v4.7.1

Compare Source

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

Added
Changed
  • LetsPlot.theme global property now accepts a sum of theme/flavor features [#​657].
Fixed
  • ggmarginal(): broken coloring [#​760].
  • Incorrect 'plot_background' area (with empty space capture) [#​918].
  • geom_density2df: uneven borders [#​941].
  • Line segments in geom_density2df() do not get interpolated when used with coord_polar() [#​1037].
  • arrow on segment: reduce arrow size for short segments [#​1040].
  • arrow on curve sometimes looks weird [#​1041].
  • Error when build geom_smooth() with se=False [#​1050].
  • Add tooltips for geom_curve() [#​1053].
  • Incorrect position for bar annotations when specifying scale_x_reverse()/scale_y_reverse() [#​1057].
  • Missing outer bar annotations when specifying scale_x_reverse()/scale_y_reverse() [#​1058].
  • Plot layout breaks when marginal layers are used [#​1074].
  • Discrete scale doesn't work for datetime data [LPK-231].
  • Add linetype parameter in elementLine() and elementRect() [LPK-235].
  • Any way to line-wrap facet labels? [LPK-237].
  • Missing marginal gridlines.
  • Cryptic error message on geom_boxplot with orientation="y" [#​600].

v4.7.0

Compare Source

Added
  • coordPolar()

    The polar coordinate system is most commonly used for pie charts, but

    it can also be used for constructing Spider or Radar charts using the flat option.

    See: example notebook.

  • In the theme() function:

    • panelInset parameter - primarily used for plots with polar coordinates.

      See: example notebook.

    • panelBorderOntop parameter - enables the drawing of panel border on top of the plot geoms.

    • panelGridOntop, panelGridOntopX, panelGridOntopY parameters - enable the drawing of grid lines on top of the plot geoms.

  • geomCurve()

    See: example notebook.

  • [UNIQUE] Visualizing graph-like data with geomSegment() and geomCurve().

    • Aesthetics sizeStart, sizeEnd, strokeStart and strokeEnd enable better alignment of

      segments/curves with nodes of the graph by considering the size of the nodes.

    • The spacer parameter allows for additional manual fine-tuning.

    See: example notebook.

  • alphaStroke parameter in geomLabel() to enable the applying of alpha to color [#​1029].

    See: example notebook.

Changed
  • Parameter axisOntop in theme() is now true by default.
Fixed
  • Bug with Tooltips in Swing/Batik [LPK-225].
  • coordMap() should distort tiles size to account for different unit size at different latitudes [#​331].
  • geomErrorbar(): wrong positioning of tooltips [#​992].
  • geomPath(): tooltip position interpolation [#​855].
  • Stacked bar-chart annotation: labels go out of the plot when zooming-in using coord_cartesian(xlim, ylim) [#​981].
  • Facets: "free scales" options are ignored by discrete axis [#​955].
  • Bar width is too large when x-domain is defined via x-scale limits [#​1013].
  • How to hide only main tooltip? [LPK-#​232].
  • Make middle strip in geomCrossbar() optional [LPK-233].
  • Can't set null for coord limit [#​486].
  • Scale limits don't work for bars/area [LPK-219], [#​978].
  • No gridlines when axisOntop=True [#​1012].
  • Displaying tooltips on a multilayer plot [#​1030].
  • Make segment geometry better suited for graphs visualization [#​572].

v4.6.0

Compare Source

Added
Changed
  • [BREAKING] Function margin() is deprecated and will be removed in future releases.

    Please replace all existing usages, i.e. theme(plotMargin=margin(..)) and elementText(margin=margin(..))

    with a list or with just a number:

    • a number or list of one number - the same margin it applied to all four sides;
    • a list of two numbers - the first margin applies to the top and bottom, the second - to the left and right;
    • a list of three numbers - the first margin applies to the top, the second - to the right and left,
      the third - to the bottom;
    • a list of four numbers - the margins are applied to the top, right, bottom and left in that order.

    See: example notebook.

  • Geotools: migrate to v30 [#​217].

    [BREAKING] GeoTools v30 and up is not backward compatible with v29 and below due to

    renaming of all "org.opengis" packages into "org.geotools.api" ones.

    See release notes: http://geotoolsnews.blogspot.com/2023/09/geotools-30-rc-released.html

  • Upgraded Apache Batik to version 1.17 [#​887]

Fixed
  • Jitter reproducibility in geomJitter, positionJitter, positionJitterDodge [#​911].
  • Bug with Tooltips in Swing/Batik [#​225].
  • Facets: order = 0 doesn't work as expected [#​923].
  • Enormous CPU / Time/ Memory consumption on some data [#​932].
  • gggrid: composite plot is not visible if saved with ggsave [#​942].
  • gggrid doesn't override global theme [#​966].
  • Marginal box-plots aren't shown when requested on more than 1 plot side.
  • Marginal plot: use "pen" as default color for marginal layers.
  • gggrid() doesn't use global theme settings.
  • NumberFormat: g format doesn't use e-notation for small numbers [#​965].
  • Tooltips: graphical artifacts and bad performance in multi-line plot in Batik [#​967].
  • Wrong tooltip position on geom_segment() with position adjustment [#​963].
  • geomBoxplot(): use outlierAlpha to boxplot outliers (not apply alpha).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.jetbrains.lets-plot-lets-plot-kotlin-geotools-4.x branch from 9681d9e to 69b45b2 Compare March 15, 2024 19:27
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.6.0 chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.7.0 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.lets-plot-lets-plot-kotlin-geotools-4.x branch from 69b45b2 to e68a083 Compare April 22, 2024 20:40
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.7.0 chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.7.1 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.lets-plot-lets-plot-kotlin-geotools-4.x branch from e68a083 to 58b59c1 Compare April 26, 2024 01:17
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.7.1 chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.7.2 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.lets-plot-lets-plot-kotlin-geotools-4.x branch from 58b59c1 to 4225fc6 Compare May 30, 2024 20:02
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.7.2 chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.7.3 May 30, 2024
@renovate renovate bot force-pushed the renovate/org.jetbrains.lets-plot-lets-plot-kotlin-geotools-4.x branch from 4225fc6 to 9ee6c38 Compare August 20, 2024 23:23
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.7.3 chore(deps): update dependency org.jetbrains.lets-plot:lets-plot-kotlin-geotools to v4.8.0 Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants