Releases: TARGENE/targene-pipeline
Releases · TARGENE/targene-pipeline
v0.11.1
What's Changed
- Bugfix by @roskamsh in #206
- Test if continuous integration is faulty by @roskamsh in #208
- Allofus - Adapt targene for use on the All of Us Researcher Workbench by @roskamsh in #174
- Create Estimators files if "string mode" is specified for ESTIMATORS_CONFIG parameter in #210
Reviewed by @olivierlabayle
Full Changelog: v0.11.0...v0.11.1
v0.11.0
Post Thesis release.
New features.
- GWAS (@joshua-slaughter, @roskamsh, @olivierlabayle)
- REALISTIC_SIMULATION, NULL_SIMULATION workflows for the evaluation of PopGen semi-parametric estimators (@olivierlabayle).
- ESTIMATORS_CONFIG via either a file or a modular configuration string (@olivierlabayle).
- Improved documentation and examples (@olivierlabayle)
Deleted.
- STUDY_DESIGN parameter, all study designs are part of the ESTIMANDS_CONFIG parameter
- FROM_ACTORS study design
Reviewed by @roskamsh.
Full Changelog: v0.10.0...v0.11.0
v0.10.0
- Add flat config [BREAKING]
- start to rework docs
v0.9.1
Fix potential concurrency issue in longest_prefix function
v0.9.0
Breaking Release.
New Features:
- CV-TMLE / CV-OSE
- Arbitrary number of estimators
- Composed Estimands in particular allele independent interactions with STUDY_DESIGN="ALLELE_INDEPENDENT"
- SNP or Trait specific models can be provided on top of the default config
What's Changed
- Refactor by @olivierlabayle in #119
- Argparse by @olivierlabayle in #133
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.2
- Hopefully fix LD thining memory issue
v0.7.1
Fix compat sieve variance
v0.7.0
- Remove genotype_as_int
- Move to Arrow tmle_input dataset
v0.6.2
- Documentation update