Skip to content

Releases: quaquel/pyNetLogo

0.5.2

13 Feb 09:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.1...0.5.2

0.5.1

05 Apr 06:53
Compare
Choose a tag to compare

minor bugfix for repeat_report on windows.

v0.5

21 Mar 21:07
Compare
Choose a tag to compare
  • support for netlogo 6.3
  • simplification of java code enabling going back to a single jar
  • shift to using newer import functionality in jpype
  • dropped support for netlogo 5.x and 6.0 (related to simplification of java side)
  • renamed library from pyNetLogo to pynetlogo to abide with pep8 naming conventions
  • minor changes in names of keyword arguments of various methods
  • shift from setup.py to pyproject.toml
  • removal of python 2 support
  • Breaking change: repeat_report now returns a dict rather than a dataframe

v0.3

22 Dec 13:45
Compare
Choose a tag to compare

0.3 version of pyNetLogo