Skip to content

Releases: aipescience/queryparser

0.7.0

21 May 13:39
f320b66
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
Minor fixes

0.4.5

06 May 15:45
Compare
Choose a tag to compare
0.4.5 Pre-release
Pre-release
fix setup.py bug

0.4.4

30 Apr 14:40
Compare
Choose a tag to compare
0.4.4 Pre-release
Pre-release

OFFSET fix

0.4.2

23 Oct 16:23
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
Update version

0.3.0

25 Apr 08:11
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • CAST added
  • bug fixes

0.2.9

21 Apr 13:47
Compare
Choose a tag to compare
0.2.9 Pre-release
Pre-release
Update version

0.2.7

05 Apr 12:52
Compare
Choose a tag to compare
0.2.7 Pre-release
Pre-release
Update version and refactor setup.py