Skip to content
Snippets Groups Projects
Commit f11b2a79 authored by Christoph Ruegg's avatar Christoph Ruegg
Browse files

Release v0.21.0

parent 74115506
No related branches found
No related tags found
No related merge requests found
### 0.21.0 - 2020-05-02
* Support for compact powers of functions in visual expressions. Enabled by default for LaTeX.
* Simplified visual expression styles, no more customizable function mapping.
* Visual expressions can now be converted to full algebraic expressions.
* More convenient interop with primitive number types
* Uses Math.NET Numerics v4.9.1
* Build with .NET Core SDK 3.1.1
### 0.20.0 - 2018-11-18
* Bind bessel, hankel functions to Math.NET Numerics special functions *~Jong Hyun Kim*
* Bessel ratio functions *~Jong Hyun Kim*
......
......@@ -9,8 +9,8 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCompany("Math.NET Project")>]
[<assembly: AssemblyProduct("Math.NET Symbolics")>]
[<assembly: AssemblyVersion("0.20.0.0")>]
[<assembly: AssemblyFileVersion("0.20.0.0")>]
[<assembly: AssemblyInformationalVersion("0.20.0")>]
[<assembly: AssemblyVersion("0.21.0.0")>]
[<assembly: AssemblyFileVersion("0.21.0.0")>]
[<assembly: AssemblyInformationalVersion("0.21.0")>]
()
......@@ -44,8 +44,8 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCulture("")>]
[<assembly: NeutralResourcesLanguage("en")>]
[<assembly: AssemblyVersion("0.20.0.0")>]
[<assembly: AssemblyFileVersion("0.20.0.0")>]
[<assembly: AssemblyInformationalVersion("0.20.0")>]
[<assembly: AssemblyVersion("0.21.0.0")>]
[<assembly: AssemblyFileVersion("0.21.0.0")>]
[<assembly: AssemblyInformationalVersion("0.21.0")>]
()
......@@ -7,15 +7,16 @@
<RootNamespace>MathNet.Symbolics</RootNamespace>
<IsPackable>true</IsPackable>
<PackageId>MathNet.Symbolics$(PackageIdSuffix)</PackageId>
<VersionPrefix>0.20.0</VersionPrefix>
<VersionPrefix>0.21.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Title>Math.NET Symbolics$(TitleSuffix)</Title>
<Description>Math.NET Symbolics is a basic open source computer algebra library for .Net and Mono. Written in F# but works well in C# as well. Supports .Net Framework 4.5 or higher and .Net Standard 2.0 or higher, on Windows, Linux and Mac.$(DescriptionSuffix)</Description>
<PackageReleaseNotes>Bind bessel, hankel functions to Math.NET Numerics special functions ~Jong Hyun Kim
Bessel ratio functions ~Jong Hyun Kim
Airy functions ~Jong Hyun Kim
Docs/Website Improvements, Examples for more languages ~FoggyFinder
Uses Math.NET Numerics v4.7</PackageReleaseNotes>
<PackageReleaseNotes>Support for compact powers of functions in visual expressions. Enabled by default for LaTeX.
Simplified visual expression styles, no more customizable function mapping.
Visual expressions can now be converted to full algebraic expressions.
More convenient interop with primitive number types
Uses Math.NET Numerics v4.9.1
Build with .NET Core SDK 3.1.1</PackageReleaseNotes>
<PackageTags>fsharp F# math symbolics algebra simplify solve cas parse</PackageTags>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment