Skip to content

Bump datashader from 0.13.0 to 0.14.1 - #76

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 2022

Copy link
Copy Markdown
Contributor

Bumps datashader from 0.13.0 to 0.14.1.

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
  • daf2c4b Correctly handle NaNs in antialiased line coordinates (#1097)
  • d5b5635 Implementation of first and last reduction (#1093)
  • 2557fae Remove empty histogram bins in eq_hist (#1094)
  • 4cbda49 Do not snap trimesh vertices to pixel grid (#1092)
  • a795a9a pin the pydata sphinx theme (#1096)
  • 99ee558 Correctly orient (y, x) arrays (#1095)
  • de63b66 CI: pin fiona on macos / Python 3.7 (#1089)
  • ca9d3f3 Check before calling _rescale_discrete_levels
  • 59d1d2d Support antialiased line self_intersect in categorical aggs
  • 1cacb25 Correct implementation of rescale_discrete_levels
  • 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.1.
- [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.1)

---
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 Jun 21, 2022

Copy link
Copy Markdown
Contributor Author

The following labels could not be found: dependencies.

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #84.

@dependabot dependabot Bot closed this Aug 10, 2022
@dependabot
dependabot Bot deleted the dependabot/pip/datashader-0.14.1 branch August 10, 2022 14:07
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