<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sambal, branch v0.1.0</title>
<subtitle>Sample balls, spheres, spherical caps</subtitle>
<id>http://git.systemreboot.net/sambal/atom?h=v0.1.0</id>
<link rel='self' href='http://git.systemreboot.net/sambal/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/'/>
<updated>2021-03-31T09:59:05+00:00</updated>
<entry>
<title>Specify dependencies in pyproject.toml.</title>
<updated>2021-03-31T09:59:05+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-31T09:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=14bf6c355889c38d1683d6bf8edcfb80a11c3481'/>
<id>urn:sha1:14bf6c355889c38d1683d6bf8edcfb80a11c3481</id>
<content type='text'>
* pyproject.toml (project): Specify numpy as a dependency.
(project.optional-dependencies): Specify pytest as an optional
dependency.
</content>
</entry>
<entry>
<title>Add license information to README.</title>
<updated>2021-03-31T09:21:56+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-31T09:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=ed7cd13677ba53f224d46166ceaf579157fbdde1'/>
<id>urn:sha1:ed7cd13677ba53f224d46166ceaf579157fbdde1</id>
<content type='text'>
* README.md (License): New section.
</content>
</entry>
<entry>
<title>Add citation information to README.</title>
<updated>2021-03-31T09:21:51+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-31T09:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=bbfbec2bc13d749089299bf2a2b7c55ee1af7887'/>
<id>urn:sha1:bbfbec2bc13d749089299bf2a2b7c55ee1af7887</id>
<content type='text'>
* README.md (Citing): New section.
</content>
</entry>
<entry>
<title>Document usage information in README.</title>
<updated>2021-03-31T09:21:51+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-31T09:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=06c60f361fe9a96cb73ee2ae32de13f5c324ae16'/>
<id>urn:sha1:06c60f361fe9a96cb73ee2ae32de13f5c324ae16</id>
<content type='text'>
* README.md (Usage): New section.
</content>
</entry>
<entry>
<title>Add tests.</title>
<updated>2021-03-31T09:21:51+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-31T09:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=82e25e86ca4c8fa0d4441a360330af0dda715c8a'/>
<id>urn:sha1:82e25e86ca4c8fa0d4441a360330af0dda715c8a</id>
<content type='text'>
* tests/test_sambal.py: New file.
</content>
</entry>
<entry>
<title>Git ignore __pycache__.</title>
<updated>2021-03-26T09:45:41+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-26T09:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=4766d6d6a88e84cf07f1ddb73373c69e759a43e3'/>
<id>urn:sha1:4766d6d6a88e84cf07f1ddb73373c69e759a43e3</id>
<content type='text'>
* .gitignore: Add __pycache__.
</content>
</entry>
<entry>
<title>Use numpy's random Generator interface.</title>
<updated>2021-03-26T09:43:37+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-26T09:43:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=6d801965b448e1a392b1dac53e93ab689fcd9b92'/>
<id>urn:sha1:6d801965b448e1a392b1dac53e93ab689fcd9b92</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>Export all names from package namespace.</title>
<updated>2021-03-26T09:19:03+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-26T09:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=0e34082e4842ac8a1e833d9d6605362cf2e323b2'/>
<id>urn:sha1:0e34082e4842ac8a1e833d9d6605362cf2e323b2</id>
<content type='text'>
* sambal/__init__.py: Export all names from package namespace.
</content>
</entry>
<entry>
<title>Simplify directory structure.</title>
<updated>2021-03-26T09:18:48+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-26T09:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=b6e2f7875029d1a5a0f6f7a5761b5f3af1f7b448'/>
<id>urn:sha1:b6e2f7875029d1a5a0f6f7a5761b5f3af1f7b448</id>
<content type='text'>
* setup.cfg: Specify the sambal package explicitly.
* src/sambal: Move to sambal.
</content>
</entry>
<entry>
<title>Move planar angle generation into random_on_cap.</title>
<updated>2021-03-26T08:48:31+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-03-26T08:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/sambal/commit/?id=05f6d0e94e5603caa769137508cf005bea3c9adc'/>
<id>urn:sha1:05f6d0e94e5603caa769137508cf005bea3c9adc</id>
<content type='text'>
* src/sambal/sambal.py (random_planar_angle_pdf): Move function into
random_on_cap.
</content>
</entry>
</feed>
