Skip to content

Releases: cbg-ethz/hive-protocol

v0.2.0 - Workshop Enhancements

19 Jan 23:27
ad8ca83

Choose a tag to compare

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 demonstration
  • demo_pydantic.py - Configuration validation example
  • demo_hypothesis.py - Property-based testing example

Dependencies

  • Added pydantic>=2.0 to project dependencies

Fixes

  • Pre-commit Python version aligned with project target (3.10)
  • Removed broken documentation reference

Full Changelog

v0.1.0...v0.2.0