Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-05 | 4.1 kB | |
Version 1.0.4605020 source code.tar.gz | 2023-12-05 | 21.8 MB | |
Version 1.0.4605020 source code.zip | 2023-12-05 | 23.0 MB | |
Totals: 3 Items | 44.9 MB | 0 |
What's Changed
Exciting New Features 🎉
- Support for .NET8, C#12, and F#8
- Enable C#12 by @colombod in https://github.com/dotnet/interactive/pull/3338
- Add http kernel to the default set of kernels. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3351
Bug fixes🛠️
- return false on command and restrict cursor position >= 0 by @cartercanedy in https://github.com/dotnet/interactive/pull/3275
-
import bug by @colombod in https://github.com/dotnet/interactive/pull/3292
- Correctly set
@input
field names when#!set --name
is used by @jonsequitur in https://github.com/dotnet/interactive/pull/3302 - Fix language service error output by @jonsequitur in https://github.com/dotnet/interactive/pull/3311
- PowerShellKernel sends CommandFailed on unrecognized command by @jonsequitur in https://github.com/dotnet/interactive/pull/3326
Area-API
- support for collection shuffle by @colombod in https://github.com/dotnet/interactive/pull/3294
- Allow extensions to emit telemetry using PocketLogger by @jonsequitur in https://github.com/dotnet/interactive/pull/3299
- move namedpipe connector to separate by @colombod in https://github.com/dotnet/interactive/pull/3332
- Multi-target Microsoft.DotNet.Interactive.csproj to support both netstandard2.0 as well as net8.0 by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3246
- use scored value in ai utilities by @colombod in https://github.com/dotnet/interactive/pull/3354
Area-C
- a few small refactors in CSharpProject kernel by @jonsequitur in https://github.com/dotnet/interactive/pull/3300
Area-Documentation
- update chat agent notebook by @colombod in https://github.com/dotnet/interactive/pull/3273
- update ai notebooks by @colombod in https://github.com/dotnet/interactive/pull/3306
- update ai notebooks by @colombod in https://github.com/dotnet/interactive/pull/3330
- Fixed tpyos, added some instructions, and fixed an AI example. by @IntegerMan in https://github.com/dotnet/interactive/pull/3342
- A few miscellaneous docs updates by @jonsequitur in https://github.com/dotnet/interactive/pull/3344
- Update magic-commands.md with #!set by @marckruzik in https://github.com/dotnet/interactive/pull/3358
- update ai pacakge by @colombod in https://github.com/dotnet/interactive/pull/3369
Area-HTTP
- Relax error to warning by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3276
- Parser update to handle in file variables by @bleaphar in https://github.com/dotnet/interactive/pull/3309
- Check for embedded expressions in Url Node by @bleaphar in https://github.com/dotnet/interactive/pull/3345
- Fix traceparent in http kernel by @jonsequitur in https://github.com/dotnet/interactive/pull/3349
- rename ParserTests -> HttpParserTests by @jonsequitur in https://github.com/dotnet/interactive/pull/3368
Area-Language Services
- amend cursor position decrement logic & create language service command kernel test by @cartercanedy in https://github.com/dotnet/interactive/pull/3281
Area-PowerShell
- update PowerShell SDK to 7.4.0 by @jonsequitur in https://github.com/dotnet/interactive/pull/3346
Area-SQL / data querying
- Bump SQL and Kusto tool package versions to 1.3.0 by @corivera in https://github.com/dotnet/interactive/pull/3317
Area-Variable sharing
- Fix input prompt quoting issue by @jonsequitur in https://github.com/dotnet/interactive/pull/3360
Area-Visualization
- adds support for new diagrams by @colombod in https://github.com/dotnet/interactive/pull/3272
Area-Polyglot Notebooks Extension
- fix [#3352] by @jonsequitur in https://github.com/dotnet/interactive/pull/3353
- update extension messages for sdk install by @colombod in https://github.com/dotnet/interactive/pull/3366
New Contributors
- @cartercanedy made their first contribution in https://github.com/dotnet/interactive/pull/3275
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4517010...v1.0.4605020