Releases: Quantco/pytsql
Releases · Quantco/pytsql
1.5.2
What's Changed
- fix: Include chrono to work on windows runner by @IvanDimitrovQC in #185
Full Changelog: 1.5.1...1.5.2
1.5.1
What's Changed
- fix: Update windows for wheel building by @IvanDimitrovQC in #184
Full Changelog: 1.5.0...1.5.1
1.5.0
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot[bot] in #166
- Bump the gh-actions group with 2 updates by @dependabot[bot] in #167
- Update pixi lockfile by @quant-ranger[bot] in #168
- Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 in the gh-actions group by @dependabot[bot] in #169
- Update pixi lockfile by @quant-ranger[bot] in #170
- Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the gh-actions group by @dependabot[bot] in #171
- Update pixi lockfile by @quant-ranger[bot] in #172
- Bump the gh-actions group with 2 updates by @dependabot[bot] in #173
- Update pixi lockfile by @quant-ranger[bot] in #174
- Bump the gh-actions group with 3 updates by @dependabot[bot] in #175
- Update pixi lockfile by @quant-ranger[bot] in #176
- Bump the gh-actions group with 3 updates by @dependabot[bot] in #177
- Update pixi lockfile by @quant-ranger[bot] in #178
- Update pixi lockfile by @quant-ranger[bot] in #179
- feat: Add an option to receive the batches in a script and be able to execute them. by @IvanDimitrovQC in #183
New Contributors
- @IvanDimitrovQC made their first contribution in #183
Full Changelog: 1.4.0...1.5.0
1.4.0
1.3.0
1.2.3
What's Changed
- Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #119
- Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by @dependabot in #118
- Pre-commit autoupdate by @quant-ranger in #117
- Update pyproject.toml by @svengiegerich in #120
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- Add test for parse listener by @svengiegerich in #83
- Include Python
3.11in favour of3.7| Testing by @svengiegerich in #81 - Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by @dependabot in #84
- GH workflow to update grammar targets by @svengiegerich in #85
- Fix PR #85 by @svengiegerich in #87
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #89
- Autoupdate grammar targets based on antlr/grammars-v4's TSQL grammar definition by @github-actions in #92
- Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by @dependabot in #91
- Pre-commit autoupdate by @quant-ranger in #94
- Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 by @dependabot in #93
- Pre-commit autoupdate by @quant-ranger in #95
- Pre-commit autoupdate by @quant-ranger in #96
- Pre-commit autoupdate by @quant-ranger in #97
- Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 by @dependabot in #99
- Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.8 by @dependabot in #100
- Pre-commit autoupdate by @quant-ranger in #101
- Autoupdate grammar targets based on antlr/grammars-v4's TSQL grammar definition by @github-actions in #102
- Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 by @dependabot in #105
- Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by @dependabot in #104
- Bump actions/checkout from 3 to 4 by @dependabot in #106
- Bump pypa/cibuildwheel from 2.15.0 to 2.16.0 by @dependabot in #108
- Bump pypa/cibuildwheel from 2.16.0 to 2.16.1 by @dependabot in #109
- Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 by @dependabot in #110
- Pre-commit autoupdate by @quant-ranger in #103
- Add
ruffby @svengiegerich in #112 - Bump
antlrby @svengiegerich in #111 - Pre-commit autoupdate by @quant-ranger in #113
- Reflect PR #111 in
update_grammar.ymlby @svengiegerich in #115 - Autoupdate grammar targets based on antlr/grammars-v4's TSQL grammar definition by @github-actions in #116
New Contributors
- @quant-ranger made their first contribution in #94
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- Include (Python) listener by @svengiegerich in #79
- Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by @dependabot in #82
Full Changelog: 1.2.0...1.2.1
1.2.0
Highlights
This release extends the coverage of TSQL queries by switching to antlr/grammars-v4's grammar definition.
What's Changed
- Bump sqlalchemy by @svengiegerich in #66
- Bump actions/checkout from 2.3.5 to 3.3.0 by @dependabot in #67
- Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in #70
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by @dependabot in #69
- Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by @dependabot in #72
- Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by @dependabot in #75
- Escape colons in (raw) SQL queries by @svengiegerich in #77
- Add Windows for unit tests by @svengiegerich in #78
- Replace grammar by
antlr/grammars-v4's by @svengiegerich in #73 - Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4 by @dependabot in #80
Full Changelog: 1.1.7...1.2.0
1.1.7
What's Changed
- Fix
antlr4-python3-runtimepin to keep in sync by @svengiegerich in #65
Full Changelog: 1.1.6...1.1.7