Changelog#
All notable changes to metatensor-torch are documented here, following the keep a changelog format. This project follows Semantic Versioning.
Unreleased#
Version 0.1.0 - 2023-10-11#
metatensor-torch C++#
Added#
TorchScript bindings to all metatensor-core class:
Labels,LabelsEntry,TensorBlock, andTensorMap;Implementation of
mts_array_t/metatensor::DataArrayBasefortorch::Tensor;
metatensor-torch Python#
Added#
Expose TorchScript classes to Python;
Expose all functions from
metatensor-operationsas TorchScript compatible code;