coronavirus-dashboard-frontend-server
coronavirus-dashboard-frontend-server copied to clipboard
Bump kaleido from 0.0.3.post1 to 0.2.1.post1
Bumps kaleido from 0.0.3.post1 to 0.2.1.post1.
Release notes
Sourced from kaleido's releases.
v0.2.1.post1
Adds arm32 support, no changes to other architectures so they aren't published with this tag.
v0.2.1
Fixed:
- Circular import error with some Python 3.6 environments (plotly/plotly.py#3101)
v0.2.0
Added
- Apple silicon support (plotly/Kaleido#71)
- Bundle and autodetect MathJax to support offline MathJax rendering in plotly figures (plotly/Kaleido#75, plotly/plotly.py#3094).
Updated
- Raise
plotGlPixelRatio
withscale
to increase resolution of WebGL portions of figures as figure scale is increased (plotly/Kaleido#58, plotly/Kaleido#76). Note that not all plotly.js WebGL traces supportplotGlPixelRatio
, see plotly/plotly.js#5500 for ongoing work in that area.- Automatically include the
--single-process
chromium flag when running on AWS Lambda to make Kaleido work by default in that environment (plotly/Kaleido#74, plotly/Kaleido#76)- Refactor how plotly.py JSON encoding is performed to take advantage of the future JSON encoding performance enhancements coming in plotly.py version 5 (plotly/plotly.py#2955, plotly/Kaleido#76)
- Update base chromium build to 88.0.4324.150 (plotly/Kaleido#71)
Fixed
- Honor the figure dimensions specified in the figure template (plotly/Kaleido#62, plotly/Kaleido#76)
v0.2.0rc1
0.2.0rc1
v0.1.1a1
Updated Apple Silicon pip package
v0.1.1a0
Apple Silicon support using the
macosx-11-arm64
platform tagPreview Apple Silicon support
This dev release includes an initial attempt at supporting Apple Silicon (e.g. M1 processor).
v0.1.0.post1
Fixed
- Fix for version 0.1.0 windows pip packages being unable to find the vendored kaleido executable #61. Note: This fix is not needed by Mac or Linux pip packages, and it's not needed by conda packages on Mac, Linux, or Windows.
v0.1.0
Added
- Added support for custom chromium arguments (plotly/Kaleido#53)
Fixed
- Fixed standard error thread race condition (plotly/Kaleido#52)
- Fixed memory leak (plotly/Kaleido#43)
Changed
- A lot of build system and CI refactoring to support the new conda-forge pacakge.
... (truncated)
Commits
cc1cc99
Arm32 architecture (#82)624c30c
Move plotly.io import to local method to resolve python 3.6 circular import586be5c
Fail builds on mac and linux of kaleido executable wasn't created4560ade
Various python updates (plotGlPixelRatio, template dimensions, json engine, A...feda342
Bundle and autodetect MathJax (#75)37e6ec4
Chromium update and Apple Silicon build (#71)76ff4d3
Re-enable all CI builds [ci skip]d1656c0
Fix README typoc7a06bb
Only windows CI needed for 0.1.0.post1e05d089
Add .cmd extension on windows before searching for vendored kaleido executable- 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)
The following labels could not be found: dependencies
.