kz26 / PyExcelerate

Accelerated Excel XLSX Writing Library for Python 2/3
https://pypi.org/project/PyExcelerate/
BSD 2-Clause "Simplified" License
530 stars 60 forks source link

Bump xlsxwriter from 1.3.7 to 1.3.8 #116

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps xlsxwriter from 1.3.7 to 1.3.8.

Changelog

Sourced from xlsxwriter's changelog.

Release 1.3.8 - March 29 2021

  • Added accessibility options "description" and "decorative" to :func:insert_image.

    Feature request [#768](https://github.com/jmcnamara/XlsxWriter/issues/768) <https://github.com/jmcnamara/XlsxWriter/issues/768>_.

  • Added fix for datetime.timedelta values that exceed the Excel 1900 leap day (timedeltas greater than 59 days, in hours). This is a backward incompatible change.

    Issue [#731](https://github.com/jmcnamara/XlsxWriter/issues/731) <https://github.com/jmcnamara/XlsxWriter/issues/731>_.

  • Added the worksheet :func:read_only_recommended method to set the Excel "Read-only Recommended" option that is available when saving a file.

    Feature request [#784](https://github.com/jmcnamara/XlsxWriter/issues/784) <https://github.com/jmcnamara/XlsxWriter/issues/784>_.

  • Fixed issue where temp files used in constant_memory mode weren't closed/deleted if the workbook object was garbage collected.

    Issue [#764](https://github.com/jmcnamara/XlsxWriter/issues/764) <https://github.com/jmcnamara/XlsxWriter/issues/764>_.

  • Fixed issue where pattern formats without colors where given a default black fill color.

    Issue [#790](https://github.com/jmcnamara/XlsxWriter/issues/790) <https://github.com/jmcnamara/XlsxWriter/issues/790>_.

  • Added option to set a chart crossing to 'min' as well as the existing 'max' option. The 'min' option isn't available in the Excel interface but can be enabled via VBA.

    Feature request [#773](https://github.com/jmcnamara/XlsxWriter/issues/773) <https://github.com/jmcnamara/XlsxWriter/issues/773>_.

Commits
  • c29e2d3 Prep for release 1.3.8
  • 026cda7 Add docs for new insert_image() fields.
  • d821d85 Add support to mark images as decorative.
  • f166306 Add option to add alt text/descriptions to images.
  • 430c005 Minor typo fix.
  • 8bdbafc Add fix for timedelta that exceed the Excel 1900 leap day.
  • 69d8bbb Add option to set read-only mode when opening a file.
  • 9b718c8 Fix issue closing filehandles in constant_memory mode.
  • 7956c5b Fix for format with pattern only.
  • 59b6d90 Added 'min' crossing option to chart axes.
  • 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 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)
coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 92.292% when pulling 3b6999c712944f80f0184fdf0a10686e9c47e5db on dependabot/pip/xlsxwriter-1.3.8 into 6829037c35b3ce9ff14833bbfeb635b9783abeda on dev.