Skip to content

chore: backport pydeck 0.9.3 release fixes to master#10412

Merged
chrisgervang merged 7 commits into
masterfrom
cherry-pick/post-release-fixes
Jul 3, 2026
Merged

chore: backport pydeck 0.9.3 release fixes to master#10412
chrisgervang merged 7 commits into
masterfrom
cherry-pick/post-release-fixes

Conversation

@chrisgervang

@chrisgervang chrisgervang commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • fix(pydeck): add trailing newline in bump_version.py templates
  • fix(pydeck): disable legacy tooltip in widgets example to avoid duplicate tooltips
  • pydeck 0.9.3 version bump (pyproject.toml, _version.py, docs/conf.py)

Cherry-picked from 9.3-release after the pydeck 0.9.3 release.

Test plan

  • Pre-commit hooks pass (lint, prettier, vitest)
  • pydeck pytest suite passes
  • Verified pydeck 0.9.3 from test PyPI renders widgets correctly

🤖 Generated with Claude Code


Note

Low Risk
Release hygiene and a documentation/example tweak only; no runtime API or security changes.

Overview
Backports pydeck 0.9.3 packaging and example fixes from the release branch.

Version bump to 0.9.3 in pyproject.toml, pydeck/_version.py, and Sphinx docs/conf.py.

bump_version.py Jinja templates for _version.py and frontend_semver.py now append a trailing newline so generated files match typical POSIX formatting.

examples/widgets.py sets tooltip=False on Deck so the legacy deck tooltip does not stack on top of InfoWidget hover tooltips.

Reviewed by Cursor Bugbot for commit f6fdd04. Bugbot is set up for automated code reviews on this repo. Configure here.

chrisgervang and others added 5 commits July 2, 2026 16:28
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…cate tooltips

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coveralls

coveralls commented Jul 2, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 83.112%. remained the same — cherry-pick/post-release-fixes into master

@chrisgervang chrisgervang merged commit 91244c4 into master Jul 3, 2026
6 checks passed
@chrisgervang chrisgervang deleted the cherry-pick/post-release-fixes branch July 3, 2026 23:45
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.

3 participants