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

build(deps): update scienceplots requirement from <=2.1.0,>=2.0.0 to >=2.0.0,<2.2 in /requirements #2247

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Updates the requirements on scienceplots to permit the latest version.

Release notes

Sourced from scienceplots's releases.

2.1.1

  • Avoid Matplotlib issuing INFO log statements about no available fonts due to previous release changes.
  • Add science + no-latex example
Changelog

Sourced from scienceplots's changelog.

v2.1.1 (25-Nov-2023)

  • Avoid Matplotlib issuing INFO log statements about no available fonts due to last release changes.
  • Add science + no-latex example

v2.1.0 (30-May-2023)

  • Change science and ieee to use Times New Roman look-alike fonts
  • Tweak plot-examples.py and clean PDF output

v2.0.1 (03-Dec-2022)

  • Add Turkish turkish-font language style

v2.0.0 (21-Nov-2022)

  • Fix import on case sensitive OSs
  • Finally bump to this version, following breaking change of distribution

v1.1.0 (07-Nov-2022)

  • Major change in distribution system
    • Now needs import directive import scienceplots
  • Fix not using raw string in plot-example.py
  • Update README

v1.0.9 (16-Sep-2021)

  • notebook:
    • make Latex fonts sans-serif
  • Fix bug with Latex packages:
    • e.g., \usepackage{amsmath, amssymb, sfmath} --> \usepackage{amsmath} \usepackage{amssymb} \usepackage{sfmath}
  • Add pyproject.toml file (see PEP 517/518)
  • Minor updates to README, including adding more papers to publication list

v1.0.8 (02-Jun-2021)

  • nature:
    • Added style for Nature articles
    • Uses sans-serif fonts
  • latex-sans:
    • Added style for using LaTeX with sans-serif fonts
  • std-colors:
    • Added style to recover the standard color cycle of the SciencePlots package
    • For example, if you use plt.style.use(["science", "ieeee"]). The figure will use the "ieee"color cycle. To revert to the standard color cycle, you can useplt.style.use(["science", "ieee", "std-colors"])``.
  • science:
    • Added amssymb to LaTeX preamble

... (truncated)

Commits

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)

📚 Documentation preview 📚: https://torchmetrics--2247.org.readthedocs.build/en/2247/

@dependabot dependabot bot added the test / CI testing or CI label Nov 27, 2023
@dependabot dependabot bot requested a review from a team November 27, 2023 23:14
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

Merging #2247 (b04b434) into master (8acfaec) will not change coverage.
Report is 1 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files
@@          Coverage Diff           @@
##           master   #2247   +/-   ##
======================================
  Coverage      87%     87%           
======================================
  Files         293     293           
  Lines       16426   16426           
======================================
  Hits        14277   14277           
  Misses       2149    2149           

@dependabot dependabot bot force-pushed the dependabot-pip-requirements-scienceplots-gte-2.0.0-and-lte-2.1.1 branch from f11ce0e to d76f6f7 Compare November 28, 2023 07:36
Updates the requirements on [scienceplots](https://github.com/garrettj403/SciencePlots) to permit the latest version.
- [Release notes](https://github.com/garrettj403/SciencePlots/releases)
- [Changelog](https://github.com/garrettj403/SciencePlots/blob/master/CHANGES.md)
- [Commits](garrettj403/SciencePlots@2.0.0...2.1.1)

---
updated-dependencies:
- dependency-name: scienceplots
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-pip-requirements-scienceplots-gte-2.0.0-and-lte-2.1.1 branch from d76f6f7 to 718680b Compare November 28, 2023 07:36
requirements/visual.txt Outdated Show resolved Hide resolved
@Borda Borda changed the title build(deps): update scienceplots requirement from <=2.1.0,>=2.0.0 to >=2.0.0,<=2.1.1 in /requirements build(deps): update scienceplots requirement from <=2.1.0,>=2.0.0 to >=2.0.0,<2.2 in /requirements Nov 28, 2023
@Borda Borda enabled auto-merge (squash) November 28, 2023 07:38
@mergify mergify bot added the ready label Nov 28, 2023
@Borda Borda merged commit 0cb4c79 into master Nov 28, 2023
68 checks passed
@Borda Borda deleted the dependabot-pip-requirements-scienceplots-gte-2.0.0-and-lte-2.1.1 branch November 28, 2023 12:48
Borda pushed a commit that referenced this pull request Nov 30, 2023
…>=2.0.0,<2.2 in /requirements (#2247)

* build(deps): update scienceplots requirement in /requirements

Updates the requirements on [scienceplots](https://github.com/garrettj403/SciencePlots) to permit the latest version.
- [Release notes](https://github.com/garrettj403/SciencePlots/releases)
- [Changelog](https://github.com/garrettj403/SciencePlots/blob/master/CHANGES.md)
- [Commits](garrettj403/SciencePlots@2.0.0...2.1.1)

---
updated-dependencies:
- dependency-name: scienceplots
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 0cb4c79)
Borda pushed a commit that referenced this pull request Dec 1, 2023
…>=2.0.0,<2.2 in /requirements (#2247)

* build(deps): update scienceplots requirement in /requirements

Updates the requirements on [scienceplots](https://github.com/garrettj403/SciencePlots) to permit the latest version.
- [Release notes](https://github.com/garrettj403/SciencePlots/releases)
- [Changelog](https://github.com/garrettj403/SciencePlots/blob/master/CHANGES.md)
- [Commits](garrettj403/SciencePlots@2.0.0...2.1.1)

---
updated-dependencies:
- dependency-name: scienceplots
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 0cb4c79)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready test / CI testing or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants