Skip to content

Commit

Permalink
Update CHANGES.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
clayote authored Oct 11, 2024
1 parent 74241b4 commit d350dc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
* A process pool. When you've stored a function in LiSE, you can `submit` it
to `Engine.pool.submit(..)` using the standard Python
`concurrent.futures.Executor` API. The worker processes all have read-only

views on the state of the simulation.
* Trigger functions now run in parallel by default. Set the `workers` option
to 0 to disable this.
* Neighborhoods. If your rule only runs when something changes near the Thing
or Place it runs on, you can indicate this by setting the rule's
neighborhood property to an integer, and your sim will run faster.
See "Getting started" in the README for an example.
* ELiDE once again updates its graphics in response to events in the LiSE core
-- set the "_image_paths" of a `Thing` or `Place` object to a list of
paths.
Expand Down

0 comments on commit d350dc5

Please sign in to comment.