Version 1.1.4: See CHANGELOG.md for changes#96
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the package version to 1.1.4, incorporating new datasets and utility functions. The changes include:
- Adding TCGA-KIPAN and TCGA-GBMLGG datasets to the
DatasetLoader - Implementing new utility functions for data preprocessing (imputation, normalization, methylation conversion, and seed setting)
- Adding comprehensive demonstration notebooks for the new datasets
- Updating documentation to reference the new notebook structure
Reviewed Changes
Copilot reviewed 24 out of 41 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| setup.cfg | Version bump from 1.1.3 to 1.1.4 |
| docs/source/notebooks/index.rst | New index page for notebooks section |
| docs/source/notebooks/TCGA-KIPAN.ipynb | Complete KIPAN dataset analysis notebook |
| docs/source/notebooks/TCGA-GBMLGG.ipynb | Complete GBMLGG dataset analysis notebook |
| docs/source/notebooks/TCGA-BRCA.ipynb | Complete BRCA dataset analysis notebook |
| docs/source/installation.rst | Updated Python version compatibility and navigation links |
| docs/source/index.rst | Updated documentation structure references |
| docs/source/faq.rst | Updated notebook references |
| docs/source/external_tools/index.rst | Updated external tool references |
| docs/source/examples/index.rst | Fixed typo in heading and adjusted maxdepth |
| docs/source/downstream_tasks.rst | Updated navigation links |
| docs/source/conf.py | Version update to 1.1.4 |
| docs/source/_autosummary/bioneuralnet.utils.rst | Added new utility function references |
| docs/source/_autosummary/bioneuralnet.utils.data.rst | Added new data utility references |
| bioneuralnet/downstream_task/dpmon.py | Removed commented-out code |
| bioneuralnet/datasets/kipan/target.csv | New KIPAN target labels dataset |
| bioneuralnet/datasets/dataset_loader.py | Added KIPAN and GBMLGG dataset loading |
| bioneuralnet/init.py | Added new utility function exports |
| README.md | Version update in welcome message |
| MANIFEST.in | Added new dataset directories |
| CHANGELOG.md | Documented version 1.1.4 changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ElyasYassin
approved these changes
Nov 9, 2025
Collaborator
ElyasYassin
left a comment
There was a problem hiding this comment.
no major logic changes other than uncommenting of dataset cases, LGTM.
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.
Once this branch goes into main it will update: