* Support GRASS version 8 * settings.FunctionInfo: support project functions of builtin type. * Stability fixes.
0.7
* Allow project loading without resource dir (`resourcedir=False`). * Allow non-default address:port settings to browser start. * Bug and stability fixes.
0.6
* Enable standalone use of `GrassAttributeTable, ReadWriteDataFrame, ProjectOrRunData` * Bug and stability fixes
0.5
* Allow parsing of --projectdir/-p as first argument of commandline * Various fixes, especially in clone plugin * Added GroupPlugin for simple grouper plugins * Boolean CLI arguments are set to False via --not-<arg>
0.4
* Allow capitalised plugins and dont change plugins to lowercase. Existing plugins are all changed to lowercase and the browser plugin needs to be imported via `from modelmanager.plugins.browser import browser`. * Rename ResultFile and ResultIndicator to File and Indicator in browser plugin. * Allow clones with a linked resources load the same browser app. * GrassAttributeTable now works without grass and doesnt support the `add_attributes` attribute anymore. * Read `GrassModule` arguments from specified settings dict rather than any setting. * New defaults argument to `SettingsManager.load`. * Implement optional `argcomplete` support for the commandline interface.
0.3
* first release on PyPI (PyPI name changed to model-manager) * added *grass* plugin * added *pandas* plugin * *browser API* debugged and improved * many smaller improvements