You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ Uiua is not yet stable.
5
5
## 0.16.0 - 2025-??-??
6
6
This version is not yet released. If you are reading this on the website, then these changes are live here.
7
7
### Language
8
+
-**Breaking Change** - [`repeat ⍥`](https://uiua.org/docs/repeat) and [`do ⍢`](https://uiua.org/docs/do) now accumulate excess values into arrays if their function has more outputs than arguments
9
+
- This makes a lot of accumulation patterns much shorter and simpler
10
+
- These loops now always have well-defined signatures
11
+
- This breaks the common pattern of wrapping these loops in `[]`s, which is now unnecessary and will need to be changed in your code
8
12
-**Breaking Change** - [`fill ⬚`](https://uiua.org/docs/fill)ed [`scan \\`](https://uiua.org/docs/scan) no longer uses the fill value as the first row
9
13
-**Breaking Change** - [`fft`](https://uiua.org/docs/fft) now works along every axis of an array rather than only its last
0 commit comments