1+ # Changelog
2+
3+ ## 0.7.3 (2025-05-30)
4+
5+ - Add tests for failure
6+ - Add psql native functions 'point' and 'polygon'
7+
8+ ## 0.7.2 (2025-05-19)
9+
10+ - Feature: accept custom udf names for query processing
11+
12+ ## 0.7.1 (2025-05-14)
13+
14+ - Fix adql translation for 'contains' and 'intersects'
15+
116## 0.7.0 (2024-05-21)
217
318major overhaul for ADQL 2.1 recommendation 2023-12-15
4- - COOSYS is not required for the geometry constructors anymore, since it's deprecated
5- - the geometry constructors return the correct datatype (double precision[ ] )
6- and correct units (degrees)
7- - droped the maintenance/support for the translation from ADQL to MySQL.
8- - bumped the version of ` antlr4-python3-runtime ` to 4.13.1
9- - fixed ` BOX ` constructor, although it's deprecated in ADQL 2.1
10- - fixed ` CONTAINS ` for the case ` 0=CONTAINS() `
11- - fixed ` INTERSECTS ` for the case ` 0=INTERSECTS() `
12- - new requirements for the ` pg_sphere ` extension
13- ([ link] ( https://github.com/kimakan/pgsphere/tree/aiprdbms16 ) )
14- - removed not supported optional ADQL functions, such as ` CENTROID ` , ` REGION ` , etc.
15- - replaced ` setup.py ` by ` pyproject.toml ` since ` python setup.py install ` is deprecated
19+
20+ - COOSYS is not required for the geometry constructors anymore, since it's deprecated
21+ - the geometry constructors return the correct datatype (double precision[ ] )
22+ and correct units (degrees)
23+ - droped the maintenance/support for the translation from ADQL to MySQL.
24+ - bumped the version of ` antlr4-python3-runtime ` to 4.13.1
25+ - fixed ` BOX ` constructor, although it's deprecated in ADQL 2.1
26+ - fixed ` CONTAINS ` for the case ` 0=CONTAINS() `
27+ - fixed ` INTERSECTS ` for the case ` 0=INTERSECTS() `
28+ - new requirements for the ` pg_sphere ` extension
29+ ([ pg_sphere] ( https://github.com/kimakan/pgsphere/tree/aiprdbms16 ) )
30+ - removed not supported optional ADQL functions, such as ` CENTROID ` , ` REGION ` , etc.
31+ - replaced ` setup.py ` by ` pyproject.toml ` since ` python setup.py install ` is deprecated
1632
1733## 0.6.1 (2022-11-17)
1834
@@ -23,7 +39,6 @@ major overhaul for ADQL 2.1 recommendation 2023-12-15
2339- bump the version of ` antlr4-python3-runtime ` to 4.11.1
2440- added support for two custom functions - ` gaia_healpix_index ` , ` pdist `
2541- added support for ` DISTINCT ON ` , [ Issue #11 ] ( https://github.com/aipescience/queryparser/issues/11 )
26- - added the ` ILIKE ` operator
27- - fix installation of requirements.txt (e.g., the required version of
28- antlr4-python3-runtime was overwritten by the most current one)
29-
42+ - added the ` ILIKE ` operator
43+ - fix installation of requirements.txt (e.g., the required version of
44+ antlr4-python3-runtime was overwritten by the most current one)
0 commit comments