Added new APIS:
- Catalog.getIndex returns an acquisition wrapped index, use instead of Catalog.indexes[...] - ZCatalog.getIndexObjects returns the list of index obs also acquisition wrapped. Its use is preferred over the previous index_objects method. Changed Catalog code to utilize getIndex. This is mostly a neutral change except for in clear() which did not used to wrap before calling the index. Help docs and interfaces updated to reflect the change.
Showing
Please register or sign in to comment