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.14.1 #75

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 1, 2024

Bumps uniplot from 0.10.2 to 0.14.1.

Release notes

Sourced from uniplot's releases.

v0.14.1

Improved

  • Stricter label overlap filter leading to higher quality datetime labels.
  • Shortened, more readable datetime labels when plotting over months/years.

v0.14.0

Improved

Much improved datetime labels. Still experimental, but now using a similar logic as the numerical labels to create aesthetically pleasing labels.

v0.13.1

Added

  • New option force_ascii_characters that controls the symbols to be used, so that we can plot multiple series even without Unicode or color.

Fixed

  • Legend labels were colored even with the option color=False. Thanks to @​NikosAlexandris for pointing this out!

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!

... (truncated)

Changelog

Sourced from uniplot's changelog.

[0.14.1] - 2024-08-18

Improved

  • Stricter label overlap filter leading to higher quality datetime labels.
  • Shortened, more readable datetime labels when plotting over months/years.

[0.14.0] - 2024-08-17

Improved

  • Much improved datetime labels. Still experimental, but now using a similar logic as the numerical labels.

[0.13.1] - 2024-07-06

Added

  • New option force_ascii_characters that controls the symbols to be used, so that we can plot multiple series even without Unicode or color.

Fixed

  • Legend labels were colored even with the option color=False. Thanks to @​NikosAlexandris for pointing this out!

[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

... (truncated)

Commits
  • af04654 🚀 Version bump to v0.14.1.
  • bc09bd2 More datetime label tests.
  • 244a13d More readable datetime labels when plotting over months/years.
  • de19109 Stricter label overlap filter.
  • d102072 🚀 Version bump to v0.14.0.
  • 48284b5 Proper time labels.
  • bcd5fef Minor: Readme fixes.
  • a747b12 🚀 Version bump to v0.13.1.
  • c50c0ad Fixed coloring of labels, and allow ASCII symbols.
  • 48bd120 Minor: Changelog improvements.
  • 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.14.1.
- [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.14.1)

---
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 Sep 1, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants