Added support for NetLogo 7.0.1 and above. This NetLogo patch release changed the XML structure of BehaviorSpace experiments; logolink now supports the new format. See this GitHub issue to learn more.
Added the parameter file to create_experiment(), allowing the user to specify the output file path for the generated BehaviorSpace experiment XML file.
Added new unit tests.
Deprecated the netlogo_path argument in run_experiment(). The package now tries to automatically detect the NetLogo installation using helper functions. Users can still manually specify the path to NetLogo; see the updated documentation for details.