MolSSI / QCFractal

A distributed compute and database platform for quantum chemistry.
https://molssi.github.io/QCFractal/
BSD 3-Clause "New" or "Revised" License
144 stars 47 forks source link

Release v0.54 #814

Closed bennybp closed 5 months ago

bennybp commented 5 months ago

Description

Release v0.54

Two big features of this release is client-side caching (including views) and the ability to download more of records. As part of this, fetching lots of records from a server will automatically scale to keep a relatively constant request time, rather than use a fixed batch size.

Client-side caching is relatively functional, but this was a major change, so feel free to report issues as always.

In addition, there is some of the usual cleanup.

This release is largely backwards compatible with the previous release, barring some esoteric use of include. Updating of existing managers is not immediately required.