Branch | Commit message | Author | Age | |
---|---|---|---|---|
main | Specify dependencies in pyproject.toml. | Arun Isaac | 4 years | |
Tag | Download | Author | Age | |
v0.1.0 | sambal-0.1.0.tar.gz sambal-0.1.0.tar.lz sambal-0.1.0.zip | Arun Isaac | 4 years | |
Age | Commit message | Author | ||
2021-03-31 | Specify dependencies in pyproject.toml.•••* pyproject.toml (project): Specify numpy as a dependency. (project.optional-dependencies): Specify pytest as an optional dependency. HEADv0.1.0main | Arun Isaac | ||
2021-03-31 | Add license information to README.•••* README.md (License): New section. | Arun Isaac | ||
2021-03-31 | Add citation information to README.•••* README.md (Citing): New section. | Arun Isaac | ||
2021-03-31 | Document usage information in README.•••* README.md (Usage): New section. | Arun Isaac | ||
2021-03-31 | Add tests.•••* tests/test_sambal.py: New file. | Arun Isaac | ||
2021-03-26 | Git ignore __pycache__.•••* .gitignore: Add __pycache__. | Arun Isaac | ||
2021-03-26 | Use 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-26 | Export all names from package namespace.•••* sambal/__init__.py: Export all names from package namespace. | Arun Isaac | ||
2021-03-26 | Simplify directory structure.•••* setup.cfg: Specify the sambal package explicitly. * src/sambal: Move to sambal. | Arun Isaac | ||
2021-03-26 | Move planar angle generation into random_on_cap.•••* src/sambal/sambal.py (random_planar_angle_pdf): Move function into random_on_cap. | Arun Isaac | ||
[...] |