SuperDuperDB / superduperdb

🔮 SuperDuperDB: Bring AI to your database! Build, deploy and manage any AI application directly with your existing data infrastructure, without moving your data. Including streaming inference, scalable model training and vector search.
https://superduperdb.com
Apache License 2.0
4.53k stars 443 forks source link

[VERSION] Sane and stable versioning and provenance #2210

Open blythed opened 1 week ago

blythed commented 1 week ago

Outcome

We would like to version the project so that we follow the following elegant pattern:

  1. Patches/ bug-fixes cause an increment to version x.y.z + 1
  2. New features and breaking changes go to x.y+1.0
  3. Big breakages, new designs and new "phases" go to x + 1.0.0

Design

Screenshot 2024-06-21 at 9 06 32 AM