All tests up to date with changes for v1.3.0#107
Merged
Conversation
ElyasYassin
reviewed
Apr 2, 2026
Collaborator
ElyasYassin
left a comment
There was a problem hiding this comment.
PR looks good, ready to merge
ElyasYassin
approved these changes
Apr 2, 2026
Collaborator
ElyasYassin
left a comment
There was a problem hiding this comment.
nice, looks good to merge
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.
Pasted here from Changelog.md
[1.3.0] - 2026-04-01
Network Module (
bioneuralnet.network)bioneuralnet.utilstobioneuralnet.network.gen_similarity_graph->similarity_network,gen_correlation_graph->correlation_network,gen_threshold_graph->threshold_network,gen_gaussian_knn_graph->gaussian_knn_network.NetworkAnalyzer: Moved tobioneuralnet.network; GPU-accelerated via PyTorch; addedhub_analysis,cross_omics_analysis,edge_weight_analysis,find_strongest_edges,degree_distribution,clustering_coefficient_gpu,connected_components.auto_pysmccnet: Phenotype-driven network construction via SmCCNet 2.0; supports CCA and PLS modes, now fully implemented in native Python, simplifying user experience and removing the R dependency.Utils Module
impute_omics/impute_omics_knnrenamed: Nowimpute_simpleandimpute_knn.normalize_omicsrenamed: Nownormalize; supports"standard","minmax","log2".beta_to_mrenamed: Nowm_transform.feature_selectionsubmodule:laplacian_score,mad_filter,pca_loadings,correlation_filter,importance_rf,variance_threshold,top_anova_f_features.datafunctions:data_stats,sparse_filter,nan_summary,zero_summary.clean_internal: New cleaning function with configurable NaN threshold.DPMON Enhancements
tune_trials: Already introduced in 1.2.2; now fully documented.ae_architecture: New parameter; supports"original"and"dynamic"autoencoder architectures.correlation_mode: New parameter; supports"abs_pearson"(default) and"adaptive"node feature computation.Datasets
Documentation
quick_start/data_framework.rst).Quick_Start.ipynbandquick_start_bio.rst.network.rst: New dedicated page for the network module.utils.rst,datasets.rst,index.rst,subgraph.rst: Major updates throughout.Removed
gen_similarity_graph,gen_correlation_graph,gen_threshold_graph,gen_gaussian_knn_graphfrombioneuralnet.utils.graph_analysis,repair_graph_connectivity,find_optimal_graphfrombioneuralnet.utils(superseded byNetworkAnalyzerandnetwork_search).impute_omics,impute_omics_knn,normalize_omics,beta_to_m(renamed, see above).Testing
networkmodule and renamed utils functions.