Releases: cbg-ethz/hive-protocol
Releases · cbg-ethz/hive-protocol
v0.2.0 - Workshop Enhancements
What's New
Workshop Presentation
- Pydantic content: New slides covering configuration validation, scientific configs, and type checker integration
- Hexagon branding:
⬢ HIVE-PROTOCOL ⬢styling throughout slides - Framework logos: 20 tool logos in honeycomb pyramid layout
- XKCD illustration: Added to "The Problem" slide
- Narration document: Speaker notes with timing estimates
Hands-On Demos
New demos/ folder with ready-to-run examples:
messy_code.py- Ruff auto-fix demonstrationdemo_pydantic.py- Configuration validation exampledemo_hypothesis.py- Property-based testing example
Dependencies
- Added
pydantic>=2.0to project dependencies
Fixes
- Pre-commit Python version aligned with project target (3.10)
- Removed broken documentation reference