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

Release v0.15.0

parent f973494e
No related branches found
No related tags found
No related merge requests found
### 0.15.0 - 2017-04-30
* Infix: support parsing approximations in exponential notation *~FoggyFinder*
* Functions: trigonometric functions sec, csc, cot *~FoggyFinder*
### 0.14.0 - 2017-02-12
* Infix/LaTeX: enforce culture invariant floating point format
* Infix/LaTeX: support for underscores in symbol names *~FoggyFinder*
......
......@@ -44,8 +44,8 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCulture("")>]
[<assembly: NeutralResourcesLanguage("en")>]
[<assembly: AssemblyVersion("0.14.0.0")>]
[<assembly: AssemblyFileVersion("0.14.0.0")>]
[<assembly: AssemblyInformationalVersion("0.14.0")>]
[<assembly: AssemblyVersion("0.15.0.0")>]
[<assembly: AssemblyFileVersion("0.15.0.0")>]
[<assembly: AssemblyInformationalVersion("0.15.0")>]
()
......@@ -9,8 +9,8 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCompany("Math.NET Project")>]
[<assembly: AssemblyProduct("Math.NET Symbolics")>]
[<assembly: AssemblyVersion("0.14.0.0")>]
[<assembly: AssemblyFileVersion("0.14.0.0")>]
[<assembly: AssemblyInformationalVersion("0.14.0")>]
[<assembly: AssemblyVersion("0.15.0.0")>]
[<assembly: AssemblyFileVersion("0.15.0.0")>]
[<assembly: AssemblyInformationalVersion("0.15.0")>]
()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment