QBioCode v0.1.0 - Initial Public Release
This is the first public release of QBioCode, a comprehensive framework for quantum machine learning applications in healthcare and life sciences.
🎉 Highlights
- QProfiler: Automated ML benchmarking with data complexity analysis
- QSage: Meta-learning framework for intelligent model selection
- Quantum ML: Support for QSVC, PQK, VQC, and QNN
- Classical ML: RF, SVM, LR, DT, NB, MLP, XGBoost
- Data Generation: Artificial datasets with controlled complexity
- Visualization: Publication-quality plots
- Documentation: Complete tutorials and API reference
📦 Installation
pip install qbiocode📚 Documentation
🐛 Known Issues
This is an alpha release. Please report issues at: https://github.com/IBM/QBioCode/issues
📝 Full Changelog
See CHANGELOG.md for details.
4. Check "Set as the latest release"
5. Click "Publish release"
### Option B: Using GitHub CLI
```bash
gh release create v0.1.0 \
--title "v0.1.0 - Initial Public Release" \
--notes-file CHANGELOG.md \
--latest