<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mdarray-demo/src/main.rs, branch main</title>
<subtitle>Demonstration of mdarray usage and features</subtitle>
<id>https://git.grothesque.org/mdarray-demo/atom?h=main</id>
<link rel='self' href='https://git.grothesque.org/mdarray-demo/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/'/>
<updated>2026-03-25T17:19:32Z</updated>
<entry>
<title>Catch up with upstream (merge of Array and Tensor)</title>
<updated>2026-03-25T17:19:32Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2026-02-09T11:03:27Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=7b13a377a6db6365f76afa6e8560a39733cf542d'/>
<id>urn:sha1:7b13a377a6db6365f76afa6e8560a39733cf542d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add expressions</title>
<updated>2026-02-09T10:49:46Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2026-02-09T10:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=1c0916d182df7d6f438cc6283140aecc519b41b6'/>
<id>urn:sha1:1c0916d182df7d6f438cc6283140aecc519b41b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shorten arange-like code</title>
<updated>2025-12-02T15:31:34Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2025-12-02T15:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=33938712af1b7191cf18c8a06f214b61dc279d02'/>
<id>urn:sha1:33938712af1b7191cf18c8a06f214b61dc279d02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use clearer generic dimension types</title>
<updated>2025-12-01T16:29:02Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2025-12-01T16:29:02Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=c087e1860fc1ec8faf65bc5a9af86733066577cf'/>
<id>urn:sha1:c087e1860fc1ec8faf65bc5a9af86733066577cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Demonstrate working with uninitialized memory</title>
<updated>2025-04-30T11:10:14Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2025-04-30T11:10:14Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=4613cb09543f053a44b0c0afb711e50b16f3cf07'/>
<id>urn:sha1:4613cb09543f053a44b0c0afb711e50b16f3cf07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Catch up with upstream</title>
<updated>2025-04-30T08:52:07Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2025-04-30T08:52:07Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=58916e3e1b9e668838e1cf8947ead046b47fd0e2'/>
<id>urn:sha1:58916e3e1b9e668838e1cf8947ead046b47fd0e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Demonstrate reorder(=transpose)</title>
<updated>2025-04-30T08:51:20Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2025-04-30T08:51:20Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=425adfa8e2afd903d3900b9d9562f380d54bd9b4'/>
<id>urn:sha1:425adfa8e2afd903d3900b9d9562f380d54bd9b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop printing type names (can be queried using LSP)</title>
<updated>2025-03-07T19:17:51Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2025-03-07T19:17:51Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=9fa857217a628bdae8377eda63ea9d5942bbe3df'/>
<id>urn:sha1:9fa857217a628bdae8377eda63ea9d5942bbe3df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add indexing</title>
<updated>2025-03-06T13:56:27Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2025-03-06T13:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=222333ff80dd678b32f1a6d491498ccb69fa68e2'/>
<id>urn:sha1:222333ff80dd678b32f1a6d491498ccb69fa68e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use from_fn</title>
<updated>2025-03-06T10:40:22Z</updated>
<author>
<name>Christoph Groth</name>
<email>christoph.groth@cea.fr</email>
</author>
<published>2025-03-06T10:40:22Z</published>
<link rel='alternate' type='text/html' href='https://git.grothesque.org/mdarray-demo/commit/?id=5da8670c2715315a9b86a1e4168699e6f6d81693'/>
<id>urn:sha1:5da8670c2715315a9b86a1e4168699e6f6d81693</id>
<content type='text'>
</content>
</entry>
</feed>
