Skip to content

Commit

Permalink
Release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clayote committed Oct 13, 2024
1 parent f34897e commit 2216325
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
== 0.16.1 | 2024-10-13 ==
* Fix some incoherent world state that could result from doing things
on tick zero of turn zero, if you started the world with a NetworkX graph.
* Fix a rule running when it shouldn't have in the wolfsheep example

== 0.16.0 | 2024-10-11 ==
* A process pool. When you've stored a function in LiSE, you can `submit` it
to `Engine.pool.submit(..)` using the standard Python
Expand Down
2 changes: 1 addition & 1 deletion LiSE/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include-package-data=false

[project]
name = "LiSE"
version = "0.16.0"
version = "0.16.1"
authors = [
{ name="Zachary Spector", email="[email protected]" },
]
Expand Down

0 comments on commit 2216325

Please sign in to comment.