Releases: PRQL/pyprql
Releases · PRQL/pyprql
v0.5.3
v0.5.2
v0.5.1
v0.4.2
Fix
- Fixes enforce typing breaking on subscripted generics by forking and providing a flag to ignore this non-error. (
cb19cbc
)
Documentation
- index.md: Add docs badge to docs (
3029853
) - README.md: Add ReadTheDocs (
4d5404c
) - docs: Add tests to the sphinx build (
049ff35
) - tests: Document tests (
950e55d
) - README.md: Add badges (
c176d65
) - *: Correct urls (
0622add
) - README.md: Get those badges (
2547540
) - LICENSE: Add license (
7119bec
) - docs: Add Sphinx support (
f966f34
) - *: Provide docstrings throughout (
c1b7b6d
)
v0.4.1
v0.4.0
Feature
- cli.py: Support reading from tsvs (
d2d675b
) - *: Support saving to tsv (
5a2630f
) - cli.py: Support cli saving to csv (
79382c1
) - prql.py: Parse to statements (
2808f26
) - prql.py: Adds grammar for to (
3899c89
) - cli.py: Import csv (
c847eb2
) - Adding expression parsing for complex expressions without requiring '()' (
855ebd0
) - Adding completion for show columns and \d+ (
7b7f676
) - Adding code completion on table names for ':', fixes the handling of prev_selection by clearing out on whitespace (
46f7676
)
Fix
- prql.lark: Match file names directly (
259763b
) - prql.lark: Support extensions for to statement (
82325a6
) - prql.parl: Add filename parameter (
f567cd6
) - Closes #20, All derives should now be in where clause (
c736b25
) - Closes #21, replace_tables now available to all to_sql transformations (
eb12075
) - Final commit for fix11 (
421fb04
) - Fix11 , use the AST in the completer. This adds support for table aliases when completing fields. (
9e79119
) - Fixes #10 typing a letter afer period was not auto completing (
ee8c7f5
)