Release/v0.1.0#23
Open
CSSFrancis wants to merge 3 commits into
Open
Conversation
Fold the 20 pending upcoming_changes fragments into the v0.1.0 section of CHANGELOG.rst via towncrier (consuming the fragments), keeping the original "Initial release" summary as an intro. Add a v0.1.0 entry to the docs version switcher and fix its trailing-comma invalid JSON. Prepares the first PyPI release. Tagging/publishing and the PyPI trusted-publisher setup are intentionally left for a human to do.
Read the version via importlib.metadata so apl.__version__ stays in sync with pyproject.toml automatically (falls back to 0.0.0+unknown in an uninstalled source tree). Added to __all__.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #23 +/- ##
==========================================
- Coverage 89.34% 89.29% -0.05%
==========================================
Files 36 36
Lines 2957 2962 +5
==========================================
+ Hits 2642 2645 +3
- Misses 315 317 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares the repository for the 0.1.0 release by rolling towncrier fragments into CHANGELOG.rst, updating the documentation version switcher, and exposing a runtime __version__ in the top-level package.
Changes:
- Consolidate
upcoming_changes/fragment files intoCHANGELOG.rstand remove the consumed fragments. - Add a stable
v0.1.0entry to the docs version switcher. - Add
anyplotlib.__version__derived from installed package metadata (with a source-tree fallback).
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| upcoming_changes/plotxy.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/9.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/6.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/11.maintenance.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+webgpu.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+voxels_planes.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+voxel_slice_highlight.bugfix.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+voxel_perf.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+voxel_gpu_threshold.bugfix.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+touch.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+pyodide_dispatch.bugfix.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+plane_snapback.bugfix.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+label_tex.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+ipf_density_raster.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+ipf_3d.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+gpu_draw_self_heal.bugfix.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+geom_channel.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+embedding.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+dblclick_1d_datacoords.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| upcoming_changes/+batch_perf.new_feature.rst | Remove consumed towncrier fragment (now in CHANGELOG.rst). |
| docs/_root/switcher.json | Add v0.1.0 (stable) docs version entry. |
| CHANGELOG.rst | Add assembled 0.1.0 release notes content. |
| anyplotlib/init.py | Expose __version__ via package metadata and export it in __all__. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+29
to
+35
| - * Added ``anyplotlib.sphinx_anywidget`` Sphinx extension for interactive, | ||
| Pyodide-powered figures in documentation (``.. anywidget-figure::`` directive, | ||
| automatic wheel building, Sphinx Gallery integration). | ||
| * Improved widget–parent page postMessage communication bridge. | ||
| * Made colormap LUT construction more robust against unknown colormap names. | ||
| * Subplot panels now use deterministic IDs. | ||
| * Added end-to-end test for the Playwright thumbnail scraper. (`#9 <https://github.com/CSSFrancis/anyplotlib/pull/9>`_) |
Comment on lines
+13
to
+14
| 0.1.0 (2026-06-24) | ||
| ================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare for version 0.1.0 release