Update notes for 2018-11-07

This commit is contained in:
2018-11-07 19:20:25 +02:00
parent 6d65a66c20
commit fecac58ec8
3 changed files with 20 additions and 8 deletions

View File

@ -269,4 +269,9 @@ $ time ./rest-find-collections.py 10568/27629 --rest-url https://dspacetest.cgia
- Average time with all expands was 14.3 seconds, and 12.8 seconds with `collections,subCommunities`, so **1.5 seconds difference**!
## 2018-11-07
- Update my [dspace-statistics-api](https://github.com/ilri/dspace-statistics-api) to use a database management class with Python contexts so that connections and cursors are automatically opened and closed
- Tag version 0.7.0 of the dspace-statistics-api
<!-- vim: set sw=2 ts=2: -->