Skip to content

Releases: odarbelaeze/vegas-lattice-rs

0.8.0

13 Sep 16:38
8521f88
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

04 Sep 08:12
ae71f23
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

04 Sep 07:54
faa8a2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

26 Aug 10:50
4acff4b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.2...0.6.0

0.5.2

25 Aug 15:09
ea5ea17
Compare
Choose a tag to compare

Full Changelog: 0.5.1...0.5.2

0.5.1

24 Feb 13:01
dbc8d64
Compare
Choose a tag to compare

Bubbled up the examples from lattice.rs to lib.rs.

Full Changelog: 0.5.0...0.5.1

0.5.0

06 Feb 10:24
68b7ca6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.5.0

0.4.0

09 Oct 21:22
ebd6437
Compare
Choose a tag to compare

Does general fix-ups here and there, cargo clippy many things, cargo fmt many things. Drop the itertools dependency.

0.3.0

04 Jan 04:06
Compare
Choose a tag to compare

Now you can go like:

$ vl check docs/bcc.json | vl pretty
{
  "size": [
    1.0,
    1.0,
    1.0
  ],
  "sites": [
    {"kind": "Fe", "position": [0.0, 0.0, 0.0], "tags": null},
    {"kind": "Pt", "position": [0.5, 0.5, 0.5], "tags": null}
  ],
  "vertices": [
    {"source": 0, "target": 1, "delta": [0, 0, 0], "tags": null},
    {"source": 0, "target": 1, "delta": [0, -1, 0], "tags": null},
    {"source": 0, "target": 1, "delta": [-1, 0, 0], "tags": null},
    {"source": 0, "target": 1, "delta": [-1, -1, 0], "tags": null}
  ]
}

so that lattices are more legible.

0.2.0

26 Dec 14:28
Compare
Choose a tag to compare

Adds support for the actual xyz file format, and fixes the mask command that previously would flip input images over the z axis.