PyPi release 1.6.1
Minor point release.
Release notes:
In the core.ermrest_model module:
Table.define()changes to have more human readable annotated names of system columns;Table.define_asset()changes to useFilenameasrow_nameand changehatrac_templateto be multi-catalog friendly;- New
Table.define_page()defines a wiki page like table definition; - New
Schema.define_www()defines a wiki like schema with page and related file (asset) tables; - New
Model.configure_baseline_ermrest_client()givesERMrest_Clientmore user-friendly annotations; - New
Model.configure_baseline_ermrest_group()givesERMrest_Groupmore user-friendly annotations; - New
Model.configure_baseline_catalog()creates WWW schema, configures the ERMrest client and group tables, and defines an initialchaise-configannotation including a navigation bar menu.
In the (new) config.examples package data:
- New
self_serve_policy.jsontemplate for use withderiva-acl-configfor a simple self-service (row creator can edit) policy; - New
group_owner_policy.jsontemplate that builds on theself_serve_policy.jsontemplate to add policy statements for tables that have anOwnercolumn and accompanying foreign key reference to the ERMrest group table.