about summary refs log tree commit diff
AgeCommit message (Expand)Author
3 daysGeneralize split_data_frame to split along any axis.Arun Isaac
3 daysSimplify split_data_frame so it is more composable.Arun Isaac
4 daysGenerate unique SNPs in genotype frames without dropping duplicates.Arun Isaac
4 daysDeduplicate genotype frame metadata generation.Arun Isaac
4 daysDrop SNPs with a zero standard deviation.Arun Isaac
4 daysFix typo in comment: tha->that.Arun Isaac
5 daysAvoid wildcard import from helpers.strategies.Arun Isaac
5 daysLimit values in genotype and phenotype strategies.Arun Isaac
5 daysTest that ciphertext does not contain NA values.Arun Isaac
5 daysParameterize number of samples in phenotype frame strategy.Arun Isaac
5 daysParameterize number of samples in genotype frame strategy.Arun Isaac
5 daysParameterize presence of reference column in genotype frame strategy.Arun Isaac
5 daysAdd keys strategy.Arun Isaac
5 daysRaise exception if data frame to be written has NA values.Arun Isaac
5 daysAdd --force flag to encrypt subcommand permitting file overwriting.Arun Isaac
5 daysSupport encrypting phenotypes.Arun Isaac
5 daysCompare complete frame in test_cat_*.Arun Isaac
5 daysDo not import unused settings from hypothesis.Arun Isaac
5 daysTest cat_phenotype.Arun Isaac
5 daysAdd cat-phenotype subcommand.Arun Isaac
7 daysRename cat subcommand to cat-genotype.Arun Isaac
7 daysAdd is_phenotype_metadata_column.Arun Isaac
7 daysDrop duplicates in generated test phenotype frames.Arun Isaac
7 daysSet CI environment variable when building Guix package.Arun Isaac
7 daysMerge, not concat, genotype frames.Arun Isaac
7 daysTest cat_genotype.Arun Isaac
7 daysAdd is_genotype_metadata_column.Arun Isaac
7 daysDrop duplicates in generated test genotype frames.Arun Isaac
7 daysCatenate an empty list of genotypes.Arun Isaac
7 daysMove hypothesis strategies to separate file.Arun Isaac
7 daysAdd cat_genotype workhorse function.Arun Isaac
7 daysSuffix CLI subcommand functions with _command.Arun Isaac
8 daysDo not require output ciphertext file path.Arun Isaac
8 daysPass dtype to read_csv.Arun Isaac
8 daysUse open method of Path object, rather than the open function.Arun Isaac
8 daysDo not skip blank lines when reading TSV files.Arun Isaac
8 daysDecide to not use logging.Arun Isaac
8 daysTest for existence of output files.Arun Isaac
8 daysTitle case sentence.Arun Isaac
8 daysAdd phenotype file format and serialization functions.Arun Isaac
2025-08-08Clarify that the test suite is not for end users.Arun Isaac
2025-08-08Separate table of contents from introduction.Arun Isaac
2025-08-08Add table of contents to README.Arun Isaac
2025-08-08Replace csv extension with tsv extension on genotype files.Arun Isaac
2025-08-08Remove txt extension from summary files.Arun Isaac
2025-08-08Link to file formats documentation from README.Arun Isaac
2025-08-08Add example key file.Arun Isaac
2025-08-08Add example genotype file.Arun Isaac
2025-08-08Add example summary file.Arun Isaac
2025-08-08Reduce precision in test data files.Arun Isaac