v0.0.17

deepseek-ai/DeepSeek-Coder-V2v0.0.17Jul 11, 2024by github-actions[bot]

AI Summary

This release focuses on dependency updates, internal refactoring, and the addition of utility functions for data processing and runtime support.

Key Highlights

  • Updated dependencies and fixed bugs
  • Refactored internal structure by renaming to 'db'
  • Added CSV to Markdown conversion function
  • Added n-gram counting function
  • Added craftgen runtime support

New Features

  • CSV to Markdown conversion
  • N-gram counting
  • Craftgen runtime

Full Release Notes

## What's Changed
* Update dependencies and fix bugs by @Necmttn in https://github.com/craftgen/craftgen/pull/74
* rename to db by @Necmttn in https://github.com/craftgen/craftgen/pull/77
* Add CSV to Markdown and N-gram Counting Functions by @Necmttn in https://github.com/craftgen/craftgen/pull/79
* craftgen runtime by @Necmttn in https://github.com/craftgen/craftgen/pull/80
* chore: publish new release by @github-actions in https://github.com/craftgen/craftgen/pull/75


**Full Changelog**: https://github.com/craftgen/craftgen/compare/v0.0.16...v0.0.17