IfSharp Versions Save

F# for Jupyter Notebooks

v3.0.4

4 years ago
  • F# 4.7.0
  • Updates to F# Compiler Service and Paket
  • Experimental .NET Core support to 3.1

v3.0.3

4 years ago
  • Bug fixes for JupyterLabs (preliminary support)
  • Helper scripts and dependencies update
  • Experimental version of .NET Core support (build from source)
  • More Docker improvements #187 #200 #211

v3.0.1

5 years ago

v3.0.0

5 years ago

Mitigate a stack overflow when using Mono https://github.com/fsprojects/IfSharp/issues/143 Update to .NET 4.7.1 giving initial support for .NET Standard 2.0 https://github.com/fsprojects/IfSharp/issues/181 Support getting dependencies directly from GitHub https://github.com/fsprojects/IfSharp/pull/179 Partial compatibility with Jupyter themes https://github.com/fsprojects/IfSharp/pull/180 Many version updates, significantly FSharp.Compiler.Service, FSharp.Compiler.Tools, and Paket

v3.0.0-beta3

6 years ago

Updated Paket & Paket.Core to strictly target 5.142.0 (this is to handle the deprecation of TLS 1.0 & 1.1) Many updated dependencies FCS, FSharp.Core Clearer error messages on missing Jupyter Initial helpers for FsLab Update cell status on using #N Reduced MSBuild dependency, easier builds on MacOS and Linux

v3.0.0-beta2

6 years ago

Improved code completion Updated F# Compiler services More reliable expression evaluation Paket 4 F# 4.1 Basic support for Google Charts Reduced dependency chain supporting smaller Python installs

v3.0.0-beta1

7 years ago

Rename to F# kernel for consistency with other kernels #98 Hotfix to deal with untrusted files - breaks Paket usage on Windows

v3.0.0-alpha4

7 years ago

Support comm_info_request fixing crashing Jupyter 4.x #95 #97 Enable Big Deedle with support for fsi-style printers #96 Resolve compatibility between Angara.Chart and XPlot - you can now use both in the same notebook.

v3.0.0-alpha3

7 years ago

New approach to charting, now done via helper scripts e.g. Angara.Charting.fsx, FSCharting.fsx, and XPlot.Plotly.fsx #61 #89 #88 We perform an install-time fetch of dependencies using the excellent Paket (https://github.com/fsprojects/Paket) #82 #86 Update to support F# 4.0, including update to newer F# Compiler Services

v3.0.0-alpha2

7 years ago

Safer installation and compatibility with launching via "jupyter notebook" #80 F# logo FSI toggle for type information #73 Better support on Mac and Linux with updated documentation #45