--- NEWS | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c8b40f9..31bacaf 100644 --- a/NEWS +++ b/NEWS @@ -2,11 +2,12 @@ This file records noteworthy changes. 1.5.0 (<date>) * Added polynomial factorization. -* Added an additional (recursive descent) expression parser. +* New, faster (recursive descent) expression parser. * Faster GCD computation. * gcd() now allows the user to override (some of the) heuristics. -* Replaced custum RTTI by standard C++ RTTI. -* Definition of archiving methods now optional when declaring a new GiNaC class. +* Writing extensions classes is simpler now: + - Replaced custom RTTI by standard C++ RTTI. + - Definition of archiving methods now optional when declaring a new GiNaC class. * Fixed recursion in polynomial divide that caused a significant slowdown in sqrfree(). * Improved lsolve() of systems containing non-numeric coefficients. -- 1.5.6.5
participants (1)
-
Alexei Sheplyakov