Feat#19
Merged
Merged
Conversation
…unction The `plot_one_group_violin_figure_old` function is officially deprecated. It is replaced by the new `plot_one_group_violin_figure` function. --- 重构(bar): 移除旧版`plot_one_violin_figure_old`函数 正式弃用`plot_one_violin_figure_old`函数。 用新函数`plot_one_violin_figure`函数代替。
Attempted to add type annotations for functions, but the task is not yet fully completed. --- 文档(bar): 更新函数注释,修复静态检查错误 尝试为函数添加类型注释,但是还没有完全完成
--- 风格(bar): 格式化代码,移除末尾空格
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
RicardoRyn
commented
Aug 11, 2025
--- 测试(connec): 增加一些测试用的脚本
…nnection frames To guarantee proper operation of `save_brain_connection_frames`: - update plotly to >=6.1.1 - add kaleido >=1.0.0 - add loguru >=0.7.3 --- 构建(deps): 更新依赖使正确保存brain connec frames 为保证save_brain_connection_frames正确运行: - 更新plotly>=6.1.1 - 安装kaleido>=1.0.0 - 安装loguru>=0.7.3
When `scale_method` is set to `color` or `width_color` and `line_color` is specified, the color was not applied correctly. This fix ensures the color is displayed as intended. --- 修复(connec): 修复 color scale 下 line_color 显示异常问题 当 `scale_method` 设置为 `color` 或 `width_color` 且同时指定了 `line_color` 时, 颜色未能正确应用。该问题已修复,确保颜色显示符合预期。
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.
No description provided.