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

Release v0.10.0

parent c3ff0c26
No related branches found
No related tags found
No related merge requests found
### 0.10.0 - 2016-11-05
* LaTeX: always emit braces around power operands
* LaTeX: formatter must not skip multiplication sign in some cases *~FoggyFinder*
* Infix: parsing sqrt, pow *~FoggyFinder*
* Infix: fix bug on parsing hyperbolic functions *~FoggyFinder*
* Evaluate: better error message when a symbol is missing *~Cer Lewis*
* Polynomial: generate from coefficients list *~Zaid-Ajaj*
* Rational: expand to algebraically expand result if its denominator is a number
### 0.9.0 - 2016-03-14
* MathML: basic strict MathML formatting and parsing support
* Infix/LaTeX: fix missing paranthesis when formatting denominator-free powers
......
......@@ -44,8 +44,8 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCulture("")>]
[<assembly: NeutralResourcesLanguage("en")>]
[<assembly: AssemblyVersion("0.9.0.0")>]
[<assembly: AssemblyFileVersion("0.9.0.0")>]
[<assembly: AssemblyInformationalVersion("0.9.0")>]
[<assembly: AssemblyVersion("0.10.0.0")>]
[<assembly: AssemblyFileVersion("0.10.0.0")>]
[<assembly: AssemblyInformationalVersion("0.10.0")>]
()
......@@ -9,8 +9,8 @@ open System.Runtime.InteropServices
[<assembly: AssemblyCompany("Math.NET Project")>]
[<assembly: AssemblyProduct("Math.NET Symbolics")>]
[<assembly: AssemblyVersion("0.9.0.0")>]
[<assembly: AssemblyFileVersion("0.9.0.0")>]
[<assembly: AssemblyInformationalVersion("0.9.0")>]
[<assembly: AssemblyVersion("0.10.0.0")>]
[<assembly: AssemblyFileVersion("0.10.0.0")>]
[<assembly: AssemblyInformationalVersion("0.10.0")>]
()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment