MolSSI / QCFractal

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

Rework dataset model internals a bit #797

Closed bennybp closed 6 months ago

bennybp commented 7 months ago

Description

This changes the internals of dataset models to use PrivateAttr for its caches. This is part of the move to file-based caches in the future, but helpful to do separately to avoid painful merge conflicts in the future.

Also fixes dumb formatting issues in the release notes.

Changelog description

N/A

Status