Mauricio Collares
00d2e24395
eclib: 20210223 -> 20190909
...
This reverts commits 003705ef08
and ef615b5a61
.
2021-04-22 14:06:56 +09:00
Garaba Flórián
a0f410646c
sage: use threejs fork
2021-04-22 14:06:56 +09:00
Mauricio Collares
594eda3b7d
sage: patch intermittently failing test
2021-03-23 22:09:29 -03:00
Mauricio Collares
15fd117e71
cypari2: 2.1.1 -> 2.1.2
...
* cypari2: 2.1.1 -> 2.1.2, patch to fix segfault
* sage: update test expectations
2021-03-23 22:09:29 -03:00
Mauricio Collares
f80271c7f0
sage: remove usage of deprecated numpy aliases
2021-03-09 21:28:46 -03:00
Mauricio Collares
3f02cdae14
sage: reenable pexpect interrupt test
2021-03-09 21:28:46 -03:00
Mauricio Collares
edc78bb31f
sage: update test expectations for arb and giac, prepare for pari 2.13
2021-03-09 20:54:55 -03:00
Mauricio Collares
a0f55e48fa
sage: use fetchSageDiff whenever possible
2021-03-09 20:54:55 -03:00
Mauricio Collares
ef615b5a61
sage: adapt for eclib output format changes
2021-03-06 12:28:52 -03:00
Mauricio Collares
4718aea896
sage: use slightly more robust way of getting threejs version
2021-02-25 22:31:27 -03:00
Mauricio Collares
7efa803a4b
sage: disable intermittent test
2021-02-25 22:31:27 -03:00
Сухарик
4746e1717f
sympy: 1.6.2 -> 1.7.1 ( #107663 )
...
* sympy: 1.6.2 -> 1.7.1
* sage: adapt tests to sympy 1.7
Co-authored-by: Mauricio Collares <mauricio@collares.org>
2021-01-06 17:10:30 +00:00
Mauricio Collares
8100c5a44b
sage: 8.9 -> 9.2 fixups
2020-12-15 16:51:42 -03:00
Masanori Ogino
5c4136daf7
sage: 8.9 -> 9.2
2020-12-14 19:24:18 -03:00
samlich
c0bd938e5c
sage: fix doctest matrix_double_dense is_unitary
2020-05-01 16:04:23 +00:00
Timo Kaufmann
ba589e24c9
sage: patch for pari 2.11.3
2020-03-12 12:24:41 +01:00
Timo Kaufmann
7133577405
sage: fix test suite with docutils 0.15
...
The better way to fix this would be to backport the upstream sphinx
patch:
faedcc48cc
Unfortunately it doesn't apply cleanly and isn't worth the effort
of backporting. Let's hope we can switch to python3 sage and the recent
sphinx version that comes with it before this becomes a problem.
2020-03-10 13:15:41 +01:00
Timo Kaufmann
8ac53ed0b1
python.pkgs.sympy: 1.4 -> 1.5
...
Sage needs some doctest changes. The patch was included upstream.
Modelled after https://trac.sagemath.org/ticket/28911 .
2019-12-26 11:46:42 +01:00
Timo Kaufmann
afb9887dbd
sage: backport fix for threejs r109
2019-11-06 14:40:16 +01:00
Timo Kaufmann
da7ec1c139
sage: ignore werkzeug immutable dict deprecation
2019-11-06 14:40:13 +01:00
Timo Kaufmann
32827e35d8
sage: ignore attrs deprecation warning
...
cmp is deprecated since attrs 19.2.0:
http://www.attrs.org/en/19.2.0/changelog.html
The deprecation warning breaks the doctests. Fortunately they have a
rather long deprecation window, so we can just wait until upstream(s)
fix this.
2019-10-30 22:27:00 +01:00
Timo Kaufmann
7a7e9c1b27
Merge pull request #64193 from timokau/sage-8.9
...
sage: 8.8 -> 8.9
2019-09-30 11:13:46 +00:00
Timo Kaufmann
d9176bee70
sage: 8.9.rc1 -> 8.9
2019-09-30 11:10:10 +02:00
R. RyanTM
faf9a73e2f
eclib: 20190226 -> 20190909
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eclib/versions
Relevant sage upstream ticket: https://trac.sagemath.org/ticket/28472
2019-09-26 16:41:50 +02:00
Timo Kaufmann
78741fc409
sage: 8.9.rc0 -> 8.9.rc1
2019-09-25 10:19:04 +02:00
Timo Kaufmann
1797c9c295
sage: 8.9.beta9 -> 8.9.rc0
...
Sage now by default expects the lcalc library to be named Lfunction
(instead of libLfunction). This could be changed by an environment
variable (https://trac.sagemath.org/ticket/28224 ), but various distros
seem to agree on this standard
(https://groups.google.com/forum/#!topic/sage-packaging/xvh55IxHTZg ) so
it's best just to follow it. The old standard was set by sage anyway and
sage is the only consumer of lcalc in nixpkgs.
2019-09-24 17:51:09 +02:00
Timo Kaufmann
5aba3be6f9
sage: 8.9.beta8 -> 8.9.beta9
2019-09-23 18:50:59 +02:00
Timo Kaufmann
8593d468ae
Merge remote-tracking branch 'upstream/master' into sage-8.9
2019-09-23 17:11:15 +02:00
Timo Kaufmann
84578046aa
sage: 8.9.beta7 -> 8.9.beta8
2019-09-03 15:34:28 +02:00
Timo Kaufmann
071a4db33e
sage: 8.9.beta6 -> 8.9.beta7
2019-08-19 00:16:06 +02:00
Timo Kaufmann
e8436f5e23
sage: 8.9.beta5 -> 8.9.beta6
2019-08-18 21:52:27 +02:00
Timo Kaufmann
192197dc6c
Merge pull request #65802 from timokau/sage-transient-debug
...
sage: add patch to debug transient issue
2019-08-17 00:33:05 +02:00
Timo Kaufmann
9ef44b3431
sage: move sympow cache to .sage
2019-08-09 17:45:14 +02:00
Timo Kaufmann
ddd3faf08e
sage: 8.9.beta4 -> 8.9.beta5
2019-08-07 15:33:15 +02:00
Timo Kaufmann
f6a1fe64eb
sage: 8.9.beta3 -> 8.9.beta4
2019-08-02 23:50:45 +02:00
Timo Kaufmann
dac4719e0b
sage: add patch to debug transient issue
2019-08-02 18:09:15 +02:00
Timo Kaufmann
b884552c35
sage: 8.9.beta2 -> 8.9.beta3
2019-08-02 01:03:33 +02:00
Timo Kaufmann
56bd506e42
sage: 8.9.beta0 -> 8.9.beta2
2019-07-11 19:42:01 +02:00
Timo Kaufmann
924c321e8a
sage: 8.8 -> 8.9.beta0
2019-07-02 23:02:36 +02:00
Timo Kaufmann
5b2db39c49
sage: 8.8.rc2 -> 8.8
2019-06-27 22:05:30 +02:00
Timo Kaufmann
e7d4386e0e
sage: 8.8.rc1 -> 8.8.rc2
2019-06-27 22:03:00 +02:00
Timo Kaufmann
218fd843a3
sage: 8.8.rc0 -> 8.8.rc1
2019-06-27 22:03:00 +02:00
Timo Kaufmann
409bee28b6
sage: 8.8.beta7 -> 8.8.rc0
2019-06-27 22:03:00 +02:00
Timo Kaufmann
c76e8fa86e
sage: 8.8.beta6 -> 8.8.beta7
2019-06-27 22:02:57 +02:00
Timo Kaufmann
9f434d7080
sage: 8.8.beta5 -> 8.8.beta6
2019-06-27 22:01:40 +02:00
Timo Kaufmann
325a5037bf
sage: 8.8.beta4 -> 8.8.beta5
2019-06-27 22:01:37 +02:00
Timo Kaufmann
240d4c31d2
sage: 8.8.beta3 -> 8.8.beta4
2019-06-27 21:57:33 +02:00
Timo Kaufmann
608948e3e9
sage: 8.8.beta2 -> 8.8.beta3
2019-06-27 21:57:33 +02:00
Timo Kaufmann
21c1ab6776
sage: 8.7 -> 8.8.beta2
2019-06-27 21:57:27 +02:00
Timo Kaufmann
2d78d928cd
sage: backport threejs r100 compatibility
...
https://github.com/NixOS/nixpkgs/issues/62736#issuecomment-503757429
2019-06-20 12:50:00 +02:00