Releases: teald/porchlight
Releases · teald/porchlight
Alpha 0.1.2 --- output fix
Resolves issue #6. Print statements outputting information from a local testing
Alpha 0.1.1
Alpha 0.1.0
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 ofhatch
. porchlight.neighborhood.Neighborhood.run_step
is now independent ofporchlight.neighborhood.Neighborhood.call_all_doors
- Added
porchlight.neighborhood.Neighborhood.order_doors
method to change newporchlight.neighborhood.Neighborhood._call_order
attribute, which defines the order in whichDoor
objects contained within aNeighborhood
object are called usingcall_all_doors
- Significant updates to documentation, docstrings.
Full Changelog: https://github.com/teald/porchlight/commits/0.1.0