Feat#23
Merged
Merged
Conversation
--- 构建(release): 优化发布说明格式
--- 文档(web): 修改网页主页的部分描述
Corrected non-compliant Markdown syntax in some web pages. Only formatting was updated; the content remains unchanged. --- 文档(web): 调整网页文档的 Markdown 格式 修正了部分网页文档中不符合 Markdown 规范的写法,仅对格式进行了调整,实际内容未作改动。
--- 样式(surface): 使用 `Mapping` 替代 `dict` 进行类型标注
--- 测试(misc): 更新测试文件
…s to 12 --- 重构(corr): 将相关图中 ax 标题的默认字体大小调整为 12
--- 测试(misc): 更新测试文件
--- 文档(web): 更新网页内容
--- 样式(corr): 代码格式化
Cause: the function checking user input data format was implemented incorrectly. This function was intended only for static validation and did not affect runtime behavior. Temporarily removed the function to ensure `plot_multi_group_bar_figure` works as expected. --- 修复(bar):修复 multi_bar 绘图失败的 Bug 问题原因:用于检查用户输入数据格式的函数实现有误。 该检查函数仅用于静态验证,不影响实际运行。 为保证 `plot_multi_group_bar_figure` 函数正常工作,暂时删除了该检查函数。
--- 重构(corr/matrix): 函数将返回Axes对象
--- 测试: 更新测试内容
Deprecate old functions of `brain_surface_deprecated`. --- 重构(surface): 弃用旧函数 弃用`brain_surface_deprecated`中的旧函数。
will reimplement with a more optimized solution in the future --- 重构(circos): 暂时禁用circos图功能 未来将采用更优化的方案重新实现
--- 文档(web): 更新网页内容
--- 构建(deps): 更新依赖版本
No longer depends on the mne-connectivity package, now uses pycirclize for implementation. --- 功能(circos): 实现全新的circos图绘制方法 不再依赖 mne-connectivity 包,改用 pycirclize 包实现。
--- 文档(web): 更新网页内容
--- 文档(notebooks): 提供notebooks
--- 测试(notebook): 更新测试内容
--- 文档(surf/matrix): 更新函数注释文档
Color: - `gen_hex_colors`: Generate n random hexadecimal color strings. - `gen_cmap`: Create a linear colormap from white to a specified color. - `value_to_hex`: Map values to hexadecimal color strings using a colormap and normalization. Matrix: - `gen_symmetric_matrix`: Generate a symmetric matrix with specified value range and sparsity. - `is_symmetric_square`: Check if a matrix is symmetric square. --- 功能(utils): 提供一些实用的工具函数 颜色: - `gen_hex_colors`: 生成 n 个随机的十六进制颜色字符串。 - `gen_cmap`: 生成一个从白色到指定颜色的线性渐变色图。 - `value_to_hex`: 根据数值、色图和归一化对象,将数值映射为十六进制颜色字符串。 矩阵: - `gen_symmetric_matrix`: 生成一个对称方阵,可指定元素范围和稀疏度。 - `is_symmetric_square`: 判断一个矩阵是否为对称方阵。
--- 修复(connec): 修复整数带来的颜色问题
--- 样式(bar): 修改默认随机种子
Dependency ReviewThe following issues were found:
License Issuespyproject.toml
OpenSSF Scorecard
Scanned Files
|
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.