A blog about the development and usage of GarlicSim, the Pythonic framework for computer simulations.
Written by Ram Rachum, developer of GarlicSim.

GarlicSim Website

Twitter

GitHub Repository

Ram's Personal Website

29th July 2010

Text

GarlicSim 0.5.1 released!

Today I made a small GarlicSim release: GarlicSim 0.5.1. Download it now!

What’s new in GarlicSim 0.5.1?

  • The iter_simulate function. This is like list_simulate, except it crunches the states lazily. Check out tutorial-1 for an explanation.
  • The Project.iter_simulate method; Similar to iter_simulate, except for Projects.
  • Fixed Project.simulate to work on endable simulations.
  • Miscellaneous bugfixes, comments and refactoring.

I remind you: In this experimental stage of the GarlicSim project, I will only work with the very latest version of GarlicSim, which is currently 0.5.1. All past versions are disowned. (I will help you upgrade your simpacks to the new version if you need help— Just ask for assistance on the mailing list.)

Download GarlicSim 0.5.1 now, play around with the tutorials, and tell me what you think!

Comments