Releases: quaquel/pyNetLogo
Releases · quaquel/pyNetLogo
0.5.2
What's Changed
- Reorder cleanup in repeat_report() by @steipatr in #73
- Bump actions/checkout from 3 to 4 by @dependabot in #80
- immediately free up file handle fo re-use by @magni5 in #85
- Bump actions/setup-python from 4 to 5 by @dependabot in #86
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #87
New Contributors
- @steipatr made their first contribution in #73
- @dependabot made their first contribution in #80
- @magni5 made their first contribution in #85
Full Changelog: 0.5.1...0.5.2
0.5.1
v0.5
- 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