-
-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: * fix bug affecting Cygwin compile (#21265) * combine some numerics in nested powers; (#21360) * fix and clean up `ex::coefficients()` (#20455) * `expand()` denominators too (#21302) * make `ex::combine_fractions()` recursive (#20858) * more `normal()` options (#21335) * Appell F1 function skeleton * updates from GiNaC https://github.com/pynac/pynac/releases/download/pynac-0.6.9/pynac-0.6.9 .tar.bz2 URL: https://trac.sagemath.org/21369 Reported by: rws Ticket author(s): Ralf Stephan, Erik M. Bray, Jeroen Demeyer Reviewer(s): Jeroen Demeyer, Ralf Stephan
- Loading branch information
Showing
7 changed files
with
70 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=pynac-VERSION.tar.bz2 | ||
sha1=d6d19ffeb50333223e93e1a07ff1448817d31a61 | ||
md5=c132dc9a661e4d73f01c1966758d3fd2 | ||
cksum=605014649 | ||
sha1=0ff1bb3502024b5dc606fbc0068e18512ec5ced9 | ||
md5=8a7d8c5db32bc71b095c5ec80ca245db | ||
cksum=4248608954 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.6.8 | ||
0.6.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters