1.11.0 - Database loading order
Changes:
- Allow user-defined databases to override bundled/system databases, see details below (#35)
The loading order has been changed, which allows more customization. In the comparison below, note that later entries override earlier matching entries during loading.
Old loading order:
paths
argument (default is empty)- bundled files, if
load_bundled=True
(default is true) xml
argument (default empty)- common folders, if
load_common=True
(default is true)
New loading order:
- bundled files, if
load_bundled=True
(default is true) - common folders, if
load_common=True
(default is true) paths
argument (default is empty)xml
argument (default empty)