aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainAdvertise python code.Arun Isaac3 years
unfinished-experimentsBunch of unfinished experimentsArun Isaac3 years
 
 
AgeCommit messageAuthor
2022-01-08Bunch of unfinished experiments•••These experiments were in progress towards the end, and never properly finished. I leave the code here in case it turns out to be useful. unfinished-experimentsArun Isaac
2022-01-08Port spheroid experiment to python.•••* python/spheroid.py: New file. Arun Isaac
2022-01-08Ignore python generated files.•••* .gitignore: Add python/__pycache__ and python/*.png. Arun Isaac
2022-01-08Port integral experiments to python.•••* python/distribution-integrals.py: New file. Arun Isaac
2022-01-08Port volume experiments to python.•••* python/distribution-volumes.py: New file. Arun Isaac
2022-01-08Port to python.•••* python/nsmc.py: New file. Arun Isaac
2022-01-07Move to `guix shell' friendly manifest.scm.•••* guix.scm: Rename to manifest.scm. Replace `guix environment -l guix.scm' with `guix shell'. * README.org (Build): Replace `guix environment -l guix.scm' with `guix shell'. Arun Isaac
2022-01-07Add python dependencies to manifest.•••* guix.scm: Import (guix build-system python), (guix download), (gnu packages check), (gnu packages python), (gnu packages python-science) and (gnu packages python-xyz). (python-sambal): New variable. Add python, python-matplotlib, python-numpy, python-sambal and python-scipy to manifest. Arun Isaac
2022-01-07Switch to a Guix manifest.•••* guix.scm (nsmc): Delete package. Return a manifest. Arun Isaac
2021-12-31Use git-predicate in guix.scm.•••* guix.scm: Do not import (ice-9 match), (ice-9 popen), (ice-9 rdelim), (srfi srfi-1), (srfi srfi-26) and (guix build utils). (git-file?): Delete function. (nsmc): Use git-predicate instead of git-file? Arun Isaac
[...]