Skip to content

Releases: abdenlab/giql

v0.4

19 May 03:29
04455e8

Choose a tag to compare

What's Changed

  • Sync main with master by @conradbzura in #84
  • Update README with server setup instructions by @nvictus in #70
  • Table.coordinate_system and Table.interval_type are silently ignored by spatial-predicate transpilation — Closes #88 by @conradbzura in #90
  • Honor Table.coordinate_system and decouple bedtools-compat from interval_type in DISTANCE / NEAREST — Closes #89 by @conradbzura in #91
  • Release v0.4 by @conradbzura in #92

Full Changelog: v0.3...v0.4

v0.4rc0

28 Apr 19:59
e65afce

Choose a tag to compare

v0.4rc0 Pre-release
Pre-release

What's Changed

  • Sync main with master by @conradbzura in #84
  • Update README with server setup instructions by @nvictus in #70
  • Table.coordinate_system and Table.interval_type are silently ignored by spatial-predicate transpilation — Closes #88 by @conradbzura in #90
  • Honor Table.coordinate_system and decouple bedtools-compat from interval_type in DISTANCE / NEAREST — Closes #89 by @conradbzura in #91

Full Changelog: v0.3...v0.4rc0

v0.3

07 Apr 15:59
fc0ce74

Choose a tag to compare

What's Changed

  • Harden GitHub workflows for trustless, fork-based collaboration by @conradbzura in #65
  • Restructure LLM skills and guides into a documented SDLC pipeline — Closes #66 by @conradbzura in #68
  • Fix named parameter syntax in GIQL operators to use := and => instead of = — Closes #63 by @conradbzura in #69
  • Sync main with master by @conradbzura in #73
  • Implement bedtools correctness test suite by @conradbzura in #75
  • Transpile INTERSECTS to binned equi-join in pure SQL for full-table joins — Closes #78 by @conradbzura in #79
  • Integrate knowledge graph context into SDLC skills with local understand-chat skill — Closes #81 by @conradbzura in #82

Full Changelog: v0.2.1...v0.3

v0.3rc0

07 Apr 15:39
443e71c

Choose a tag to compare

v0.3rc0 Pre-release
Pre-release

What's Changed

  • Harden GitHub workflows for trustless, fork-based collaboration by @conradbzura in #65
  • Restructure LLM skills and guides into a documented SDLC pipeline — Closes #66 by @conradbzura in #68
  • Fix named parameter syntax in GIQL operators to use := and => instead of = — Closes #63 by @conradbzura in #69
  • Sync main with master by @conradbzura in #73
  • Implement bedtools correctness test suite by @conradbzura in #75
  • Transpile INTERSECTS to binned equi-join in pure SQL for full-table joins — Closes #78 by @conradbzura in #79
  • Integrate knowledge graph context into SDLC skills with local understand-chat skill — Closes #81 by @conradbzura in #82

Full Changelog: v0.2.1...v0.3rc0

v0.2.1

25 Mar 13:48
5f2fc93

Choose a tag to compare

What's Changed

  • Pin sqlglot <30 to fix broken parsing by @nvictus in #71

Full Changelog: v0.2...v0.2.1

v0.2

03 Mar 01:01
6276782

Choose a tag to compare

What's Changed

  • Remove execution engine and refactor to transpile-only API by @conradbzura in #49
  • doc: Rewrite documentation by @nvictus in #50
  • Unnest and prune documentation by @nvictus in #51
  • Create issue templates for more structured collaboration by @conradbzura in #52
  • Add LLM skills to facilitate development with AI by @conradbzura in #54
  • Implement MCP server for GIQL documentation and operator reference by @conradbzura in #56
  • Add GIQL-to-SQL transpilation tool to the MCP server by @conradbzura in #58

New Contributors

Full Changelog: v0.1.3...v0.2

v0.2rc0

03 Mar 00:57
db7ea56

Choose a tag to compare

v0.2rc0 Pre-release
Pre-release

What's Changed

  • Remove execution engine and refactor to transpile-only API by @conradbzura in #49
  • doc: Rewrite documentation by @nvictus in #50
  • Unnest and prune documentation by @nvictus in #51
  • Create issue templates for more structured collaboration by @conradbzura in #52
  • Add LLM skills to facilitate development with AI by @conradbzura in #54
  • Implement MCP server for GIQL documentation and operator reference by @conradbzura in #56
  • Add GIQL-to-SQL transpilation tool to the MCP server by @conradbzura in #58

New Contributors

Full Changelog: v0.1.3...v0.2rc0

v0.1.3

19 Dec 16:14
730769a

Choose a tag to compare

What's Changed

  • Improve unit test coverage for generators subpackage by @conradbzura in #46

Full Changelog: v0.1.2...v0.1.3

v0.1.2

16 Dec 21:44
79bc5e8

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Dec 17:20
595a2c9

Choose a tag to compare

What's Changed

  • Update previous tag lookup to fetch most recent (in time) ancestor tag by @conradbzura in #20
  • Move drop-release job from sync-branches to publish-release by @conradbzura in #23
  • Add .readthedocs.yaml by @conradbzura in #25
  • Remove unsupported PDF doc type by @conradbzura in #27
  • Remove operator compatibility matrix and update intro in docs by @conradbzura in #29
  • Fix typo in docs by @conradbzura in #31
  • Add note to sync PRs reminding user that the PR must be merged with a merge commit by @conradbzura in #33
  • Revert "Add note to sync PRs reminding user that the PR must be merged with a merge commit" by @conradbzura in #35
  • Remove private symbol re-imports from top-level init.py by @conradbzura in #36

Full Changelog: v0.1...v0.1.1