Skip to content

Bump datashader from 0.13.0 to 0.14.0 - #70

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/datashader-0.14.0
Closed

Bump datashader from 0.13.0 to 0.14.0#70
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/datashader-0.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 26, 2022

Copy link
Copy Markdown
Contributor

Bumps datashader from 0.13.0 to 0.14.0.

Release notes

Sourced from datashader's releases.

Version 0.14.0

This release has been nearly a year in the making, with major new contributions from Ian Thomas, Thuy Do Thi Minh, Simon Høxbro Hansen, Maxime Liquet, and James Bednar, and additional support from Andrii Oriekhov, Philipp Rudiger, and Ajay Thorve.

Enhancements:

  • Full support for antialiased lines of specified width (#1048, #1072). Previous antialiasing support was limited to single-pixel lines and certain floating-point reduction functions. Now supports arbitrary widths and arbitrary reduction functions, making antialiasing fully supported. Performance ranges from 1.3x to 14x slower than the simplest zero-width implementation; see benchmarks.
  • Fixed an issue with visibility on zoomed-in points plots and on overlapping line plots that was first reported in 2017, with a new option rescale_discrete_levels for how='eq_hist' (#1055)
  • Added a categorical color_key for 2D (unstacked) aggregates (#1020), for producing plots where each pixel has at most one category value
  • Improved docs:

Bugfixes:

Compatibility:

  • Canvas.line() option antialias=True is now deprecated; use line_width=1 (or another nonzero value) instead. (#1048)
  • Removed long-deprecated bokeh_ext.py (#1059)
  • Dropped support for Python 2.7 (actually already dropped from the tests in Datashader 0.12) and 3.6 (no longer supported by many downstream libraries like rioxarray, but several of them are not properly declaring that restriction, making 3.6 much more difficult to support.) (#1033)
  • Now tested on Python 3.7, 3.8, 3.9, and 3.10. (#1033)
Commits
  • 442f76c Fixed homepage formatting
  • e6d0bfb Added link to Sophia video
  • b62dd73 Fixed typo
  • a441859 Fix polygon rendering in docs and simplify code (#1077)
  • 2cf53d1 Uncomment non-callback polygons plot to test doc build
  • af80a70 Removed duplicate title
  • 0fb77e0 Simplified callback in 8_Polygons.ipynb
  • 1fd7b6b Drop Python 2 compat code and bump support to >=3.7 (#1033)
  • e7189cc Fix the failing example on Windows / Python 3.7 (#1075)
  • 3e11f0d Fixed broken link
  • 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)

Bumps [datashader](https://github.com/holoviz/datashader) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/holoviz/datashader/releases)
- [Changelog](https://github.com/holoviz/datashader/blob/master/doc/latest_news.html)
- [Commits](holoviz/datashader@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: datashader
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 26, 2022

Copy link
Copy Markdown
Contributor Author

The following labels could not be found: dependencies.

@dependabot @github

dependabot Bot commented on behalf of github Jun 21, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #76.

@dependabot dependabot Bot closed this Jun 21, 2022
@dependabot
dependabot Bot deleted the dependabot/pip/datashader-0.14.0 branch June 21, 2022 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants