Skip to content

Releases: Query-farm/vgi-easter-python

v0.1.4

15 Jun 18:51

Choose a tag to compare

Documentation release: the DuckDB and Haybarn logos now appear near the top of the README (and the PyPI page).

v0.1.3

15 Jun 18:29

Choose a tag to compare

Documentation release (no worker behavior change).

  • README now leads with INSTALL vgi FROM community; LOAD vgi; (VGI isn't bundled with DuckDB yet).
  • Added a "Built with" section crediting DuckDB, Haybarn, and vgi-python — now reflected on the PyPI page.

v0.1.2

15 Jun 18:18

Choose a tag to compare

Align implementation_version with the release version.

The catalog's implementation_version now falls back to the installed package version when VGI_EASTER_GIT_COMMIT is unset, so an attached worker reports e.g. 0.1.2 instead of unknown.

v0.1.1

15 Jun 18:12

Choose a tag to compare

Docs + packaging polish (no behavior change to the worker).

  • Corrected SQL examples (ATTACH 'easter' (TYPE 'vgi', ...), easter.easter_date(...)) and a rewritten, smoother README — now rendered on PyPI with the project logo.
  • CI runs the unit + real-extension suites on Linux, macOS, and Windows; Dependabot keeps deps current.

Install: pip install vgi-easter or uvx vgi-easter.

v0.1.0

15 Jun 17:46

Choose a tag to compare

First PyPI release of vgi-easter — a minimal VGI worker exposing the easter_date(year) SQL scalar function to DuckDB.

Install: pip install vgi-easter or uvx vgi-easter.