- London
- https://evans.io
Highlights
- 9 discussions answered
Block or Report
Block or report evansd
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
1,839 contributions in the last year
Contribution activity
June 2022
Opened 10 pull requests in 4 repositories
opensafely-core/databuilder
1
open
6
merged
opensafely-core/cohort-extractor
1
merged
ebmdatalab/openprescribing
1
merged
opensafely-core/backend-server
1
merged
Reviewed 34 pull requests in 5 repositories
opensafely-core/databuilder
21 pull requests
-
Use correct constraint in
Patients
contract -
Allow
Any
type to be used as an escape hatch - chore: Use the same names everywhere
- test: Ignore slow spark tests properly
- Use caching when generating SQL from query model
- chore: bump networkx from 2.8.3 to 2.8.4
- chore: bump databricks-cli from 0.16.7 to 0.17.0
- chore: bump hypothesis from 6.47.2 to 6.47.3
- Use temporary tables instead of CTEs for MSSQL
- chore: bump databricks-cli from 0.16.6 to 0.16.7
- chore: bump hypothesis from 6.46.11 to 6.47.2
- chore: bump pyupgrade from 2.32.1 to 2.34.0
- chore: bump pandas-stubs from 1.2.0.60 to 1.2.0.61
- Improve consistency of CLI
-
Add
generate-docs
totest-all
- chore: bump pip-tools from 6.6.1 to 6.6.2
- chore: bump pytest-subtests from 0.7.0 to 0.8.0
- chore: bump pandas-stubs from 1.2.0.58 to 1.2.0.60
- chore: bump networkx from 2.8 to 2.8.3
- chore: bump hypothesis from 6.46.5 to 6.46.11
- Factor out ORM class auto-generation
opensafely-core/cohort-extractor
5 pull requests
opensafely-core/job-runner
4 pull requests
opensafely-core/backend-server
2 pull requests
opensafely-core/opensafely-cli
2 pull requests
Created an issue in opensafely-core/databuilder that received 2 comments
Decide how to handle tables without a patient_id
column
As a simple example, suppose we have a practices
table
Which is linked to patients via a practice_registrations
table:
We want to write a query w…
2
comments
Opened 9 other issues in 1 repository
opensafely-core/databuilder
8
open
1
closed
-
Remove
DateSubtractDays
query model operation - Critical path to running CIPHA booster effectiveness study in Graphnet
-
Publish a
v1
tag for the databuilder docker image - Remove backend registration system
-
Add
count_distinct
andcount_non_null
series aggregations -
Add
to_first_of_month
andto_first_of_year
methods - Decide how to handle non-patient tables in Comparative Booster study
- Add negated variants of common methods in ehrQL
- ehrQL should automatically cast ints to floats where necessary