git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d4ea19a
)
Finalize 1.7.11 release.
release_1-7-11
author
Richard Kreckel
<kreckel@ginac.de>
Mon, 3 Aug 2020 18:45:53 +0000
(20:45 +0200)
committer
Richard Kreckel
<kreckel@ginac.de>
Mon, 3 Aug 2020 18:45:53 +0000
(20:45 +0200)
NEWS
patch
|
blob
|
history
ginac/version.h
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index ef76b8552e913788fbe8ca1bfd9011865cc071e5..2a82f5ffe03f209e090a1c6c4cb3ebbfef018c18 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,5
+1,8
@@
This file records noteworthy changes.
This file records noteworthy changes.
+1.7.11 (3 August 2020)
+* Fix elusive bugs in factor() and in expand().
+
1.7.10 (28 June 2020)
* Fix collect_common_factors() for hidden zero arguments.
* Fix build on modern systems (C++20 and Python3).
1.7.10 (28 June 2020)
* Fix collect_common_factors() for hidden zero arguments.
* Fix build on modern systems (C++20 and Python3).
diff --git
a/ginac/version.h
b/ginac/version.h
index 0cf86731d89605338caba9f981d67024ab8e35cc..e87377a2d7c7779d205e8020e36c78282804db91 100644
(file)
--- a/
ginac/version.h
+++ b/
ginac/version.h
@@
-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 1
0
+#define GINACLIB_MICRO_VERSION 1
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.
@@
-53,7
+53,7
@@
// * change matrix inverse to use default argument (twice)
// * remove interfaces marked as deprecated
#define GINAC_LT_CURRENT 10
// * change matrix inverse to use default argument (twice)
// * remove interfaces marked as deprecated
#define GINAC_LT_CURRENT 10
-#define GINAC_LT_REVISION
4
+#define GINAC_LT_REVISION
5
#define GINAC_LT_AGE 4
/*
#define GINAC_LT_AGE 4
/*