v1.8.0 merge#541
Merged
MahdiAll99 merged 188 commits intomainfrom Feb 18, 2026
Merged
Conversation
Merging Superset with the new Learning Module changes
… now applying pipeline in eval module
… into learningDesign
…omicsLab into learningDesign
… into learningDesign
… environment to fix launch of superset (occured on MacOS)
… retrieval on macOS - Fix bash terminal in prod
…ove path resolution for mongod binary
…DB cleanup on Ubuntu
Fix macOS build and terminal management issues
…tu2404MongoDBInstall
…dependency installation logic and refine user home directory cleanup in hard reset script.
Enhance MongoDB installation and server management for Ubuntu 24.04
MacOS terminal fix: changed node pty to latest version
UI fixes (side bar icons) before 1.8.0 official release
added featute to tag multiple columns using seperated comma string
Loading stuck after error fix
temp fix of progress over 100%
first column included in model training (not good)
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.
This pull request primarily updates the project branding from "MEDomicsLab" to "MEDomics" and modernizes the MongoDB installation process for Linux builds. The most significant changes include rebranding across documentation, updating documentation links, and replacing the previous apt-based MongoDB installation with a direct tarball download to improve reliability.
It also improves the machine learning module, fixes multiple bugs, and modernizes model saving, using the sklearn-pipeline, for easier model sharing and collaboration between teams.
Project rebranding and documentation updates:
README.md, including section titles, descriptions, image alt texts, and resource links. [1] [2] [3] [4]medomics-docsURLs. This includes workflow files, the contribution guide, and badges. [1] [2] [3] [4] [5] [6] [7]Build and installation improvements:
build/after-install.shwith a new script that downloads the official MongoDB tarball directly from MongoDB's servers, extracts it, and symlinks the binaries. This approach avoids issues with rotating GPG keys and improves installation reliability on Ubuntu systems.chrome-sandbox.These updates help ensure a consistent project identity and a more robust installation experience for users.