Skip to content

v0.4.0

Latest

Choose a tag to compare

@rafiattrach rafiattrach released this 19 Dec 08:28
· 3 commits to main since this release

What’s new

  • DuckDB + Parquet backend – Local storage now uses DuckDB with Parquet instead of SQLite for faster, more scalable querying.
  • Full MIMIC-IV support – Works with the full MIMIC-IV dataset (after you download and copy it into m3_data/raw).
  • Simpler CLIm3 init now takes care of the previous download and convert steps with a cleaner UX.
  • MCP + containers – MCP server and config are wired for the DuckDB backend, and the Dockerfile is ready for kAgent/Kubernetes-style deployments.
  • CI refresh – Tests and workflows are updated