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, and- TensorMap;
- Implementation of - mts_array_t/- metatensor::DataArrayBasefor- torch::Tensor;
metatensor-torch Python#
Added#
- Expose TorchScript classes to Python; 
- Expose all functions from - metatensor-operationsas TorchScript compatible code;