aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
6 daysUse python-pytest built with python-hypothesis-next.Arun Isaac
* .guix/pyhegp-package.scm: Import python-pytest with guix: prefix. (python-pytest): New variable.
7 daysUse default array shapes testing encryption/decryption.Arun Isaac
It may be better to sample a smaller set of matrices finely than a large set of matrices coarsely. * tests/test_pyhegp.py (test_hegp_encryption_decryption_are_inverses): Use default array shapes testing encryption/decryption.
7 daysReduce maximum matrix size testing encryption/decryption.Arun Isaac
* tests/test_pyhegp.py (test_hegp_encryption_decryption_are_inverses): Reduce maximum matrix size to 100.
7 daysOrganize source into directory structure.Arun Isaac
* pyhegp/__init__.py: New file. * pyhegp.py: Move to pyhegp/pyhegp.py. * test_pyhegp.py: Move to tests/test_pyhegp.py. Import from pyhegp.pyhegp instead of from pyhegp. * pyproject.toml (project.scripts)[pyhegp]: Switch to pyhegp.pyhegp:main.
7 daysUse python-hypothesis-next.Arun Isaac
* guix.scm: Import python-hypothesis-next instead of python-hypothesis. (python-pyhegp)[native-inputs]: Replace python-hypothesis with python-hypothesis-next.
2025-07-08Correct symlink to guix package file.Arun Isaac
* guix.scm: Link to .guix/pyhegp-package.scm instead of .guix/pyhegp-project.scm.
2025-07-08Remove obsolete commented out code.Arun Isaac
* pyhegp.py (read_genotype): Remove obsolete commented out code.
2025-07-07Make repo a guix channel.Arun Isaac
* .guix-channel: New file. * guix.scm: Move to ... * .guix/pyhegp-package.scm: ... here as its own module. * guix.scm: Link to .guix/pyhegp-package.scm.
2025-07-07Add tests.Arun Isaac
* test_pyhegp.py: New file. * README.md (Run tests): New section. * guix.scm: Import python-hypothesis from (gnu packages check). (python-pyhegp)[arguments]: Enable tests. [native-inputs]: Add python-hypothesis.
2025-06-27README: Add missing preposition "in".Arun Isaac
* README.md: Add missing preposition "in".
2025-06-27Initial commitArun Isaac