aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainSpecify dependencies in pyproject.toml.Arun Isaac4 years
 
TagDownloadAuthorAge
v0.1.0sambal-0.1.0.tar.gz  sambal-0.1.0.tar.lz  sambal-0.1.0.zip  Arun Isaac4 years
 
AgeCommit messageAuthor
2021-03-31Specify dependencies in pyproject.toml.•••* pyproject.toml (project): Specify numpy as a dependency. (project.optional-dependencies): Specify pytest as an optional dependency. HEADv0.1.0mainArun Isaac
2021-03-31Add license information to README.•••* README.md (License): New section. Arun Isaac
2021-03-31Add citation information to README.•••* README.md (Citing): New section. Arun Isaac
2021-03-31Document usage information in README.•••* README.md (Usage): New section. Arun Isaac
2021-03-31Add tests.•••* tests/test_sambal.py: New file. Arun Isaac
2021-03-26Git ignore __pycache__.•••* .gitignore: Add __pycache__. Arun Isaac
2021-03-26Use numpy's random Generator interface.•••* sambal/sambal.py: Import numpy.random.default_rng. Do not import numpy.random.randn, numpy.random.random. (random_on_sphere, random_on_disk, random_on_cap): Accept optional rng argument. Use rng to generate random numbers. Arun Isaac
2021-03-26Export all names from package namespace.•••* sambal/__init__.py: Export all names from package namespace. Arun Isaac
2021-03-26Simplify directory structure.•••* setup.cfg: Specify the sambal package explicitly. * src/sambal: Move to sambal. Arun Isaac
2021-03-26Move planar angle generation into random_on_cap.•••* src/sambal/sambal.py (random_planar_angle_pdf): Move function into random_on_cap. Arun Isaac
[...]