Releases: Klemet/LANDIS-II-Magic-Harvest
Magic Harvest 2.1
- Removes references to the Base Harvest libraries, as Base Harvest is discontinued for LANDIS-II-v8.
Warning
From release 2.0 and further on, Magic Harvest will only be compatible with LANDIS-II-v8 (Core v8) and not with LANDIS-II-v7 (Core v7).
Magic Harvest v2.0
- Updating the code for compatibility with the new LANDIS-II Core v8
Warning
From this release and further on, Magic Harvest will only be compatible with LANDIS-II-v8 (Core v8) and not with LANDIS-II-v7 (Core v7).
Warning
At the date of this release, Base Harvest doesn't seem to have been updated for Core v8. I was thus unable to ensure compatibility with it. If you're using Base Harvest with Core v8 and you see this message, know that Magic Harvest might not work (but it also might, depending on the modifications made in Base Harvest since then).
Magic Harvest v1.3
- Adding a new optional parameter,
NoHarvestReInitialization
to the parameter file.- If
true
, then the re-initialization of the harvest extension is not done, keeping all harvest variables/schedules/parameters in place even though the script is executed (and even though the script might have changed the parameter files). - If
false
, then the re-initialization will happen. - If the parameter is not indicated, then it is set to
false
. - In essence, putting this parameter to
true
allows the user to not influence the harvest extensions, but still to execute a script during a LANDIS-II simulation.
- If
Magic Harvest v1.2.1
- Removed the debug messages concerning the detected harvest extension and others.
Magic Harvest v1.2
- Magic Harvest can now run any command of any program when activated, with the use of two new parameters. It is not bound to using Python anymore, but can also use R scripts, or anything else. See the README for more information.
Magic Harvest v1.1
- Magic Harvest now directly calls for the
python
command to launch a python script, instead of launching a Windows Command Prompt (cmd.exe
), and then launching apython
command in this command prompt. This allows Magic Harvest to be used on Linux.
⚠️ If you use Ubuntu, thepython
command might not be recognized by the OS once you've installed Python; follow the instructions on this thread to solve the issue.
Magic Harvest v1.0
Typos in README