Skip to content

Release v0.2.0#27

Merged
CSSFrancis merged 2 commits into
mainfrom
release/v0.2.0
Jul 11, 2026
Merged

Release v0.2.0#27
CSSFrancis merged 2 commits into
mainfrom
release/v0.2.0

Conversation

@CSSFrancis

Copy link
Copy Markdown
Owner

Automated-release prep for v0.2.0 (the Prepare Release workflow generated this branch but could not open the PR — repo Actions setting blocks PR creation; see note below).

What changed

  • Version bumped to v0.2.0 in pyproject.toml and docs/conf.py
  • CHANGELOG.rst assembled from the 7 towncrier fragments, then hand-cleaned: removed the bogus filename-links (fragments lacked the + orphan prefix — convention now documented in upcoming_changes/README.rst) and added the missing user-facing entries (tile mode, marker clip_display, set_extent axes, pcolormesh rasterization, first-paint race fix, Maintenance section)
  • docs/_root/switcher.json gained the v0.2.0 entry

Review checklist

  • CHANGELOG.rst reads well
  • Version strings are correct in pyproject.toml and docs/conf.py
  • switcher.json has the right label and URL
  • CI passes

After merging

Create and push the tag to trigger the Release (PyPI trusted publishing) and Docs workflows:

git fetch origin
git tag v0.2.0 origin/main
git push origin v0.2.0

Note: to let the Prepare Release workflow open this PR itself next time, enable Settings → Actions → General → Workflow permissions → "Allow GitHub Actions to create and approve pull requests".

github-actions Bot and others added 2 commits July 10, 2026 23:33
- strip the bogus issue links: the 0.2.0 fragments were named without
  towncrier's '+' orphan prefix, so their FILENAMES rendered as PR links
  (#binary_token_cache_freeze etc.); document the '+{slug}' convention in
  the upcoming_changes README so it doesn't recur
- add the release's missing user-facing entries: tile mode (imshow
  tile='auto', enable_tile/update_tile_source, pluggable TileBackend),
  marker clip_display, set_extent axes update, pcolormesh rasterization,
  the binary-transport first-paint race fix, and a Maintenance section
  (__version__, colormap-LUT cache + float32 rescale)
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.97%. Comparing base (e49d29c) to head (d4d0e1b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #27   +/-   ##
=======================================
  Coverage   88.97%   88.97%           
=======================================
  Files          38       38           
  Lines        3511     3511           
=======================================
  Hits         3124     3124           
  Misses        387      387           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@CSSFrancis CSSFrancis merged commit e6bc0cf into main Jul 11, 2026
12 checks passed
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.

2 participants