Skip to content

v0.3.4

Compare
Choose a tag to compare
@gaurav274 gaurav274 released this 06 Sep 23:29
· 225 commits to staging since this release
00fe7a9

✨ EvaDB v0.3.4 ✨

Core Enhancements, New Integrations, Documentation Revamp, Enhanced Developer Experience, & more

Core Enhancements

  • EvaDB now includes support for forecasting.

🛠 New Integrations:

  • Introducing support for two new data sources: MySQL and Sqlite.

📖 Documentation Revamp:

  • We've made several improvements to our documentation to provide an even better developer experience.

Developer Experience:

  • Improved reporting of messages for integrations with data sources.
  • Query syntax improvement.
    1. UDF in EvaDB has been renamed into FUNCTION for better readability.
    2. Remove the quotation mark requirements for parameters in CREATE FUNCTION to improve clarity.
  • Added support for SELECT Func(*) FROM Table. This enhancement aims to improve the user experience when using a trained model for inference in EvaDB, particularly in cases involving many columns.

What’s Changed

  • PR #1057: fix: staging build fix
  • PR #1056: fix: update notebook outputs
  • PR #1053: docs: AI powered join
  • PR #1054: fix: lint for notebooks
  • PR #1051: fix: create function forecast due to incorrect merging
  • PR #1047: fix: update udf to function in notebooks and docs
  • PR #1046: fix: add missing needed file
  • PR #1043: Hot fix forecasting
  • PR #1026: Removing quotes from udf_metadata_key
  • PR #969: Forecasting in EVA
  • PR #1034: feat: UDF migrates to Function
  • PR #1035: Fix all doc issues
  • PR #1029: Fix the link in new-data-source.rst
  • PR #1023: Feat : Sqlite Database Handler
  • PR #1019: feat: add CI for MySQL
  • PR #1025: Add mysql as an available data source into documentation
  • PR #965: msyql integration added
  • PR #1018: fix: install pkg and ignore tutorials
  • PR #1016: Revamp getting started.
  • PR #1014: Extend the circle ci link check to include README.md
  • PR #1015: Enable Coverage Check
  • PR #1008: fix: CREATE TABLE persists entry in the catalog even if the query fails
  • PR #1007: fix: create Table fails when projecting column from native table
  • PR #1006: fix: update more verbose message for creating database
  • PR #991: feat: add use case of LLM on food review running on colab
  • PR #997: fix: improve error msg
  • PR #996: Fix all BUILD warning and link validation in the documentation
  • PR #986: docs: Update README.md
  • PR #985: Bump v0.3.4+dev
  • PR #983: doc: fix nav bar

Thanks to @jiashenC, @xzdandy, @rohithmulumudy, @Chitti-Ankith, @americast, @hershd23, @gaurav274, and @jarulraj for contributions!