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.kotlinx:kandy-lets-plot from 0.6.0 to 0.7.1 #46

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 Sep 30, 2024

Bumps org.jetbrains.kotlinx:kandy-lets-plot from 0.6.0 to 0.7.1.

Release notes

Sourced from org.jetbrains.kotlinx:kandy-lets-plot's releases.

0.7.1

Kandy 0.7.1

This release adds compatibility with DataFrame v0.14.1.

Compatible version of statistics: 0.3.1.

Fixes

  • Fixed axis position (#434).

0.7.0

Kandy 0.7.0

This release was mainly focused on technical debt and internal API improvements. Nevertheless, the result of this was noticeably reflected in the public API - in particular, all internal DSL properties were hidden, which will further improve the quality when working with completion in the IDE and library exploring.

Changed

⚠️ Breaking:

  • Global refactoring of Kandy Internal API (#378, #379, #380, #381, #382). The structure of classes and interfaces has been significantly redesigned. This has almost no effect on the Public API (Kandy DSL), except that all internal properties are no longer publicly available (#163). If you have been using Kandy Internal API, we are ready to help you with migration, please contact us.

Added

  • Added spacerWidth setting missing in pie charts (#385).
  • Added type line parameter for custom styles (#334).

Fixes

  • Fixed scale for area and bars (#236).
  • Fixed border line type for tiles (#375).
  • middle in boxes and y in crossBars are optional (#322).
  • Several fixes in Kotlin Notebook:
    • Added theme selector in Save Plot action (#265).
    • Fixed tooltips hover-up (#290).

Documentation

  • Added pie chart gallery examples (#424).
  • Fixed links in documentation (#383, #386).

Other

  • All TODOs were removed from the code by moving them to issues (#398).

We always welcome your contributions. Simple (but no less important) issues are labeled with label: Good first issue. You can find them here.

Commits
  • 3de2c8b update a statistics version
  • 44b7c69 Merge pull request #437 from Kotlin/axis_position_fix
  • 72ebc3e fix axis position wrap
  • 0ef30dd Merge pull request #436 from Kotlin/dataframe_update
  • 27af851 update dataframe 0.14.1
  • e936283 update dataframe dev fix
  • a258107 update dataframe dev fix
  • 23a75cd update dataframe 0.14.0-RC1
  • ac638dd update contributing guide (branch main -> dev)
  • cc3e719 update version in docs
  • 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)

Bumps [org.jetbrains.kotlinx:kandy-lets-plot](https://github.com/Kotlin/Kandy) from 0.6.0 to 0.7.1.
- [Release notes](https://github.com/Kotlin/Kandy/releases)
- [Commits](Kotlin/kandy@v0.6.0...0.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 30, 2024
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