Prepare 0.30.0 for release - #430
Merged
Merged
Conversation
Aratz
approved these changes
Aug 4, 2026
Aratz
left a comment
Contributor
There was a problem hiding this comment.
There are a lot of changes in this release, some being more relevant to users than others. Perhaps you could squash and highlight the most important ones (default min_allowed_nodes_pct, changes in single-cell-pna graph, signed plot color scales)?
In general, I've started thinking if it wouldn't be better to group the changes into categories from semantic versioning, i.e. something like
### Major updates
#### Added
#### Changed
#### Fixed
### Minor updates
#### Added
...
### Patches
...
Comment on lines
+11
to
+16
| - `pixelator.pna.analysis.comparison.compare_sample_pairs` to check that pairs of PNA samples are | ||
| similar in terms of abundance (mean marker CLR) and proximity (mean marker-pair proximity score) | ||
| patterns, reporting the correlation between each pair. | ||
| - `pixelator.pna.analysis.compare_sample_pairs_by_gate` to run the same comparison restricted to | ||
| components matching a cell-type gate (e.g. `["+CD3e", "+CD4", "-CD19"]`), with positive/negative | ||
| thresholds determined automatically from each marker's CLR distribution. |
Contributor
There was a problem hiding this comment.
Maybe these two items could be squashed together?
Comment on lines
+25
to
+28
| (`PIXELGEN_ACCENT_COLORS`, `PIXELGEN_CELL_PALETTE`, `pixelgen_gradient`, `pixelgen_palette`, | ||
| `pixelgen_accent_colors`, `pixelgen_discrete_colors`, `create_discrete_palette`, | ||
| `pixelgen_colorscale`/`pixelgen_sequential_colormap`/`pixelgen_divergent_colormap`/`pixelgen_colormap`, | ||
| `set_pixelgen_theme`/`pixelgen_theme`, `style_facet_strips`), ported from the internal |
Contributor
There was a problem hiding this comment.
Suggested change
| (`PIXELGEN_ACCENT_COLORS`, `PIXELGEN_CELL_PALETTE`, `pixelgen_gradient`, `pixelgen_palette`, | |
| `pixelgen_accent_colors`, `pixelgen_discrete_colors`, `create_discrete_palette`, | |
| `pixelgen_colorscale`/`pixelgen_sequential_colormap`/`pixelgen_divergent_colormap`/`pixelgen_colormap`, | |
| `set_pixelgen_theme`/`pixelgen_theme`, `style_facet_strips`), ported from the internal | |
| , ported from the internal |
Alternatively, we could link to the original PR
Comment on lines
+38
to
+45
| - `pixelgen_divergent_colormap` and the `plot_colocalization_heatmap`/ | ||
| `plot_colocalization_diff_volcano`/`plot_polarity_diff_volcano` plots that use it now center on a | ||
| light Pixelgen grey rather than white, and use a `min_level` floor on both hues, so values near | ||
| zero stay visible against a white background instead of fading out. | ||
| - Color scales for signed metrics (`abundance_colocalization_plot`'s hue mapping, | ||
| `plot_colocalization_heatmap`'s `center=0`, and the `CenteredNorm` used by the volcano plots) are | ||
| now correctly centered on zero, instead of on the (potentially skewed) 10th-90th percentile midpoint | ||
| or raw data min/max. |
johandahlberg
force-pushed
the
release-0.30.0
branch
from
August 4, 2026 13:07
1455e2d to
3a01443
Compare
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.
Description
Prepare 0.30.0 for release.
Note
Low Risk
Documentation-only changelog edit with no runtime or dependency changes.
Overview
Finalizes the 0.30.0 release notes by replacing the
[Unreleased]heading with[0.30.0] - 2026-08-04and publishing the accumulated feature, behavior, and fix entries under that version.The listed changes cover PNA sample-pair comparison and gating APIs, docs build/deploy setup, Pixelgen plotting theme defaults, ACE/graph/denoise reporting tweaks, and several
single-cell-pna graphrobustness fixes. This PR only updatesCHANGELOG.md(including minor line wrapping and grouping the Fixed bullets separately from Changed); it does not modify application code.Reviewed by Cursor Bugbot for commit 3a01443. Bugbot is set up for automated code reviews on this repo. Configure here.