Skip to content

v0.0.3

Choose a tag to compare

@amotl amotl released this 10 May 09:04
· 133 commits to main since this release

What's Changed

  • Data backend: Refactored the source of truth for the documentation outline
    into the package itself, to cratedb-outline.yaml
  • CLI: Provided new subcommand cratedb-about outline
  • API: Provided cratedb_about.CrateDbKnowledgeOutline for retrieving
    information from the knowledge base outline within Python programs
  • CLI: Zapped working tree building by establishing a new cratedb-about build
    subcommand
  • CI: Added GHA workflow for publishing package to PyPI
  • API: Improved data model and interface
  • API: Refactored LLM conversations code to CrateDbKnowledgeConversation

Details

  • Chore: Clean up build folder. Sources should be in src. by @amotl in #13
  • Chore: Use public_html as build folder. build is used for Python. by @amotl in #14
  • Data backend: Refactor the source of truth to cratedb-outline.yaml by @amotl in #15
  • CLI: Zap working tree building by establishing cratedb-about build by @amotl in #16
  • CI: Add GHA workflow for publishing package to PyPI by @amotl in #17
  • This and that by @amotl in #18
  • This and that II by @amotl in #19

Full Changelog: v0.0.2...v0.0.3