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

Release v0.9.0

parent 15fb4037
No related branches found
No related tags found
No related merge requests found
### 0.9.0 - 2016-03-14
* MathML: basic strict MathML formatting and parsing support
* Infix/LaTeX: fix missing paranthesis when formatting denominator-free powers
* LaTeX: fix symbols when formatting arcsin, arccos or arctan
* Expression: refactoring; operators are now implemented in module instead of class
### 0.8.0 - 2016-01-09
* Simplification: more consistent behavior on infinity and complex infinity
* Expression: new Constant expression leaf nodes (e, pi, I, real/floating-point)
......
......@@ -44,8 +44,8 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCulture("")>]
[<assembly: NeutralResourcesLanguage("en")>]
[<assembly: AssemblyVersion("0.8.0.0")>]
[<assembly: AssemblyFileVersion("0.8.0.0")>]
[<assembly: AssemblyInformationalVersion("0.8.0")>]
[<assembly: AssemblyVersion("0.9.0.0")>]
[<assembly: AssemblyFileVersion("0.9.0.0")>]
[<assembly: AssemblyInformationalVersion("0.9.0")>]
()
......@@ -9,8 +9,8 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCompany("Math.NET Project")>]
[<assembly: AssemblyProduct("Math.NET Symbolics")>]
[<assembly: AssemblyVersion("0.8.0.0")>]
[<assembly: AssemblyFileVersion("0.8.0.0")>]
[<assembly: AssemblyInformationalVersion("0.8.0")>]
[<assembly: AssemblyVersion("0.9.0.0")>]
[<assembly: AssemblyFileVersion("0.9.0.0")>]
[<assembly: AssemblyInformationalVersion("0.9.0")>]
()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment