Skip to content

Releases: aipescience/queryparser

0.7.4

19 Aug 09:38
8cd8fe9

Choose a tag to compare

What's Changed

  • Fixed translation from ADQL to PostgreSQL for LOG and LOG10 in the nested math functions 538c2bb

Full Changelog: 0.7.3...0.7.4

0.7.3

30 May 11:48
2c11d80

Choose a tag to compare

What's Changed

Full Changelog: 0.7.2...0.7.3

0.7.2

19 May 11:38
653cd50

Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.7.2

0.7.1

14 May 12:26
e4550e2

Choose a tag to compare

What's Changed

  • Fix adql translation for 'contains' and 'intersects' by @kimakan in #20

Full Changelog: 0.7.0...0.7.1

0.7.0

21 May 13:39
f320b66

Choose a tag to compare

major overhaul for ADQL 2.1 recommendation 2023-12-15

  • COOSYS is not required for the geometry constructors anymore, since it's deprecated
  • the geometry constructors return the correct datatype (double precision[])
    and correct units (degrees)
  • droped the maintenance/support for the translation from ADQL to MySQL.
  • bumped the version of antlr4-python3-runtime to 4.13.1
  • fixed BOX constructor, although it's deprecated in ADQL 2.1
  • fixed CONTAINS for the case 0=CONTAINS()
  • fixed INTERSECTS for the case 0=INTERSECTS()
  • new requirements for the pg_sphere extension
    (link)
  • removed not supported optional ADQL functions, such as CENTROID, REGION, etc.
  • replaced setup.py by pyproject.toml since python setup.py install is deprecated

0.6.1

17 Nov 15:12

Choose a tag to compare

0.6.1 Pre-release
Pre-release
fix the order_by_clause for the dot-separated col references

0.6.0

04 Nov 15:38

Choose a tag to compare

0.6.0 Pre-release
Pre-release
minor changes to prepare the release

0.5.0

19 Jul 19:57

Choose a tag to compare

0.5.0 Pre-release
Pre-release
Minor fixes

0.4.5

06 May 15:45

Choose a tag to compare

0.4.5 Pre-release
Pre-release
fix setup.py bug

0.4.4

30 Apr 14:40

Choose a tag to compare

0.4.4 Pre-release
Pre-release

OFFSET fix