Changelog#
All notable changes to metatensor-learn are documented here, following the keep a changelog format. This project follows Semantic Versioning.
Unreleased#
Version 0.1.0 - 2024-01-26#
Added#
ModuleMap
andLinear
modules, following torch.nn.ModuleDict and torch.nn.Linear in PyTorch but adapted forTensorMap
’s (#427)Dataset
andDataLoader
facilities, following the corresponding classes in PyTorch (#428)