about summary refs log tree commit diff
AgeCommit message (Expand)Author
44 hoursClarify that the test suite is not for end users. HEAD mainArun Isaac
46 hoursSeparate table of contents from introduction.Arun Isaac
46 hoursAdd table of contents to README.Arun Isaac
46 hoursReplace csv extension with tsv extension on genotype files.Arun Isaac
46 hoursRemove txt extension from summary files.Arun Isaac
46 hoursLink to file formats documentation from README.Arun Isaac
46 hoursAdd example key file.Arun Isaac
46 hoursAdd example genotype file.Arun Isaac
46 hoursAdd example summary file.Arun Isaac
46 hoursReduce precision in test data files.Arun Isaac
2 daysAdd instructions to install via Guix.Arun Isaac
2 daysMark virtual environment creation as optional.Arun Isaac
2 daysPackage as a CLI utility only, not a Python library.Arun Isaac
4 daysSubset to common SNPs.Arun Isaac
4 daysStandardize key files.Arun Isaac
4 daysCompute summary on encryption if not provided.Arun Isaac
4 daysAdd simple workflow.Arun Isaac
4 daysTest joint workflow CLI.Arun Isaac
4 daysStandardize file formats in the likeness of plink files.Arun Isaac
4 daysMove negate to pyhegp.utils.Arun Isaac
4 daysAdd gitignore.Arun Isaac
4 daysLoosen relative tolerance in test_pool_stats.Arun Isaac
9 daysRename genotype_file argument in read_genotype.Arun Isaac
9 daysTest that read_genotype and write_genotype are inverses.Arun Isaac
9 daysEnsure that read genotype matrices have 2 dimensions.Arun Isaac
9 daysWrite genotype matrix with increased precision.Arun Isaac
9 daysTab-separate data section of summary files.Arun Isaac
9 daysAbstract out write_genotype.Arun Isaac
10 daysTest solution of linear system after encryption.Arun Isaac
10 daysSeparate standardization from encryption.Arun Isaac
10 daysDo not test encryption on order 1 matrices.Arun Isaac
10 daysMention TianjingZhao2023 paper in README.Arun Isaac
2025-07-18Add CI badge to README.Arun Isaac
2025-07-17Document usage instructions and workflow.Arun Isaac
2025-07-17Add development version installation instructions.Arun Isaac
2025-07-17Add cat subcommand.Arun Isaac
2025-07-17Only output key optionally.Arun Isaac
2025-07-17Use File instead of Path for encrypt subcommand options.Arun Isaac
2025-07-17Turn arguments of the encrypt subcommand into options.Arun Isaac
2025-07-17Move read_genotype to pyhegp.serialization.Arun Isaac
2025-07-17Standardize before encryption.Arun Isaac
2025-07-17Add standardization.Arun Isaac
2025-07-17Add pool subcommand.Arun Isaac
2025-07-17Add summary subcommand.Arun Isaac
2025-07-17Implement the summary file format.Arun Isaac
2025-07-17Remove decrypt subcommand.Arun Isaac
2025-07-17Use python-pytest built with python-hypothesis-next.Arun Isaac
2025-07-17Use default array shapes testing encryption/decryption.Arun Isaac
2025-07-17Reduce maximum matrix size testing encryption/decryption.Arun Isaac
2025-07-17Organize source into directory structure.Arun Isaac