]> www.ginac.de Git - ginac.git/commitdiff
Finalize 1.7.1 release. release_1-7-1
authorRichard Kreckel <kreckel@ginac.de>
Sat, 1 Oct 2016 22:46:08 +0000 (00:46 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sat, 1 Oct 2016 22:46:08 +0000 (00:46 +0200)
NEWS
ginac/version.h

diff --git a/NEWS b/NEWS
index 6319323ac094ab3bb03ba806d1a0b0eab72b6bb7..34587846579df256159b4344a278677892bd6736 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
 This file records noteworthy changes.
 
 This file records noteworthy changes.
 
+1.7.1 (2 October 2016)
+* Fix crash in basic::subs(), visible in classes which don't override it.
+* Fix convergence failure in Li_projection.
+* Fix cliffor_bar() and clifford_star().
+* Improve performance of clifford_to_lst().
+* Fix compilation issues, reduce compiler warnings.
+
 1.7.0 (30 April 2016)
 * Make use of C++11 features:
   - Use new language features 'auto', 'nullptr', 'constexpr', range-based for
 1.7.0 (30 April 2016)
 * Make use of C++11 features:
   - Use new language features 'auto', 'nullptr', 'constexpr', range-based for
index 8a62970d6a4d8a346ebf1c85b7c2011def81616b..f671f29b1c067861e76e263f2e2b7ca9121e3454 100644 (file)
@@ -30,7 +30,7 @@
 #define GINACLIB_MINOR_VERSION 7
 
 /* Micro version of GiNaC */
 #define GINACLIB_MINOR_VERSION 7
 
 /* Micro version of GiNaC */
-#define GINACLIB_MICRO_VERSION 0
+#define GINACLIB_MICRO_VERSION 1
 
 // GiNaC library version information. It has very little to do with GiNaC
 // version number. In particular, library version is OS dependent. 
 
 // GiNaC library version information. It has very little to do with GiNaC
 // version number. In particular, library version is OS dependent. 
@@ -50,7 +50,7 @@
 // for numbers that are omitted, except for shrinking the available space
 // of leftover numbers. Not something we need to worry about yet. ;-)
 #define GINAC_LT_CURRENT  6
 // for numbers that are omitted, except for shrinking the available space
 // of leftover numbers. Not something we need to worry about yet. ;-)
 #define GINAC_LT_CURRENT  6
-#define GINAC_LT_REVISION 0
+#define GINAC_LT_REVISION 1
 #define GINAC_LT_AGE      0
 
 /*
 #define GINAC_LT_AGE      0
 
 /*