This version makes resolution information accessible through batching. Resolution information was previously accessible through SidechainNet's Python dictionaries and via `scn.load(...filter_by_resolution)`.
Resolution information for proteins in a given batch is accessible via the `ress` key when using DataLoaders to batch data, i.e. `batch.ress == (1.3,2.5,None,3.2)`. `None` represents structures that had no available X-ray resolution information.