pyvista / pyvistaqt

Qt support for PyVista
http://qtdocs.pyvista.org
MIT License
111 stars 19 forks source link

Build(deps): Bump colorcet from 3.0.1 to 3.1.0 #606

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps colorcet from 3.0.1 to 3.1.0.

Release notes

Sourced from colorcet's releases.

Version 3.1.0

Minor release to remove the colorcet examples CLI and drop support for Python 2.7, 3.6 and add support for 3.11, 3.12.

Thank you to the core maintainers @​Hoxbro, @​maximlt, and @​jbednar. Also, thank you to @​timw6n, @​droumis, and @​jthetzel for their first contributions!

Breaking Changes:

  • Remove colorcet examples CLI (#120)

Bug Fixes:

  • Only register if cmap not in colormaps (#108)

Maintenance and Compatibility:

  • Drop Python 2.7 and 3.6 and add 3.11, 3.12 (#110, #120)
  • Fix license description in about page. Issue #100. (#101)
  • Rename master to main (#102)
  • Update check to use matplotlib version instead of python version (#104)
  • General maintenance (#98, #97, #99,#111, #113, #117)

Docs and Packaging:

  • Create initial project gov docs (#105)
  • Load the README content into the package long_description (#107)
  • Update href to Rogowitz & Treinish 1996 (#112)
  • Replace Google Analytics with GoatCounter (#116)

Full Changelog: https://github.com/holoviz/colorcet/compare/v3.0.1...v3.1.0

Commits
  • 9a75298 Simplify dev tooling, remove colorcet examples, drop 3.7, add 3.12 (#120)
  • 34b3992 Fix the docs build (#117)
  • 219a77a Replace Google Analytics with GoatCounter (#116)
  • c7976e5 CI: add a lower pin to Bokeh to avoid pulling a too old version (#113)
  • 0642f76 Only register if cmap not in colormaps (#108)
  • 21f83e4 docs: Update href to Rogowitz & Treinish 1996
  • 0a69db5 load the README content into the long_description
  • 00d865e rename pyviz-dev as holoviz-dev
  • 43c5c0f Drop Python 2.7 and 3.6 and add 3.11 (#110)
  • 0642143 Create initial project gov docs (#105)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)