cql2 0.4.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cql2-0.4.1 → cql2-0.5.2}/.github/dependabot.yml +10 -9
- cql2-0.5.2/.github/workflows/ci.yml +99 -0
- {cql2-0.4.1 → cql2-0.5.2}/.github/workflows/docs.yml +2 -4
- cql2-0.5.2/.github/workflows/npm.yml +54 -0
- cql2-0.4.1/.github/workflows/python.yml → cql2-0.5.2/.github/workflows/pypi.yml +21 -20
- cql2-0.5.2/.github/workflows/release-plz.yml +58 -0
- {cql2-0.4.1 → cql2-0.5.2}/.gitignore +1 -0
- {cql2-0.4.1 → cql2-0.5.2}/CHANGELOG.md +71 -1
- {cql2-0.4.1 → cql2-0.5.2}/Cargo.lock +1028 -130
- {cql2-0.4.1 → cql2-0.5.2}/Cargo.toml +5 -2
- cql2-0.5.2/PKG-INFO +62 -0
- cql2-0.5.2/RELEASING.md +11 -0
- cql2-0.5.2/cli/CHANGELOG.md +26 -0
- {cql2-0.4.1 → cql2-0.5.2}/cli/Cargo.toml +1 -1
- {cql2-0.4.1 → cql2-0.5.2}/cli/README.md +3 -3
- {cql2-0.4.1 → cql2-0.5.2}/cli/src/lib.rs +4 -2
- {cql2-0.4.1 → cql2-0.5.2}/cql2.pyi +2 -0
- {cql2-0.4.1 → cql2-0.5.2}/docs/index.md +9 -0
- {cql2-0.4.1 → cql2-0.5.2}/docs/playground.md +1 -1
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/validate.sh +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/pyproject.toml +1 -1
- {cql2-0.4.1 → cql2-0.5.2}/python/Cargo.toml +1 -1
- {cql2-0.4.1 → cql2-0.5.2}/python/src/lib.rs +9 -0
- {cql2-0.4.1 → cql2-0.5.2}/python/tests/test_expr.py +15 -0
- {cql2-0.4.1 → cql2-0.5.2}/scripts/buildwasm +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/scripts/lint +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/scripts/test +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/src/duckdb.rs +2 -6
- {cql2-0.4.1 → cql2-0.5.2}/src/expr.rs +14 -6
- {cql2-0.4.1 → cql2-0.5.2}/src/parser.rs +10 -2
- {cql2-0.4.1 → cql2-0.5.2}/src/sql.rs +6 -8
- {cql2-0.4.1 → cql2-0.5.2}/tests/generate-expected +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/generate_expected_qcounts +0 -0
- cql2-0.4.1/.github/workflows/ci.yml +0 -66
- cql2-0.4.1/PKG-INFO +0 -14
- cql2-0.4.1/RELEASING.md +0 -15
- cql2-0.4.1/scripts/exampleoptions +0 -19
- {cql2-0.4.1 → cql2-0.5.2}/CONTRIBUTING.md +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/LICENSE +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/README.md +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/cli/src/main.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/docs/cli.md +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/docs/ds-logo-hor--pos.svg +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/docs/examples.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/docs/favicon.png +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/docs/python.md +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/examples.toml +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause6_01.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause6_02a.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause6_02b.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause6_02c.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause6_02d.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause6_03.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_01.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_02.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_03a.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_03b.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_04.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_05.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_07.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_10.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_12.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_13.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_15.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_16.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_17.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_18.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/clause7_19.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example01.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example02.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example03.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example04.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example05a.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example05b.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example06a.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example06b.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example07.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example08.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example09.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example10.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example11.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example12.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example13.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example14.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example15.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example16.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example17.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example18.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example19.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example20.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example21.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example22.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example23.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example24.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example25.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example26.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example27.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example28.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example29.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example30.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example31.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example32.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example33.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example34.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example35.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example36.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example37.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example38.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example39.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example40.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example41.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example42.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example43.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example44.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example45.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example46.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example47.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example48.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example49.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example50.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example51.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example52.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example53.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example54.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example55.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example56.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example57.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example58.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example59.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example60.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example61.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example62.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example63.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example64.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example65.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example66.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example67.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example68.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example69.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example70.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example71.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example72.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example73.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example74.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example75.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example76.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example77.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example78.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example79.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example80.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example81.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example82.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example83.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example84.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example85.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/json/example86.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause6_01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause6_02a.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause6_02b.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause6_02c.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause6_02d.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause6_03.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_02.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_03a.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_03b.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_04.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_05.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_07.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_10.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_12.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_13.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_15.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_16.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_17.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_18.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/clause7_19.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example02.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example03.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example04.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example05a.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example05b.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example06a.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example06b.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example07.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example08.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example09.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example10.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example11.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example12.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example13.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example14.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example15.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example16.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example17.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example18.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example19.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example20.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example21.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example22.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example23.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example24.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example25.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example26.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example27.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example28.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example29.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example30.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example31.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example32.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example33.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example34.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example35.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example36-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example36.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example37.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example38-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example38.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example39.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example40-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example40.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example41.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example42-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example42.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example43-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example43.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example44-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example44.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example45.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example46-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example46.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example47.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example48.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example49-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example49.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example50.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example51.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example52.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example53.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example54-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example54.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example55-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example55.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example56.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example57.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example58.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example59.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example60.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example61.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example62.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example63.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example64.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example65.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example66.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example67.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example68.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example69.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example70.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example71.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example72.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example73.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example74.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example75.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example76.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example77.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example78.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example79.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example80.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example81.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example82.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example83.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example84.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example85-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example85.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/examples/text/example86.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/mkdocs.yml +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/python/.gitignore +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/python/.python-version +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/python/README.md +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/python/tests/conftest.py +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/rustfmt.toml +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/src/cql2.json +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/src/cql2.pest +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/src/error.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/src/geometry.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/src/lib.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/src/temporal.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/src/validator.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/README.md +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/cql2testdata.ndjson +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_01.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_02a.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_02a.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_02b.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_02b.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_02c.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_02c.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_02d.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_02d.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_03.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause6_03.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_01.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_02.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_02.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_03a.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_03a.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_03b.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_03b.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_04.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_04.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_05.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_05.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_07.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_07.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_10.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_10.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_12.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_12.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_13.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_13.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_15.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_15.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_16.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_16.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_17.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_17.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_18.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_18.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_19.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/clause7_19.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example01.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example02.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example02.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example03.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example03.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example04.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example04.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example05a.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example05a.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example05b.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example05b.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example06a.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example06a.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example06b.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example06b.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example07.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example07.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example08.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example08.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example09.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example09.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example10.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example10.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example11.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example11.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example12.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example12.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example13.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example13.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example14.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example14.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example15.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example15.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example16.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example16.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example17.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example17.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example18.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example18.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example19.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example19.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example20.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example20.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example21.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example21.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example22.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example22.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example23.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example23.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example24.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example24.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example25.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example25.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example26.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example26.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example27.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example27.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example28.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example28.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example29.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example29.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example30.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example30.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example31.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example31.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example32.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example32.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example33.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example33.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example34.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example34.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example35.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example35.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example36-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example36.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example36.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example37.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example37.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example38-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example38.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example38.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example39.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example39.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example40-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example40.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example40.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example41.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example41.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example42-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example42.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example42.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example43-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example43.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example43.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example44-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example44.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example44.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example45.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example45.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example46-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example46.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example46.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example47.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example47.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example48.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example48.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example49-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example49.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example49.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example50.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example50.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example51.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example51.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example52.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example52.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example53.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example53.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example54-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example54.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example54.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example55-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example55.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example55.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example56.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example56.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example57.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example57.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example58.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example58.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example59.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example59.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example60.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example60.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example61.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example61.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example62.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example62.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example63.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example63.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example64.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example64.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example65.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example65.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example66.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example66.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example67.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example67.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example68.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example68.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example69.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example69.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example70.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example70.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example71.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example71.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example72.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example72.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example73.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example73.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example74.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example74.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example75.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example75.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example76.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example76.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example77.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example77.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example78.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example78.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example79.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example79.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example80.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example80.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example81.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example81.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example82.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example82.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example83.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example83.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example84.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example84.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example85-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example85.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example85.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example86.json.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/expected/example86.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/ogc_tests.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/operators_duckdb.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/operators_expected.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/operators_filter.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/operators_tests.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/reduce_tests.rs +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/tests/reductions.txt +0 -0
- {cql2-0.4.1 → cql2-0.5.2}/uv.lock +0 -0
|
@@ -1,22 +1,23 @@
|
|
|
1
1
|
version: 2
|
|
2
|
+
|
|
2
3
|
updates:
|
|
3
4
|
- package-ecosystem: "github-actions"
|
|
4
5
|
directory: "/"
|
|
5
6
|
schedule:
|
|
6
7
|
interval: "weekly"
|
|
7
8
|
- package-ecosystem: "cargo"
|
|
8
|
-
|
|
9
|
+
directories:
|
|
10
|
+
- "/"
|
|
11
|
+
- "/python"
|
|
12
|
+
- "/cli"
|
|
13
|
+
groups:
|
|
14
|
+
production-dependencies:
|
|
15
|
+
dependency-type: "production"
|
|
16
|
+
development-dependencies:
|
|
17
|
+
dependency-type: "development"
|
|
9
18
|
schedule:
|
|
10
19
|
interval: "weekly"
|
|
11
20
|
- package-ecosystem: "pip"
|
|
12
21
|
directory: "/"
|
|
13
22
|
schedule:
|
|
14
23
|
interval: "weekly"
|
|
15
|
-
- package-ecosystem: "cargo"
|
|
16
|
-
directory: "/python"
|
|
17
|
-
schedule:
|
|
18
|
-
interval: "weekly"
|
|
19
|
-
- package-ecosystem: "cargo"
|
|
20
|
-
directory: "/cli"
|
|
21
|
-
schedule:
|
|
22
|
-
interval: "weekly"
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
name: CI
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
pull_request:
|
|
8
|
+
|
|
9
|
+
concurrency:
|
|
10
|
+
group: ${{ github.workflow }}-${{ github.ref }}
|
|
11
|
+
cancel-in-progress: true
|
|
12
|
+
|
|
13
|
+
jobs:
|
|
14
|
+
test:
|
|
15
|
+
name: Test
|
|
16
|
+
runs-on: ubuntu-latest
|
|
17
|
+
steps:
|
|
18
|
+
# We've run out of disk space while building libduckdb-sys, so this gives
|
|
19
|
+
# us more headroom in a quite hackey way.
|
|
20
|
+
- name: Free Disk Space
|
|
21
|
+
run: |
|
|
22
|
+
sudo rm -rf /usr/share/dotnet
|
|
23
|
+
sudo rm -rf /usr/local/lib/android
|
|
24
|
+
sudo rm -rf /opt/ghc
|
|
25
|
+
sudo rm -rf /opt/hostedtoolcache/CodeQL
|
|
26
|
+
df -h
|
|
27
|
+
- uses: actions/checkout@v6
|
|
28
|
+
- uses: Swatinem/rust-cache@v2
|
|
29
|
+
- name: Format
|
|
30
|
+
run: cargo fmt --check
|
|
31
|
+
- name: Check
|
|
32
|
+
run: cargo check --workspace
|
|
33
|
+
- name: Test
|
|
34
|
+
run: cargo test
|
|
35
|
+
clippy:
|
|
36
|
+
name: Clippy
|
|
37
|
+
runs-on: ubuntu-latest
|
|
38
|
+
steps:
|
|
39
|
+
- uses: actions/checkout@v6
|
|
40
|
+
- uses: Swatinem/rust-cache@v2
|
|
41
|
+
- name: Clippy
|
|
42
|
+
run: cargo clippy --workspace --tests -- -D warnings
|
|
43
|
+
test-python:
|
|
44
|
+
name: Test Python
|
|
45
|
+
runs-on: ubuntu-latest
|
|
46
|
+
strategy:
|
|
47
|
+
matrix:
|
|
48
|
+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
|
|
49
|
+
steps:
|
|
50
|
+
- uses: actions/checkout@v6
|
|
51
|
+
- uses: Swatinem/rust-cache@v2
|
|
52
|
+
- uses: astral-sh/setup-uv@v7
|
|
53
|
+
with:
|
|
54
|
+
python-version: ${{ matrix.python-version }}
|
|
55
|
+
- name: Lint
|
|
56
|
+
run: |
|
|
57
|
+
uv run mypy python
|
|
58
|
+
uv run ruff check
|
|
59
|
+
uv run ruff format --check
|
|
60
|
+
- name: Test
|
|
61
|
+
run: uv run pytest
|
|
62
|
+
- name: CLI smoke test
|
|
63
|
+
run: uv run cql2 < examples/text/example01.txt
|
|
64
|
+
wasm-nodejs:
|
|
65
|
+
name: WASM (Node.js)
|
|
66
|
+
runs-on: ubuntu-latest
|
|
67
|
+
steps:
|
|
68
|
+
- uses: actions/checkout@v6
|
|
69
|
+
- uses: Swatinem/rust-cache@v2
|
|
70
|
+
- name: Install wasm-pack
|
|
71
|
+
run: cargo install wasm-pack
|
|
72
|
+
- name: Build for Node.js
|
|
73
|
+
run: wasm-pack build --target nodejs wasm
|
|
74
|
+
- name: Test (Rust unit tests in Node.js)
|
|
75
|
+
run: wasm-pack test --node wasm
|
|
76
|
+
- name: Setup Node.js
|
|
77
|
+
uses: actions/setup-node@v6
|
|
78
|
+
with:
|
|
79
|
+
node-version: "20"
|
|
80
|
+
- name: Test (JavaScript integration tests)
|
|
81
|
+
run: npm --prefix wasm test
|
|
82
|
+
wasm-web:
|
|
83
|
+
name: WASM (web)
|
|
84
|
+
runs-on: ubuntu-latest
|
|
85
|
+
steps:
|
|
86
|
+
- uses: actions/checkout@v6
|
|
87
|
+
- uses: Swatinem/rust-cache@v2
|
|
88
|
+
- name: Install wasm-pack
|
|
89
|
+
run: cargo install wasm-pack
|
|
90
|
+
- name: Build for web
|
|
91
|
+
run: wasm-pack build --target web wasm
|
|
92
|
+
- name: Setup Node.js
|
|
93
|
+
uses: actions/setup-node@v6
|
|
94
|
+
with:
|
|
95
|
+
node-version: "20"
|
|
96
|
+
- name: Test (JavaScript integration tests with web target)
|
|
97
|
+
run: npm --prefix wasm test
|
|
98
|
+
- name: Test (Rust unit tests in web)
|
|
99
|
+
run: wasm-pack test --headless --firefox wasm
|
|
@@ -17,16 +17,14 @@ jobs:
|
|
|
17
17
|
GIT_COMMITTER_NAME: ci-bot
|
|
18
18
|
GIT_COMMITTER_EMAIL: ci-bot@example.com
|
|
19
19
|
steps:
|
|
20
|
-
- uses: actions/checkout@
|
|
20
|
+
- uses: actions/checkout@v6
|
|
21
21
|
with:
|
|
22
22
|
fetch-depth: 0 # for git describe
|
|
23
23
|
- name: Install Rust
|
|
24
24
|
uses: dtolnay/rust-toolchain@stable
|
|
25
25
|
- uses: Swatinem/rust-cache@v2
|
|
26
26
|
- name: Install wasm-pack
|
|
27
|
-
|
|
28
|
-
with:
|
|
29
|
-
version: "latest"
|
|
27
|
+
run: cargo install wasm-pack
|
|
30
28
|
- name: build wasm
|
|
31
29
|
run: scripts/buildwasm
|
|
32
30
|
- uses: astral-sh/setup-uv@v7
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
name: npm
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
tags:
|
|
6
|
+
- "cql2-v*"
|
|
7
|
+
workflow_dispatch:
|
|
8
|
+
|
|
9
|
+
jobs:
|
|
10
|
+
build:
|
|
11
|
+
name: Build WASM package
|
|
12
|
+
runs-on: ubuntu-latest
|
|
13
|
+
steps:
|
|
14
|
+
- uses: actions/checkout@v6
|
|
15
|
+
- uses: Swatinem/rust-cache@v2
|
|
16
|
+
- name: Install wasm-pack
|
|
17
|
+
run: cargo install wasm-pack
|
|
18
|
+
- name: Build WASM for npm
|
|
19
|
+
run: wasm-pack build --target web --out-dir pkg wasm
|
|
20
|
+
- name: Upload package
|
|
21
|
+
uses: actions/upload-artifact@v6
|
|
22
|
+
with:
|
|
23
|
+
name: npm-package
|
|
24
|
+
path: wasm/pkg
|
|
25
|
+
|
|
26
|
+
publish:
|
|
27
|
+
name: Publish to npm
|
|
28
|
+
runs-on: ubuntu-latest
|
|
29
|
+
needs: build
|
|
30
|
+
permissions:
|
|
31
|
+
id-token: write
|
|
32
|
+
contents: read
|
|
33
|
+
attestations: write
|
|
34
|
+
environment:
|
|
35
|
+
name: npm
|
|
36
|
+
url: https://www.npmjs.com/package/cql2-wasm
|
|
37
|
+
steps:
|
|
38
|
+
- uses: actions/download-artifact@v7
|
|
39
|
+
with:
|
|
40
|
+
name: npm-package
|
|
41
|
+
path: package
|
|
42
|
+
- uses: actions/setup-node@v6
|
|
43
|
+
with:
|
|
44
|
+
node-version: "20"
|
|
45
|
+
registry-url: "https://registry.npmjs.org"
|
|
46
|
+
- name: Upgrade npm version
|
|
47
|
+
run: npm install -g npm@latest
|
|
48
|
+
- name: Generate artifact attestation
|
|
49
|
+
uses: actions/attest-build-provenance@v3
|
|
50
|
+
with:
|
|
51
|
+
subject-path: "package/*"
|
|
52
|
+
- name: Publish to npm
|
|
53
|
+
working-directory: package
|
|
54
|
+
run: npm publish --provenance --access public
|
|
@@ -3,7 +3,7 @@ name: Python
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
5
|
tags:
|
|
6
|
-
- "v*"
|
|
6
|
+
- "cql2-v*"
|
|
7
7
|
workflow_dispatch:
|
|
8
8
|
|
|
9
9
|
concurrency:
|
|
@@ -26,8 +26,8 @@ jobs:
|
|
|
26
26
|
- s390x
|
|
27
27
|
- ppc64le
|
|
28
28
|
steps:
|
|
29
|
-
- uses: actions/checkout@
|
|
30
|
-
- uses: actions/setup-python@
|
|
29
|
+
- uses: actions/checkout@v6
|
|
30
|
+
- uses: actions/setup-python@v6
|
|
31
31
|
with:
|
|
32
32
|
python-version: "3.10"
|
|
33
33
|
- name: Build wheels
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
41
41
|
sccache: "true"
|
|
42
42
|
manylinux: auto
|
|
43
43
|
- name: Upload wheels
|
|
44
|
-
uses: actions/upload-artifact@
|
|
44
|
+
uses: actions/upload-artifact@v6
|
|
45
45
|
with:
|
|
46
46
|
name: wheels-linux-${{ matrix.target }}
|
|
47
47
|
path: dist
|
|
@@ -56,8 +56,8 @@ jobs:
|
|
|
56
56
|
- aarch64
|
|
57
57
|
- armv7
|
|
58
58
|
steps:
|
|
59
|
-
- uses: actions/checkout@
|
|
60
|
-
- uses: actions/setup-python@
|
|
59
|
+
- uses: actions/checkout@v6
|
|
60
|
+
- uses: actions/setup-python@v6
|
|
61
61
|
with:
|
|
62
62
|
python-version: "3.10"
|
|
63
63
|
- name: Build wheels
|
|
@@ -68,7 +68,7 @@ jobs:
|
|
|
68
68
|
sccache: "true"
|
|
69
69
|
manylinux: musllinux_1_2
|
|
70
70
|
- name: Upload wheels
|
|
71
|
-
uses: actions/upload-artifact@
|
|
71
|
+
uses: actions/upload-artifact@v6
|
|
72
72
|
with:
|
|
73
73
|
name: wheels-musllinux-${{ matrix.target }}
|
|
74
74
|
path: dist
|
|
@@ -81,8 +81,8 @@ jobs:
|
|
|
81
81
|
- x64
|
|
82
82
|
- x86
|
|
83
83
|
steps:
|
|
84
|
-
- uses: actions/checkout@
|
|
85
|
-
- uses: actions/setup-python@
|
|
84
|
+
- uses: actions/checkout@v6
|
|
85
|
+
- uses: actions/setup-python@v6
|
|
86
86
|
with:
|
|
87
87
|
python-version: "3.10"
|
|
88
88
|
architecture: ${{ matrix.target }}
|
|
@@ -93,7 +93,7 @@ jobs:
|
|
|
93
93
|
args: --release --out dist -i 3.10
|
|
94
94
|
sccache: "true"
|
|
95
95
|
- name: Upload wheels
|
|
96
|
-
uses: actions/upload-artifact@
|
|
96
|
+
uses: actions/upload-artifact@v6
|
|
97
97
|
with:
|
|
98
98
|
name: wheels-windows-${{ matrix.target }}
|
|
99
99
|
path: dist
|
|
@@ -103,13 +103,13 @@ jobs:
|
|
|
103
103
|
strategy:
|
|
104
104
|
matrix:
|
|
105
105
|
platform:
|
|
106
|
-
- runner: macos-
|
|
106
|
+
- runner: macos-15-intel
|
|
107
107
|
target: x86_64
|
|
108
|
-
- runner: macos-
|
|
108
|
+
- runner: macos-latest
|
|
109
109
|
target: aarch64
|
|
110
110
|
steps:
|
|
111
|
-
- uses: actions/checkout@
|
|
112
|
-
- uses: actions/setup-python@
|
|
111
|
+
- uses: actions/checkout@v6
|
|
112
|
+
- uses: actions/setup-python@v6
|
|
113
113
|
with:
|
|
114
114
|
python-version: "3.10"
|
|
115
115
|
- name: Build wheels
|
|
@@ -119,7 +119,7 @@ jobs:
|
|
|
119
119
|
args: --release --out dist -i 3.10
|
|
120
120
|
sccache: "true"
|
|
121
121
|
- name: Upload wheels
|
|
122
|
-
uses: actions/upload-artifact@
|
|
122
|
+
uses: actions/upload-artifact@v6
|
|
123
123
|
with:
|
|
124
124
|
name: wheels-macos-${{ matrix.platform.target }}
|
|
125
125
|
path: dist
|
|
@@ -127,14 +127,14 @@ jobs:
|
|
|
127
127
|
sdist:
|
|
128
128
|
runs-on: ubuntu-latest
|
|
129
129
|
steps:
|
|
130
|
-
- uses: actions/checkout@
|
|
130
|
+
- uses: actions/checkout@v6
|
|
131
131
|
- name: Build sdist
|
|
132
132
|
uses: PyO3/maturin-action@v1
|
|
133
133
|
with:
|
|
134
134
|
command: sdist
|
|
135
135
|
args: --out dist
|
|
136
136
|
- name: Upload sdist
|
|
137
|
-
uses: actions/upload-artifact@
|
|
137
|
+
uses: actions/upload-artifact@v6
|
|
138
138
|
with:
|
|
139
139
|
name: wheels-sdist
|
|
140
140
|
path: dist
|
|
@@ -148,8 +148,11 @@ jobs:
|
|
|
148
148
|
id-token: write
|
|
149
149
|
contents: write
|
|
150
150
|
attestations: write
|
|
151
|
+
environment:
|
|
152
|
+
name: pypi
|
|
153
|
+
url: https://pypi.org/project/cql2/
|
|
151
154
|
steps:
|
|
152
|
-
- uses: actions/download-artifact@
|
|
155
|
+
- uses: actions/download-artifact@v7
|
|
153
156
|
- name: Generate artifact attestation
|
|
154
157
|
uses: actions/attest-build-provenance@v3
|
|
155
158
|
with:
|
|
@@ -157,8 +160,6 @@ jobs:
|
|
|
157
160
|
- name: Publish to PyPI
|
|
158
161
|
if: startsWith(github.ref, 'refs/tags/')
|
|
159
162
|
uses: PyO3/maturin-action@v1
|
|
160
|
-
env:
|
|
161
|
-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
|
162
163
|
with:
|
|
163
164
|
command: upload
|
|
164
165
|
args: --non-interactive --skip-existing wheels-*/*
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
name: Release-plz
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches:
|
|
6
|
+
- main
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
release-plz-release:
|
|
10
|
+
name: Release-plz release
|
|
11
|
+
if: ${{ github.repository_owner == 'developmentseed' }}
|
|
12
|
+
runs-on: ubuntu-latest
|
|
13
|
+
permissions:
|
|
14
|
+
contents: write
|
|
15
|
+
id-token: write
|
|
16
|
+
steps:
|
|
17
|
+
- &checkout
|
|
18
|
+
name: Checkout repository
|
|
19
|
+
uses: actions/checkout@v6
|
|
20
|
+
with:
|
|
21
|
+
fetch-depth: 0
|
|
22
|
+
persist-credentials: false
|
|
23
|
+
- &install-rust
|
|
24
|
+
name: Install Rust toolchain
|
|
25
|
+
uses: dtolnay/rust-toolchain@stable
|
|
26
|
+
- &get-app-token
|
|
27
|
+
uses: actions/create-github-app-token@v2.2.1
|
|
28
|
+
id: app-token
|
|
29
|
+
with:
|
|
30
|
+
app-id: ${{ secrets.DS_RELEASE_BOT_ID }}
|
|
31
|
+
private-key: ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }}
|
|
32
|
+
- name: Run release-plz
|
|
33
|
+
uses: release-plz/action@v0.5
|
|
34
|
+
with:
|
|
35
|
+
command: release
|
|
36
|
+
env:
|
|
37
|
+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
|
38
|
+
release-plz-pr:
|
|
39
|
+
name: Release-plz PR
|
|
40
|
+
runs-on: ubuntu-latest
|
|
41
|
+
if: ${{ github.repository_owner == 'developmentseed' }}
|
|
42
|
+
permissions:
|
|
43
|
+
contents: write
|
|
44
|
+
pull-requests: write
|
|
45
|
+
id-token: write
|
|
46
|
+
concurrency:
|
|
47
|
+
group: release-plz-${{ github.ref }}
|
|
48
|
+
cancel-in-progress: false
|
|
49
|
+
steps:
|
|
50
|
+
- *checkout
|
|
51
|
+
- *install-rust
|
|
52
|
+
- *get-app-token
|
|
53
|
+
- name: Run release-plz
|
|
54
|
+
uses: release-plz/action@v0.5
|
|
55
|
+
with:
|
|
56
|
+
command: release-pr
|
|
57
|
+
env:
|
|
58
|
+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
|
@@ -6,6 +6,75 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.5.2](https://github.com/developmentseed/cql2-rs/compare/cql2-v0.5.1...cql2-v0.5.2) - 2026-01-16
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- one element lists ([#160](https://github.com/developmentseed/cql2-rs/pull/160))
|
|
14
|
+
|
|
15
|
+
### Other
|
|
16
|
+
|
|
17
|
+
- *(deps)* bump the production-dependencies group across 1 directory with 6 updates ([#158](https://github.com/developmentseed/cql2-rs/pull/158))
|
|
18
|
+
|
|
19
|
+
## [0.5.1](https://github.com/developmentseed/cql2-rs/compare/cql2-v0.5.0...cql2-v0.5.1) - 2026-01-05
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- *(wasm)* add to_ducksql ([#156](https://github.com/developmentseed/cql2-rs/pull/156))
|
|
24
|
+
|
|
25
|
+
### Other
|
|
26
|
+
|
|
27
|
+
- *(deps)* bump the production-dependencies group across 1 directory with 7 updates ([#155](https://github.com/developmentseed/cql2-rs/pull/155))
|
|
28
|
+
- *(deps)* bump the production-dependencies group across 1 directory with 6 updates ([#154](https://github.com/developmentseed/cql2-rs/pull/154))
|
|
29
|
+
- *(deps)* bump the production-dependencies group across 1 directory with 4 updates ([#152](https://github.com/developmentseed/cql2-rs/pull/152))
|
|
30
|
+
- *(deps)* bump actions/download-artifact from 6 to 7 ([#147](https://github.com/developmentseed/cql2-rs/pull/147))
|
|
31
|
+
- *(deps)* bump actions/create-github-app-token from 2.0.6 to 2.2.1 ([#148](https://github.com/developmentseed/cql2-rs/pull/148))
|
|
32
|
+
- *(deps)* bump actions/upload-artifact from 5 to 6 ([#149](https://github.com/developmentseed/cql2-rs/pull/149))
|
|
33
|
+
- *(deps)* bump the production-dependencies group across 1 directory with 5 updates ([#150](https://github.com/developmentseed/cql2-rs/pull/150))
|
|
34
|
+
|
|
35
|
+
## [0.5.0](https://github.com/developmentseed/cql2-rs/compare/cql2-v0.4.2...cql2-v0.5.0) - 2025-12-08
|
|
36
|
+
|
|
37
|
+
### Added
|
|
38
|
+
|
|
39
|
+
- add __str__ and __repr__ ([#122](https://github.com/developmentseed/cql2-rs/pull/122))
|
|
40
|
+
- add __version__ to python module ([#121](https://github.com/developmentseed/cql2-rs/pull/121))
|
|
41
|
+
|
|
42
|
+
### Fixed
|
|
43
|
+
|
|
44
|
+
- *(ci)* remove locked check ([#125](https://github.com/developmentseed/cql2-rs/pull/125))
|
|
45
|
+
- it wasn't used anywhere and it was broken ([#124](https://github.com/developmentseed/cql2-rs/pull/124))
|
|
46
|
+
- *(ci)* update to latest npm for publishing
|
|
47
|
+
- *(ci)* remove clean install from npm publish
|
|
48
|
+
|
|
49
|
+
### Other
|
|
50
|
+
|
|
51
|
+
- use release bot for releasing ([#145](https://github.com/developmentseed/cql2-rs/pull/145))
|
|
52
|
+
- *(deps)* bump the production-dependencies group across 1 directory with 3 updates ([#144](https://github.com/developmentseed/cql2-rs/pull/144))
|
|
53
|
+
- fix ci config ([#143](https://github.com/developmentseed/cql2-rs/pull/143))
|
|
54
|
+
- *(deps)* bump the production-dependencies group with 3 updates ([#142](https://github.com/developmentseed/cql2-rs/pull/142))
|
|
55
|
+
- add release-plz workflow ([#140](https://github.com/developmentseed/cql2-rs/pull/140))
|
|
56
|
+
- *(deps)* bump the production-dependencies group with 6 updates ([#138](https://github.com/developmentseed/cql2-rs/pull/138))
|
|
57
|
+
- *(deps)* bump actions/checkout from 5 to 6 ([#134](https://github.com/developmentseed/cql2-rs/pull/134))
|
|
58
|
+
- try groups ([#136](https://github.com/developmentseed/cql2-rs/pull/136))
|
|
59
|
+
- group dependencies ([#135](https://github.com/developmentseed/cql2-rs/pull/135))
|
|
60
|
+
- *(ci)* actually keep the locked check ([#127](https://github.com/developmentseed/cql2-rs/pull/127))
|
|
61
|
+
- *(deps)* bump actions/setup-node from 4 to 6 ([#126](https://github.com/developmentseed/cql2-rs/pull/126))
|
|
62
|
+
- *(wasm)* [**breaking**] Make WASM module interface more like Python module ([#120](https://github.com/developmentseed/cql2-rs/pull/120))
|
|
63
|
+
- update cargo lock
|
|
64
|
+
|
|
65
|
+
### Changed
|
|
66
|
+
|
|
67
|
+
- Normalized WASM interface to match Python API ([#120](https://github.com/developmentseed/cql2-rs/pull/120))
|
|
68
|
+
- Renamed `CQL2` to `Expr` for consistency with Python
|
|
69
|
+
- Changed `Expr.matches()` and `Expr.reduce()` to accept JS objects instead of strings
|
|
70
|
+
- Changed `Expr.to_json()` to return JS objects instead of strings
|
|
71
|
+
|
|
72
|
+
## [0.4.2] - 2025-11-12
|
|
73
|
+
|
|
74
|
+
### Changed
|
|
75
|
+
|
|
76
|
+
- Better package metadata and automated releasing
|
|
77
|
+
|
|
9
78
|
## [0.4.1] - 2025-10-31
|
|
10
79
|
|
|
11
80
|
## Changed
|
|
@@ -113,7 +182,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
113
182
|
|
|
114
183
|
Initial release.
|
|
115
184
|
|
|
116
|
-
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.4.
|
|
185
|
+
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.4.2...main
|
|
186
|
+
[0.4.2]: https://github.com/developmentseed/cql2-rs/compare/v0.4.1...v0.4.2
|
|
117
187
|
[0.4.1]: https://github.com/developmentseed/cql2-rs/compare/v0.4.0...v0.4.1
|
|
118
188
|
[0.4.0]: https://github.com/developmentseed/cql2-rs/compare/v0.3.8...v0.4.0
|
|
119
189
|
[0.3.8]: https://github.com/developmentseed/cql2-rs/compare/v0.3.7...v0.3.8
|