From 1a69b3dbf2bde3aa584d3d3f34c1146c580c095d Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 28 Apr 2026 00:55:32 +0200 Subject: [PATCH] Removed old .md --- current release.md | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 current release.md diff --git a/current release.md b/current release.md deleted file mode 100644 index 30759d6..0000000 --- a/current release.md +++ /dev/null @@ -1,11 +0,0 @@ -- Changed Quantity to Tensor that can use any shape and is a single @Vector. - Point being to add WebGPU easily from this. - Scalr suffer in performance tho, I will work on that - -Maybe I can do a jupiter like web interface with cells to make Dim analysis -I could: - - Use cells with a toy language - - A nice debugger to display current variables with dimensions, type and value - - Realtime error (I try to compile at change, display error on the cell) - - Integrate a small graphic API that use Raylib canvas - - COuld generate template at comptime =o