Skip to content

Commit

Permalink
Release metatensor-rust v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Sep 11, 2024
1 parent f281de5 commit c0ff40b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions rust/metatensor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,14 @@ project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Removed
-->

## [Version 0.1.6](https://github.com/metatensor/metatensor/releases/tag/metatensor-rust-v0.1.6) - 2024-09-10

### Added

- Added support for serialization of TensorBlock with `TensorBlock::load`,
`TensorBlock::load_buffer`, `TensorBlock::save`, `TensorBlock::save_buffer`
and the corresponding functions in `metatensor::io`.
- `Labels::select` function, to sub-select labels entries.

## [Version 0.1.5](https://github.com/metatensor/metatensor/releases/tag/metatensor-rust-v0.1.5) - 2024-03-12

Expand Down
4 changes: 2 additions & 2 deletions rust/metatensor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metatensor"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
rust-version = "1.65"

Expand All @@ -14,7 +14,7 @@ license = "BSD-3-Clause"
bench = false

[dependencies]
metatensor-sys = {version = "0.1", path="../metatensor-sys"}
metatensor-sys = {version = "0.1.10", path="../metatensor-sys"}

once_cell = "1"
smallvec = {version = "1", features = ["union"]}
Expand Down

0 comments on commit c0ff40b

Please sign in to comment.