Skip to content

v0.1.0

Latest

Choose a tag to compare

@f-utro f-utro released this 06 Apr 14:51
· 19 commits to main since this release

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