Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

SageMath

Creating a viable free open source alternative to Magma, Maple, Mathematica and Matlab
Collective - Host: opensource - https://opencollective.com/sage_math - Website: https://sagemath.org - Code: https://github.com/sagemath

bits of documentation fiddling and improvements.

github.com/sagemath/sagetex - e09601156eee8f2c0a7b7b6a23246163a0ed91eb authored over 15 years ago
trac #5767 -- Bring coverage of plot3d/base.pyx up to 87%.

github.com/sagemath/sagelib - 5d9d131e49397a1013b4ba7430b02cb4d587e879 authored over 15 years ago
#4337: fix broken doctest in bordeaux_2008

github.com/sagemath/sagelib - c536df86aa7db9fb2357c1ce0958a734519ec1fc authored over 15 years ago
trac 6016: reviewer patch

github.com/sagemath/sagelib - c16bbd2b5a571220b74f29cd447bd231a8b172f3 authored over 15 years ago
Trac #6106: Added factor to fraction_field_element class.

github.com/sagemath/sagelib - 305a3461a51aa83f73268b1a323338a8773c944d authored over 15 years ago
Fix doctest fallout from clisp->ecl switch (#6024)

github.com/sagemath/sagelib - 657fb45b5c6a692635bd341209580db4fdd72605 authored over 15 years ago
For #5929: fix hang in maxima/ecl due to assumption questions

When maxima asks a question, current code sends CTRL-C
twice to break, then raises an exception....

github.com/sagemath/sagelib - 5f145cec4ce7ee9bdf10eb0e829bf91b4d1e7d96 authored over 15 years ago
For #5929: fix timeout in maxima/ecl due to out-of-synch condition

This is triggered by the following doctest
{{{
sage: maxima._sendstr('1/1'*500)
sage: maxima('2+...

github.com/sagemath/sagelib - da6581db845c8488ef85e03a235a58494c592165 authored over 15 years ago
trac 6015: bring doctest coverage of set.py to 96%

github.com/sagemath/sagelib - a1409a07b99fc6fdf07c0e704c5c4ca82806d3bd authored over 15 years ago
[mq]: trac_5787_pt3.patch

github.com/sagemath/sagelib - d004194eb57c7f9fa9032fbdfb8bd9234e436029 authored over 15 years ago
#5250: sort out a conflict with #4357

github.com/sagemath/sagelib - c632f1c003c77048780f1104e36f196d50fc777e authored over 15 years ago
Hexads on S(5,6,12) and mathematical blackjack. - wdj:wq

github.com/sagemath/sagelib - f9014f8294a53a275fe065296d4248c87d26978a authored over 15 years ago
#6013: rewrite number field relativize to be much faster

github.com/sagemath/sagelib - 8ea94316142df2075a0c1280fb4a1ba9cd19d8e4 authored over 15 years ago
implement pdflatex

github.com/sagemath/sagelib - e99ff000ef658f5bbf49fb79d84239969aa28be9 authored over 15 years ago
Split main dtx file into three files.

--HG--
rename : sagetexpackage.dtx => py-and-sty.dtx
rename : sagetexpackage.dtx => scripts.dtx

github.com/sagemath/sagetex - ff51e397138aa59cd36c46967f5ef2bbbf47b62f authored over 15 years ago
Split main dtx file into three files.

github.com/sagemath/sagetex - 647ce69093558e4c5cda3883a54b0b4c5de7008a authored over 15 years ago
trac 6011: reviewer patch; add consistency to the whole module

github.com/sagemath/sagelib - be03d4c1c03d3f6ac2488de57ad01848029f3ccb authored over 15 years ago
trac 6007: reviewer patch; add consistency to the whole module

github.com/sagemath/sagelib - 6b7b7ac11af9f6deaf8e6d5bc6d39123f60877f8 authored over 15 years ago
Trac 6009: reviewer patch; fix typos, add consistency to the whole module

github.com/sagemath/sagelib - 592d1b26e1210055f146849e1bba3440c7a7ab57 authored over 15 years ago
Bring plot/arrow.py to 100% coverage, with tiny plot3d enhancement.

github.com/sagemath/sagelib - 4413f55b54bfd0cb4ffdc55ffeaa249596019d5d authored over 15 years ago
Brings plot/text.py to 100% coverage.

github.com/sagemath/sagelib - e6e9b5b123885f077af26127eb19f3d6a517c3bd authored over 15 years ago
Improvements to elliptic curve torsion computation

github.com/sagemath/sagelib - 5da8f5cf8c44c199f0af879c0f44314bbb160921 authored over 15 years ago
Brings plot/primitive.py to 100% coverage.

github.com/sagemath/sagelib - f5b5d76572aa340ec1e700b9aa72dbf94dc0de1a authored over 15 years ago
#4357: further fixes suggested by the referee

github.com/sagemath/sagelib - 020f6cac3417fa2ec6dc99c7139268010b99c160 authored over 15 years ago
#4337: fix accidental breakage for modular forms over non-minimal base rings

github.com/sagemath/sagelib - f86efd39952d7a067aea2fbfb3cd44ba7a76b11c authored over 15 years ago
More doctesting for sage/modular/hecke (see trac #5787).

github.com/sagemath/sagelib - 41cb39d0be561a9a025cd720318985e01774597d authored over 15 years ago
Referee patch for trac #4337.

github.com/sagemath/sagelib - 2fca4da8e7e33778ae1148feeaea3b986bb8d0e8 authored over 15 years ago
Brings plot/point.py to 100% coverage and enhances plot3d method.

github.com/sagemath/sagelib - 2eb0ef7ebeb4cd6158db7199602b3445d2d55352 authored over 15 years ago
Implementation of crystal of letters for type E_6

It gives B(\Lambda_1) and its dual B(\Lambda_6)

github.com/sagemath/sagelib - 995b15fe72381f1808133c4609e7c83265aeb490 authored over 15 years ago
trac 5997: reviewer patch; fix trivial typo

github.com/sagemath/sagelib - aa68d558122bae1302a52989200dfa8cebbdf84b authored over 15 years ago
trac 5974 -- part 4 -- address a referee comment.

github.com/sagemath/sagelib - 822961e9e029d2bc445f663cc6a8a6c65f7506fb authored over 15 years ago
[mq]: trac_6004-odd-degree-model.patch

github.com/sagemath/sagelib - 595a6f61ddb1638a0c92fe75cd4b4a0a3d4b6e2a authored over 15 years ago
[mq]: trac_6004-odd-degree-model.patch

github.com/sagemath/sagelib - a8f768f4167902c1de725fd6a209ddc1d6f6ab13 authored over 15 years ago
#5250: fix various bugs in multiplicative groups of integer mod rings

github.com/sagemath/sagelib - 4c245726f61b4b35e8327d09f1517a30a0b0b7cd authored over 15 years ago
Cosmetic touch-ups on trac #5923.

github.com/sagemath/sagelib - 27d4f0ad41dc1918905d1092755c458080086416 authored over 15 years ago
patch for #5716

github.com/sagemath/sagelib - 991391c5177a7f9c1203252dc8618e6ccba33cb4 authored over 15 years ago
#6000: Sets enumerated by exploring a search space with a (lazy) tree or graph structure.

This patches extend the sage.combinat.backtrack library with other
generic tools for constructin...

github.com/sagemath/sagelib - 77d5077bf96a2c3caece9b2c5ed5c9c4543bfd30 authored over 15 years ago
trac_5794-revised.patch modified for combinat server

github.com/sagemath/sagelib - 5aec52e5bc19cc4e1bc78546ef6e0f825070dfd8 authored over 15 years ago
[mq]: trac_5243-fixes.patch

github.com/sagemath/sagelib - 79593889b88c5016913804d71202f4d57d51fa57 authored over 15 years ago
[mq]: 64-bit-doctest.patch

github.com/sagemath/sagelib - 5550c471cd9fabbfed1089a03e98f351e93442cb authored over 15 years ago
Trac #5990: developer's guide -- info on spkg files

github.com/sagemath/sagelib - dc43c64b8bce491af14e409355b43bdb40fa1f0d authored over 15 years ago
trac 5249 -- implicit_plot3d functionality (isosurfaces, 3d contour plots, etc.)

github.com/sagemath/sagelib - fc68685024a1920f96e67f932c848ba0a23704e0 authored over 15 years ago
#4337: compute action of Hecke operators on Gamma_1(N) modular forms

github.com/sagemath/sagelib - e00ef48094362f8e6c4ea26d5f309e019e67d9cc authored over 15 years ago
#6071: weight 1 Eisenstein series

github.com/sagemath/sagelib - de955318aeff0d848c2cd48c4417c30c8e11c20d authored over 15 years ago
itrac 5969 -- part 1 -- implement computation of rational cuspidal subgroups of modular abelian varieties

github.com/sagemath/sagelib - 9131fa376320cd14c417b7137145920094f6ec62 authored over 15 years ago
Fix cmp related doctest failure in sage/modular/arithgroup/arithgroup_perm.py (#5984)

github.com/sagemath/sagelib - 25232b684e1ab9bf3cde596f49c8e008e0082e5e authored over 15 years ago
Fix cmp related doctest failure in sage/schemes/jacobians/abstract_jacobian.py (#5983)

github.com/sagemath/sagelib - 54beac24d0b34b66998a30551a41eb82d4c06488 authored over 15 years ago
Sage 3.4.2: prime_pi() broken on 32 bit (#5981)

github.com/sagemath/sagelib - df706719548ec69406893d7591b6fac186bdfccc authored over 15 years ago
#5979 Parent: fixes broken (implicit) invariant between ._element_constructor and self._element_init_pass_parent

In Parent, there is a (previously implicit) invariant, namely that:

self._element_init_pass_pa...

github.com/sagemath/sagelib - 2ee36138caaa53cbd530aad627227c4ce87c312a authored over 15 years ago
trac 5974 -- the generic linear_combination_of_rows and linear_combination_of_columns functions for matrices are very stupidly slow (one more special case)

github.com/sagemath/sagelib - 45e10341f019f914169c7b88d17de0c9f3719657 authored over 15 years ago
trac 5974 -- the generic linear_combination_of_rows and linear_combination_of_columns functions for matrices are very stupidly slow (fix another bug uncovered by that optimization -- cyclotomic matrix multiply).

github.com/sagemath/sagelib - fa10bfde533c2e00704e0d4f618ee3d918e227f0 authored over 15 years ago
#5968: referee fixes

github.com/sagemath/sagelib - 6254a2df4c7c4aa359f5f0c693ef0037407f68ba authored over 15 years ago
Added tag 3.4.2 for changeset 0447e189b343

github.com/sagemath/sagelib - 211cc9a75025b0ac932ccdb855536c60bd08b0f7 authored over 15 years ago
change doctest so that we check for Primes being != to x^2+x (#5966)

github.com/sagemath/sagelib - e3eb411f64f802682957af57336ea1cf3f9e75b8 authored over 15 years ago
trac 5974 -- the generic linear_combination_of_rows and linear_combination_of_columns functions for matrices are very stupidly and slow (also, fix a bug in echelon form that I uncovered)

github.com/sagemath/sagelib - 43c09c42ae2e3231bcbfe9763993490b347700b4 authored over 15 years ago
Raise NotImplementedError for n>2^40+1 for prime_pi due to wrong results on 32 bit boxen for 2^46 (#5963)

github.com/sagemath/sagelib - eeb1dcb4d7025f9e866432f34a531e2cb3514f34 authored over 15 years ago
Fix Maxima related doctest failure in matrix/matrix_symbolic_dense.pyx (#5957)

github.com/sagemath/sagelib - ae81eea2ef750eb37e2986cd3b8b25e945ae7d7d authored over 15 years ago
trac 5972 -- segfault in degenerate matrix multiply

github.com/sagemath/sagelib - 3df94e3d05ed2a30e89cff784f41ccb254bdea21 authored over 15 years ago
trac #5968 -- part 2 -- increase doctest coverage of sage/modular/modsym/modular_symbols.py from 0% to 100%

github.com/sagemath/sagelib - eabd786c5b27c74d9c48175a3d0181851fce0505 authored over 15 years ago
trac 5968 -- increase doctest coverage of sage/modular/modsym/modular_symbols.py from 0% to 100%

github.com/sagemath/sagelib - 6d7005dd5f6b9e586d4eb1098febd13a08e9bdb7 authored over 15 years ago
trac 5887 -- patch to address referee comments.

github.com/sagemath/sagelib - 269d6dd4733bf8b19c54984c7c994d8a53f76dc3 authored over 15 years ago
trac #5887 -- major bugs in morphisms of R-modules (rebased against 3.4.2.rc0)

github.com/sagemath/sagelib - 765717637f9b9c25d2ee95a98c4bb93381ee3579 authored over 15 years ago
Minor changes to latest patch for Ticket #5834

This patch:
- removes the last four appearances of hilbert_symbol_rational()
- adds an e...

github.com/sagemath/sagelib - 16896760a4261dfd2e1fb6f4c8922cd89741223c authored over 15 years ago
#5449 Implement a variant of @cached_method with cache stored in the parent

When the elements of a parent do not have unique representation, it
can be desirable to store th...

github.com/sagemath/sagelib - 1e1ab9ad2ced5a05a7746742ba5a5d4ff45d5549 authored over 15 years ago
#5923: fix bug with Pari integers in modular form constructor

github.com/sagemath/sagelib - e5a26c9cff553f4f2df9cfd134ae76f31edfdb7b authored over 15 years ago
#5262: fix computation of sign in functional equation for cusp form L-series

github.com/sagemath/sagelib - f41e69e612432ab5e55d479cab774aa24540f013 authored over 15 years ago
add slopes() function for overconvergent forms (Lloyd Kilford's code)

github.com/sagemath/sagelib - e22229ea2520596f88ef3befeda0bb8b21c03154 authored over 15 years ago
Disable (long blocking) download option for public (accounts=True) notebook servers

github.com/sagemath/sagelib - d6983c0aa6c9d8d2a893fa3a07dab6ce7de55d2a authored over 15 years ago
Added documentation/doctests for all quadratic form genus symbol routines.

Also:
- Replaced the signature routine in genera/genus.py
- (Re)wrote the signature_vect...

github.com/sagemath/sagelib - e6a8276f24af446a8cf57f7e0b67f96172aeae74 authored over 15 years ago
extra patch for 5953

github.com/sagemath/sagelib - 346bd421da3894a11effa79ed471d3aed4499368 authored over 15 years ago
Fix ReST formatting issues in modular/modform/vm_basis.py (#5953)

github.com/sagemath/sagelib - 7448cc27e66baaf2aa4d97646fd0979a291e35f4 authored over 15 years ago
#5736: further fixes

github.com/sagemath/sagelib - cfcdfa0aa15c558c8532046e87b1a68f409d2a33 authored over 15 years ago
3.4.2 ref manual fixes for misc/latex.py, misc/latex_macros.py

github.com/sagemath/sagelib - c2137f638d8a74dcab24ffd68c9af20203b4fa7b authored over 15 years ago
random simplicial complexes

github.com/sagemath/sagelib - e412df418f53538a3ba3a1f75e5cd3dbb8bc6f56 authored over 15 years ago
#4357: fix new_subspace for modular forms spaces

github.com/sagemath/sagelib - e433b0a05226ae035aab525b4b3b7b94108ddfe8 authored over 15 years ago
Ascii art for Dynkin diagrams

github.com/sagemath/sagelib - 249cb5f51f73edcfece8a4830a5e6d6d90d92bc0 authored over 15 years ago
trac 5557: add doctests

github.com/sagemath/sagelib - 49cc4ba30f399430cdbc64846c6bb4001ef54e7a authored over 15 years ago
Added tag 3.4.2.rc0 for changeset e52b22e17523

github.com/sagemath/sagelib - 83e4a692a5e1e578b51cd029d6f86c00d3677fcd authored over 15 years ago
Remove files with zero bytes length

github.com/sagemath/sagelib - 895c444da81c16f5571f278f33194f1e6bf2be0b authored over 15 years ago
trac 5824 -- remove dsage from core of sage library.

github.com/sagemath/sagelib - 36a7cb127b360412c2db825c602721553713da56 authored over 15 years ago
Fixed the subposet construction (Ticket #5283)

github.com/sagemath/sagelib - d1afc52562c40f3c89f45b16e9b1343f9de1941c authored over 15 years ago
Implemented __cmp__ for poset elements (to deal with #5280).

github.com/sagemath/sagelib - dc386c8dfd44a3cb533bd83d91ffafef1d93d5b7 authored over 15 years ago
Fixes content function for p-adic polynomials: now returns p^k instead of k, and raises a TypeError if the base ring is a field.

github.com/sagemath/sagelib - 67c3965fd449231f64033b81a3f4cf6046e98e0e authored over 15 years ago
Fixed #5881: __cmp__ is random-ish in root_system/type_dual.py also (analog to #5811)

github.com/sagemath/sagelib - ad98a027f39769f3e3aea71c6ce80f3ceaffb8c5 authored over 15 years ago
Remove empty file sage/catalogue/__init__.py

github.com/sagemath/sagelib - 80faa03dc8a999d79a880f6320bfa2a87aeda8a6 authored over 15 years ago
Make graphs.trees use new constant time program.

github.com/sagemath/sagelib - d2f39f833f23d4ab635c0fabeca62c756622c18c authored over 15 years ago
trac 5114: add doctests showing that the issue is fixed

github.com/sagemath/sagelib - 0e1bb16abee65223e49ce552e4f640be7f5af440 authored over 15 years ago
trac 5856: make elliptic curves over Z/pZ behave like elliptic curves over finite fields

github.com/sagemath/sagelib - b621ecec84ba43bf995cf6af982526a063d2620a authored over 15 years ago
[mq]: trac_5918-typos.patch

github.com/sagemath/sagelib - ce4070561b1352f35eeb1430eb5420d16669f8eb authored over 15 years ago
Bugfixes for InfinitePolynomialRings

github.com/sagemath/sagelib - 601a16f6317f88983a08d8805a2f96b414d5ac4a authored over 15 years ago
trac 5921: fix problem with large content in roots()

github.com/sagemath/sagelib - c8f517aef9fe9cc5f9b3de7a77baab62e2d137df authored over 15 years ago
trac 5928: binary operations on factorizations should coerce all factors into a common universe

github.com/sagemath/sagelib - d19e93b51f56bc3dd7a044f6fd1571055ba17e76 authored over 15 years ago
Brings primes.py to 100% coverage.

github.com/sagemath/sagelib - 8feba3d86f430e0d2b1df30682ab634a5b4bb5e7 authored over 15 years ago
trac #5926 -- solaris top sometimes fails due to race condition

github.com/sagemath/sagelib - 4cf38778062f76bca360a66f8225b9d41ba2d12d authored over 15 years ago
trac 5804 -- Solaris 10/Sparc: number_of_partitions(100000) is broken

github.com/sagemath/sagelib - ea811edde5c3b48b5987bb13e4ca5a7b771d97af authored over 15 years ago
Trac #5925: Improve speed of CombinatorialAlgebra.multiply()

- Treat the case where _multiply_basis returns a monomial
specially, to avoid creating lots of ...

github.com/sagemath/sagelib - 75d1e431f8e9e7bfbdaa2b07d6f5c3632b765a06 authored over 15 years ago