-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,41 @@ | ||
## 0.10.0 | ||
Published December 7, 2024 | ||
|
||
### [@quri/squiggle-lang](https://www.npmjs.com/package/@quri/squiggle-lang) | ||
|
||
* Partial compile-time type checking and inference ([`9a6da67`](https://github.com/quantified-uncertainty/squiggle/commit/9a6da67fb67ff276cb349185d685ed8d91dcc8a6)) | ||
- Partial compile-time type checking and inference ([#3333](https://github.com/quantified-uncertainty/squiggle/pull/3333)) | ||
|
||
* Fix stack unwind in `try()` function ([`9a6da67`](https://github.com/quantified-uncertainty/squiggle/commit/9a6da67fb67ff276cb349185d685ed8d91dcc8a6)) | ||
- Fix stack unwind in `try()` function ([#3394](https://github.com/quantified-uncertainty/squiggle/pull/3394)) | ||
|
||
* Experimental: unit type annotations ([`9a6da67`](https://github.com/quantified-uncertainty/squiggle/commit/9a6da67fb67ff276cb349185d685ed8d91dcc8a6)) | ||
- Experimental: unit type annotations ([#3323](https://github.com/quantified-uncertainty/squiggle/pull/3323)) | ||
|
||
* Added `Number.mod` function ([`9a6da67`](https://github.com/quantified-uncertainty/squiggle/commit/9a6da67fb67ff276cb349185d685ed8d91dcc8a6)) | ||
- `String.make` supports d3 format strings for numbers and dates ([#3435](https://github.com/quantified-uncertainty/squiggle/pull/3435)) | ||
|
||
* String.make supports d3 format strings for numbers and dates ([`9a6da67`](https://github.com/quantified-uncertainty/squiggle/commit/9a6da67fb67ff276cb349185d685ed8d91dcc8a6)) | ||
- Fix minor parser quirks; allow line breaks in import statements and "a to b" expressions ([#3406](https://github.com/quantified-uncertainty/squiggle/pull/3406)) | ||
|
||
* Fix minor parser quirks; allow line breaks in import statements and "a to b" expressions ([`9a6da67`](https://github.com/quantified-uncertainty/squiggle/commit/9a6da67fb67ff276cb349185d685ed8d91dcc8a6)) | ||
* Added List.sample and List.sampleN ([#3398](https://github.com/quantified-uncertainty/squiggle/pull/3398)) | ||
|
||
- Added List.sample and List.sampleN ([#3398](https://github.com/quantified-uncertainty/squiggle/pull/3398)) | ||
* Added `Number.mod` function ([#3396](https://github.com/quantified-uncertainty/squiggle/pull/3396)) | ||
|
||
- Added Number.mod ([`a939793`](https://github.com/quantified-uncertainty/squiggle/commit/a939793a982aa57cc894b85debef293b68d7d358)) | ||
* Truncate long lists when converting to strings ([#3440](https://github.com/quantified-uncertainty/squiggle/pull/3440)) | ||
|
||
- Truncate long lists when converting to strings ([#3440](https://github.com/quantified-uncertainty/squiggle/pull/3440)) | ||
|
||
- Added Number.maxValue and Number.minValue ([#3397](https://github.com/quantified-uncertainty/squiggle/pull/3397)) | ||
* Added `Number.maxValue` and `Number.minValue` ([#3397](https://github.com/quantified-uncertainty/squiggle/pull/3397)) | ||
|
||
### [@quri/squiggle-components](https://www.npmjs.com/package/@quri/squiggle-components) | ||
|
||
* Most viewer items begin in collapsed state ([`9a6da67`](https://github.com/quantified-uncertainty/squiggle/commit/9a6da67fb67ff276cb349185d685ed8d91dcc8a6)) | ||
- Most viewer items begin in collapsed state ([#3425](https://github.com/quantified-uncertainty/squiggle/pull/3425)) | ||
|
||
* Improve viewer UI ([`9a6da67`](https://github.com/quantified-uncertainty/squiggle/commit/9a6da67fb67ff276cb349185d685ed8d91dcc8a6)) | ||
- Improve viewer UI ([#3364](https://github.com/quantified-uncertainty/squiggle/pull/3364)) | ||
|
||
* Fix error location reporting in editor ([`9a6da67`](https://github.com/quantified-uncertainty/squiggle/commit/9a6da67fb67ff276cb349185d685ed8d91dcc8a6)) | ||
- Fix error location reporting in editor ([#3368](https://github.com/quantified-uncertainty/squiggle/pull/3368)) | ||
|
||
### [@quri/prettier-plugin-squiggle](https://www.npmjs.com/package/@quri/prettier-plugin-squiggle) | ||
|
||
_No changes._ | ||
Compatible with Squiggle 0.10.0. No extension-specific changes. | ||
|
||
### [@quri/squiggle-textmate-grammar](https://www.npmjs.com/package/@quri/squiggle-textmate-grammar) | ||
|
||
_No changes._ | ||
Use 0.10.0 Squiggle. No extension-specific changes. | ||
|
||
### [vscode-squiggle](https://marketplace.visualstudio.com/items?itemName=QURI.vscode-squiggle) | ||
|
||
_No changes._ | ||
|
||
Use 0.10.0 Squiggle. No extension-specific changes. |