You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
For: uc-cdis/guppy
Notes since tag: 0.2.0
Notes to tag/commit: 0.2.1
Generated: 2019-07-29
New Features
- Support `!=` (is not) op for filter (#45)
- Guppy now support this kind of nested aggregation queries (#42)
- Guppy also has a wrapper query function `queryGuppyForNestedAgg` that helps
to build this kind of GQL queries (#42)
Improvements
- Updated docs for Guppy syntax of nested aggs (#43)
- Unit tests for auth, config, schema, filter and aggregation (#41)
Deployment Changes
- https://github.com/uc-cdis/data-portal/pull/558 depends on this PR (#45)