Releases: queryverse/Query.jl
Releases · queryverse/Query.jl
v1.0.0
Query v1.0.0
Closed issues:
- More examples for the syntax parts of the documentation (#271)
- LINQ-style grouping (#291)
- Use of underscore syntax in Getting Statrted without introduction (#296)
Merged pull requests:
- Run doctests as part of normal tests (#269) (@davidanthoff)
- New version: v0.12.2 (#281) (@davidanthoff)
- Add @dropna, @replacena and @dissallowna (#282) (@davidanthoff)
- remove LazyQuery.jl and StructuredQuery.jl (#283) (@xiaodaigh)
- Julia Package Butler Updates (#290) (@github-actions[bot])
- Julia Package Butler Updates (#292) (@github-actions[bot])
- Fix doctests (#293) (@davidanthoff)
- Add note for underscore syntax in Getting Started (#297) (@venuur)
- Julia Package Butler Updates (#298) (@github-actions[bot])
- Julia Package Butler Updates (#299) (@github-actions[bot])
- Julia Package Butler Updates (#302) (@github-actions[bot])
- Julia Package Butler Updates (#304) (@github-actions[bot])
- Julia Package Butler Updates (#308) (@github-actions[bot])
v0.12.2
Set version to v0.12.2
v0.12.1
v0.12.1 (2019-08-06)
Closed issues:
Merged pull requests:
- Fix DataFrame deprecation warnings (#274) (davidanthoff)
- Fix escaping issue with @Mutate (#273) (davidanthoff)
- Fix doctests (#268) (davidanthoff)
- Release 0.12.0 (#267) (davidanthoff)
v0.12.0
v0.12.0 (2019-06-28)
Closed issues:
- Everlasting query if column contains missing values (#257)
- Add support for named tuple splatting syntax (#241)
- Add a Project.toml to follow the procedure of developing package in Pkg mode. (#239)
Merged pull requests:
- Export isna and NA (#266) (davidanthoff)
- Remove dependency on TableTraits (#260) (davidanthoff)
- Add named tuple splatting (#252) (davidanthoff)
- Fix doctests (#249) (Yijia-Chen)
- Fix doc tests (#248) (Yijia-Chen)
- update LINQ url in docs and readme (#247) (dellison)
- There is no example in the previous section. (#246) (petershintech)
- Fix a typo. (#245) (petershintech)
- Fix a bug to use an element name in a correct way. (#244) (petershintech)
- Fix a typo. (#243) (petershintech)
v0.11.0
Make something experimental again
v0.10.1: Merge pull request #211 from quinnj/jq/fix_nested_joins
For nested joins, there was an issue where calls to the inner most so…
v0.10.0
Update some docs and benchmarks
v0.9.3: Merge pull request #178 from davidanthoff/collect_tofunc
Add a collect method for function sinks
v0.9.2
Update NEWS
v0.9.1
Update NEWS