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 uniplot from 0.10.2 to 0.13.0 #69

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps uniplot from 0.10.2 to 0.13.0.

Release notes

Sourced from uniplot's releases.

v0.13.0

Added

  • Basic color control: The color option can now also accept a list of strings. Thanks to @​PabloRuizCuevas for idea and PR!

v0.12.8

Improved

  • Make plot lines appear simultaneously. This can be important when collecting various terminal streams, for example in a log analyzer. Thanks to @​PabloRuizCuevas for idea and PR!

v0.12.7

Fixed

v0.12.6

Fixed

  • Fixed bin range default check when plotting a histogram. Thanks to @​riga for the PR!

v0.12.5

Fixed

  • Link from PyPI to the GitHub repository was missing. Thanks to @​adigitoleo for pointing this out!
  • Histogram limits are now auto-expanded for both sides (minimum and maximum) independently, which just makes more sense.

v0.12.4

Fixed

  • Limits to bins that are passed to the histogram function via bins_min and bins_max now work as expected. Thanks to @​riga for pointing this out!

v0.12.3

Fixed

  • Vertical and horizontal lines that were partially out of view were not drawn fully. Fixed thanks to @​riga

v0.12.2

Added

  • Experimental: Added support for plotting the y-axis as timestamps. So now both axis are supported, though experimentally.
  • Explicit conversion to string of text options. The goal here is to allow for other objects to be passed in, such as a machine learning model object, without manually creating the text label first.

v0.12.1

Changed (technically as part of v0.12.1)

  • Nicer datetime label formatting.

Added (technically as part of v0.12.0)

  • Added tests to make sure uniplot works well with Polars.

... (truncated)

Changelog

Sourced from uniplot's changelog.

[0.13.0] - 2024-06-08

Added

  • Basic color control: The color option can now also accept a list of strings. Thanks to @​PabloRuizCuevas for idea and PR!

[0.12.8] - 2024-06-07

Improved

  • Make plot lines appear simultaneously. This can be important when collecting various terminal streams, for example in a log analyzer. Thanks to @​PabloRuizCuevas for idea and PR!

[0.12.7] - 2024-05-22

Fixed

[0.12.6] - 2024-05-04

Fixed

  • Fixed bin range default check when plotting a histogram. Thanks to @​riga for the PR!

[0.12.5] - 2024-03-24

Fixed

  • Link from PyPI to the GitHub repository was missing. Thanks to @​adigitoleo for pointing this out!
  • Histogram limits are now auto-expanded for both sides (minimum and maximum) independently, which just makes more sense.

[0.12.4] - 2024-03-13

Fixed

  • Limits to bins that are passed to the histogram function via bins_min and bins_max now work as expected. Thanks to @​riga for pointing this out!

[0.12.3] - 2024-03-05

Fixed

  • Vertical and horizontal lines that were partially out of view were not drawn fully. Fixed thanks to @​riga

[0.12.2] - 2024-02-23

Added

  • Experimental: Added support for plotting the y-axis as timestamps.
  • Explicit conversion to string of text options. The goal here is to allow for other objects to be passed in, such as a machine learning model object, without manually creating the text label first.

[0.12.1] - 2024-02-17

Changed

  • Nicer datetime label formatting.

[0.12.0] - 2024-02-17

... (truncated)

Commits
  • 4de4a80 🚀 Version bump to v0.13.0.
  • 736b8d3 Checking for invalid color codes.
  • 026789f Minor: Refactor.
  • 7e5663f Merge pull request #31 from PabloRuizCuevas/oclors
  • 632f830 🚀 Version bump to v0.12.8.
  • c375b08 Code simplification.
  • e533296 Make plot lines appear simultaneously.
  • 2890a4f Added basic color control
  • a1a0044 🚀 Version bump to v0.12.7.
  • 16019b8 Fixed passing partially empty series.
  • 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 [uniplot](https://github.com/olavolav/uniplot) from 0.10.2 to 0.13.0.
- [Release notes](https://github.com/olavolav/uniplot/releases)
- [Changelog](https://github.com/olavolav/uniplot/blob/master/CHANGELOG.md)
- [Commits](olavolav/uniplot@v0.10.2...v0.13.0)

---
updated-dependencies:
- dependency-name: uniplot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2024

Superseded by #75.

@dependabot dependabot bot closed this Sep 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/uniplot-0.13.0 branch September 1, 2024 09:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants