Initial porchlight release
===============
This release contains the first officially supported version of `porchlight`, v0.1.0.
This release differs significantly from the previous "release" (publication to PyPI and github), in that many, many bugs have been fixed and a few features have been changed around significantly.
For all intents and purposes, consider this the first "official" release of `porchlight` alpha.
Some significant changes:
- Builds are now managed by `poetry` instead of `hatch`.
- `porchlight.neighborhood.Neighborhood.run_step` is now independent of `porchlight.neighborhood.Neighborhood.call_all_doors`
- Added `porchlight.neighborhood.Neighborhood.order_doors` method to change new `porchlight.neighborhood.Neighborhood._call_order` attribute, which defines the order in which `Door` objects contained within a `Neighborhood` object are called using `call_all_doors`
- Significant updates to documentation, docstrings.
**Full Changelog**: https://github.com/teald/porchlight/commits/0.1.0