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

Update styleframe requirement from ~=4.0.0 to ~=4.1 #12

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

Updates the requirements on styleframe to permit the latest version.

Release notes

Sourced from styleframe's releases.

4.1

  • Added strikethrough and italic to Styler
  • Raising TypeError in to_excel if trying to use a non-openpyxl engine
  • Exposing Exposing StyleFrame.ExcelWriter and StyleFrame.read_excel to the module-level (styleframe.ExcelWriter and styleframe.read_excel) to more closely mimic pandas' API
  • Fixes [GitHub issue #124](DeepSpace2/StyleFrame#124) - Improved calculation of color luminosity from tint
Changelog

Sourced from styleframe's changelog.

4.1

  • Added strikethrough and italic to Styler
  • Raising TypeError in to_excel if trying to use a non-openpyxl engine
  • Exposing Exposing StyleFrame.ExcelWriter and StyleFrame.read_excel to the module-level (styleframe.ExcelWriter and styleframe.read_excel) to more closely mimic pandas' API
  • Fixes [GitHub issue #124](DeepSpace2/StyleFrame#124) - Improved calculation of color luminosity from tint

4.0

  • Removed Python 3.4 support
  • Removed Python 3.5 support
  • Added Python 3.9 support
  • Allowing StyleFrame.ExcelWriter to accept any argument (except for engine) that pandas.ExcelWriter accepts
  • Allowing customizing formats of date, time and datetime objects when creating Styler instances
  • Fixed rows mis-alignment issue when calling to_excel with header=False ([GitHub issue #88](DeepSpace2/StyleFrame#88))
  • read_excel does not accept sheetname argument anymore (was deprecated since version 1.6). Use sheet_name instead.

3.0.6

3.0.5

3.0.4

  • Fixed style "shifts" when using read_style=True and header=None with StyleFrame.read_excel. Fixes [GitHub issue #80](DeepSpace2/StyleFrame#80)

3.0.3

No longer relying on openpyxl's colors definition. Related to [GitHub issue #73](DeepSpace2/StyleFrame#73)

3.0.2

Hotfix release - setting maximum versions for dependencies. Related to [GitHub issue #73](DeepSpace2/StyleFrame#73)

3.0.1

  • Removed Python 2.7 support

  • Added Python 3.8 support

  • Renamed package name to styleframe (all lowercase) in accordance of PEP8

  • Added .style accessor. This allows for easy selection/indexing based on style, for example: sf.loc[sf['col_name'].style.bg_color == utils.colors.yellow]

    or

    sf.loc[~sf['col_name'].style.bold]

  • Added default_grid to utils.borders to allow usage of the default spreadsheet grid

  • Added read_excel_as_template method

  • Fixed a bug that prevented saving if read_excel was used with use_openpxl_style=True, see [GitHub issue #67](DeepSpace2/StyleFrame#67)

  • Allowing usage of pathlib.Path in to_excel, see [GitHub issue #69](DeepSpace2/StyleFrame#69)

  • Added ability to execute the tests from the commandline: styleframe --test

2.0.5

  • style_alternate_rows can accept all arguments that apply_style_by_indexes accepts as kwargs.

... (truncated)

Commits
  • c8a1117 Merge pull request #125 from DeepSpace2/devel
  • 7f1cbf2 Re-added xlrd dependency for Python 3.6
  • ea1d067 Merge branch 'master' into devel
  • 806511d Deleted removed argument 'sheetname' from StyleFrame.read_excel documentation
  • 79dc2cf Updated version and CHANGELOG
  • 68f5eb3 Improved calculation of color luminosity from tint. Closes #124
  • e8345d5 Merge remote-tracking branch 'origin/devel' into devel
  • 0ec889a Closes #117 - Exposing StyleFrame.ExcelWriter and StyleFrame.read_excel t...
  • 7798a95 Merge pull request #123 from DeepSpace2/dependabot-pip-devel-sphinx-5.0.1
  • 1409bfb depen update(deps): bump sphinx from 5.0.0 to 5.0.1
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [styleframe](https://github.com/DeepSpace2/StyleFrame) to permit the latest version.
- [Release notes](https://github.com/DeepSpace2/StyleFrame/releases)
- [Changelog](https://github.com/DeepSpace2/StyleFrame/blob/master/CHANGELOG.md)
- [Commits](DeepSpace2/StyleFrame@4.0.0...4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 16, 2022
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