Skip to content

Releases: teald/porchlight

Alpha 0.1.2 --- output fix

20 Oct 17:41
Compare
Choose a tag to compare

Resolves issue #6. Print statements outputting information from a local testing

Alpha 0.1.1

19 Oct 23:51
faaec0e
Compare
Choose a tag to compare

This release fixes a bug encountered with embedded/wrapped functions, addressed in issue #3 and pull request #3

Alpha 0.1.0

17 Oct 19:45
c578245
Compare
Choose a tag to compare

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