Skip to content

Commit

Permalink
prepare 0.0.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Oct 10, 2023
1 parent c851a06 commit 4003fd1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 39 deletions.
65 changes: 30 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "uiua"
readme = "readme.md"
repository = "https://github.com/uiua-lang/uiua"
version = "0.0.17"
version = "0.0.18"

[dependencies]
ariadne = "0.3.0"
Expand Down
6 changes: 3 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

Uiua is not yet stable.

## 0.0.18 - 2023-10-??
If you are reading this on the website, then the features listed are live here.
## 0.0.18 - 2023-10-10
### Language
- **Major Change** [`distribute` ``](https://uiua.org/docs/distribute) now takes the array being distributed as its *last* argument, rather than its first
- Add [`where` ``](https://uiua.org/docs/where) function, which returns the indices of an array that have non-zero values
Expand All @@ -19,10 +18,11 @@ If you are reading this on the website, then the features listed are live here.
- `\uNNNN` for full Unicode sequences
### Interpreter
- The formatter now aligns consecutive end-of-line comments
- Fix a bug that prevented [`under` ``](https://uiua.org/docs/under) multidimensional [`take` ``](https://uiua.org/docs/take) and [`drop` ``](https://uiua.org/docs/drop) from working
- `NaN`s no longer propogate in [`min` ``](https://uiua.org/docs/min) and [`max` ``](https://uiua.org/docs/max)
- Fix a bug that prevented [`under` ``](https://uiua.org/docs/under) multidimensional [`take` ``](https://uiua.org/docs/take) and [`drop` ``](https://uiua.org/docs/drop) from working
- Fix a bug in how [`fold` ``](https://uiua.org/docs/fold) ordered multiple accumulators
- Fix a bug that allowed incorrect signatures to be declared for functions
- Fix a bunch of other bugs and crashes
### Website
- Add the Uiua386 font as an option in the editor

Expand Down

0 comments on commit 4003fd1

Please sign in to comment.