Releases: aipescience/queryparser
Releases · aipescience/queryparser
0.7.4
0.7.3
What's Changed
- Add tests for failure by @simeonreusch in #23
- Add psql native functions 'point' and 'polygon' by @kimakan in #24
Full Changelog: 0.7.2...0.7.3
0.7.2
What's Changed
- Feature: accept custom udf names for query processing by @simeonreusch in #21
Full Changelog: 0.7.1...0.7.2
0.7.1
0.7.0
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-runtimeto 4.13.1 - fixed
BOXconstructor, although it's deprecated in ADQL 2.1 - fixed
CONTAINSfor the case0=CONTAINS() - fixed
INTERSECTSfor the case0=INTERSECTS() - new requirements for the
pg_sphereextension
(link) - removed not supported optional ADQL functions, such as
CENTROID,REGION, etc. - replaced
setup.pybypyproject.tomlsincepython setup.py installis deprecated