Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-10-17 | 3.7 kB | |
Version 1.0.4517010 source code.tar.gz | 2023-10-17 | 22.3 MB | |
Version 1.0.4517010 source code.zip | 2023-10-17 | 23.5 MB | |
Totals: 3 Items | 45.8 MB | 0 |
What's Changed
Bug fixes🛠️
- fix for comment following headers by @jonsequitur in https://github.com/dotnet/interactive/pull/3173
- fix parsing of multiple comment lines by @jonsequitur in https://github.com/dotnet/interactive/pull/3175
- tactical
#!set
fix for RequestInput.ValueName by @jonsequitur in https://github.com/dotnet/interactive/pull/3183 - Add missing telemetry test by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3219
- [main] Fix race in KernelScheduler by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3232
- Fix bug related to resetting of KernelScheduler._currentlyRunningTopLevelOperation by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3235
- Noop languages services commands in Typescript by @colombod in https://github.com/dotnet/interactive/pull/3268
Area-API
- Expand combinatorial testing of HTTP parser by @jonsequitur in https://github.com/dotnet/interactive/pull/3166
- fix [#2095]: remove SubmitCode.SubmissionType by @jonsequitur in https://github.com/dotnet/interactive/pull/3174
- remove nested commands' events from outer KernelCommandResult.Events by @jonsequitur in https://github.com/dotnet/interactive/pull/3177
- a couple small API cleanups by @jonsequitur in https://github.com/dotnet/interactive/pull/3193
- Remove unnecessary reference by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3196
- Refactor PackageManagement out of Kernel packages by @colombod in https://github.com/dotnet/interactive/pull/3206
- Kill Microsoft.DotNet.Interactive.Http.dll. by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3214
- Rename HttpRequestKernel to HttpKernel by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3231
- Rename HttpRequestParser package to Http.Parsing by @shyamnamboodiripad in https://github.com/dotnet/interactive/pull/3238
Area-Documentation
- WPF connect sample improvements by @jonsequitur in https://github.com/dotnet/interactive/pull/3180
- ai notebooks by @colombod in https://github.com/dotnet/interactive/pull/3182
- add docs for adding additional jupyter kernels by @shibbas in https://github.com/dotnet/interactive/pull/3185
- updated notebooks by @colombod in https://github.com/dotnet/interactive/pull/3189
- update docs for the polyglot notebooks to include using venvs by @shibbas in https://github.com/dotnet/interactive/pull/3190
- Clarified wording by @ShalokShalom in https://github.com/dotnet/interactive/pull/3215
Area-Formatting
- use PasswordString object by @colombod in https://github.com/dotnet/interactive/pull/3162
Area-Messaging, Comms, and Scheduling
- Remove the ChangeWorkingDirectory command by @ocallesp in https://github.com/dotnet/interactive/pull/3218
- don't allow internal commands to be set as event command by @jonsequitur in https://github.com/dotnet/interactive/pull/3252
Area-Packages and Extensions
- upgrade Microsoft.Data.Analysis by @colombod in https://github.com/dotnet/interactive/pull/3260
Area-Polyglot Notebooks Extension
- remove proposed api from json.config by @colombod in https://github.com/dotnet/interactive/pull/3251
Area-Jupyter sub-kernels
- Enable connecting to conda envs from Jupyter connect command by @shibbas in https://github.com/dotnet/interactive/pull/3184
Other Changes
- Stop bubbling
KernelCommandResult.Events
from child commands by @jonsequitur in https://github.com/dotnet/interactive/pull/3191
Full Changelog: https://github.com/dotnet/interactive/compare/v1.0.4461040...v1.0.4517010