Ecosyste.ms: OpenCollective

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

github.com/sagemath/sage-gh-templates-sandbox

Develop templates for Issues and Pull Requests here -- see https://groups.google.com/g/sage-devel/c/hX6ojxlNwOU/m/nD3AsFuhBAAJ
https://github.com/sagemath/sage-gh-templates-sandbox

Merge pull request #1 from tobiasdiez/patch-2

Use issue form to report build errors and update PR template

99fd65aff08a758a7d6dcaf4d2ee2cd67aa0ea05 authored over 2 years ago
Merge remote-tracking branch 'sage-gh-templates/develop' into patch-2

0122a4b15b5c407cdbbf33b85a12ff66e1b9af7e authored over 2 years ago
Update failure-building-from-source.yml

526bc815e45ca81232b597662b0902e994d0ad32 authored over 2 years ago
Update failure-building-from-source.yml

1c621fd8bf1a3016822f03894660a74f0e25c593 authored over 2 years ago
Update failure-building-from-source.md

2863bbc63dd460c6cc115c22274dd993689beef6 authored over 2 years ago
Update PULL_REQUEST_TEMPLATE.md

12851d308baed18f060287db57a2fa826ecca208 authored over 2 years ago
Update failure-building-from-source.md

fd25fc78f3e299e860454672ef6abbf0c2875765 authored over 2 years ago
Update issue templates

733a5bcadef8920e9eeb2aca2c602dd929f4c8c2 authored over 2 years ago
Update failure-building-from-source.md

fd15a24f3cb3b2d2f855a6ea4a4a6d1eea22cb44 authored over 2 years ago
Rename failure-building-from-source.md to failure-building-from-source.yml

95a4ec18dca6c124721a9cdd6565f7d7ad1a044b authored over 2 years ago
Update failure-building-from-source.yml

8d34d819ef9a91102f9a8b0d19f02a5678369067 authored over 2 years ago
Update failure-building-from-source.md

befe377c617a52b2125d4b725ba83545197a8ea8 authored over 2 years ago
Update failure-building-from-source.md

d1c78a2ddc03192923f9dfba6881ee796a455839 authored over 2 years ago
Use issue form to report build errors

a955bdb5407033133647d5df787a308e7c965e4e authored over 2 years ago
Merge branch 'sagemath:develop' into develop

b9dcb90e73ef5d5c7729b0139e603c2b8890e244 authored over 2 years ago
Updated SageMath version to 9.8.beta2

6d31aad9f67f9ff414b4dbdce70444d9f0b69004 authored over 2 years ago
Trac #34640: fix some pep8 in words/

URL: https://trac.sagemath.org/34640
Reported by: chapoton
Ticket author(s): Frédéric Chapoton
R...

7acd286410f4a87b7d4be79473e2d90f9fdbe79e authored over 2 years ago
Trac #34606: fix doc with respect to a change in behavior for tikz method of polyhedron (since 9.7 -> since 9.8)

because #33002 was merged in 9.8 not in 9.7

URL: https://trac.sagemath.org/34606
Reported by: s...

8d19efa941279adcee9ee8eb86053287cb010dd3 authored over 2 years ago
Trac #34622: partial cleanup in partition.py

some pep8, some code details, one shorter doctest, standard errors, etc

also using formatted st...

dcf8a9c2dfe94495b71f40c8ac4dc09e96622680 authored over 2 years ago
Trac #34632: wrappers for acb_poly_[rl]gamma_series

URL: https://trac.sagemath.org/34632
Reported by: mmezzarobba
Ticket author(s): Marc Mezzarobba
...

451e2b60ae580fd9e44b9d20e4f0747418e063ff authored over 2 years ago
Trac #34620: pep cleanup for the file weyl_group.py

URL: https://trac.sagemath.org/34620
Reported by: chapoton
Ticket author(s): Frédéric Chapoton
R...

23db2d42323c1ac537bfe136015cab3f1b4b0f02 authored over 2 years ago
Trac #34625: Refresh the file free_quadratic_module

Cleanup, doc formatting, remove commented code, etc.

URL: https://trac.sagemath.org/34625
Repor...

986fc0512ea2556f7192badfd6d4a67a01c74592 authored over 2 years ago
Trac #34629: Use the kbd role in the doc

in particular to represent the Tab key as can be seen already near the
end of

https://doc.sagem...

a6c1e4ce868e36d628c93a6f661993e783dbadc8 authored over 2 years ago
Trac #34613: fix some typos

found using codespell or egrep

URL: https://trac.sagemath.org/34613
Reported by: chapoton
Ticke...

45aacf3ba48d1f8525f87dc67f2187a67baf38ed authored over 2 years ago
Trac #34619: fix some details in doc of charpoly_frobenius

and also pep8 standard for the code in this file

URL: https://trac.sagemath.org/34619
Reported ...

78b1fd073659d5e8a2b83885a3cf91345e70ed09 authored over 2 years ago
Trac #34394: pycodestyle cleanup in src/sage/graphs/generic_graph.py (part 6)

Continue the cleaning of generic_graph.py after #34392.

URL: https://trac.sagemath.org/34394
Re...

060c35f1cbb6892a2a41e9ef060e90ed3e591cf5 authored over 2 years ago
Trac #34599: add helper function to compute all monomials of a given degree

This comes in handy occasionally:

{{{#!python
sage: R.<x,y,z> = ZZ[]
sage: R.monomials_of_degre...

2111efa1142a1419f312aa9bb1e24cdbc80319d8 authored over 2 years ago
Trac #34585: pep8 cleanup in algebras/letterplace pyx files

URL: https://trac.sagemath.org/34585
Reported by: chapoton
Ticket author(s): Frédéric Chapoton
R...

e77f1a43748c53b027720b7b5e7f00f206ca23b7 authored over 2 years ago
Trac #34594: Fix error in sage.misc.latex.view doctest

With 9.8.beta0, the command
{{{
sage -t --long --optional=sage,optional,external src/sage/misc/l...

4f7754ad1eb286f8e9ea81baab81167619b47bc0 authored over 2 years ago
Trac #34463: make PolynomialQuotientRing_generic inherit from QuotientRing_generic

This will make it easier to write code that works uniformly for all
kinds of quotient rings.

(E...

47997841f5b4dae0e998c0fb2b506e0059e36d4a authored over 2 years ago
Trac #34602: add some missing EXAMPLES

that apparently do not provoke any rst error

URL: https://trac.sagemath.org/34602
Reported by: ...

3916f8e9a7ff616a758d466242ce52dc09bed7d5 authored over 2 years ago
Trac #34647: some details in permutation groups

mostly a few pep8 changes

URL: https://trac.sagemath.org/34647
Reported by: chapoton
Ticket aut...

66a62faa88b27c0d4481ed06de3de45bab519dd1 authored over 2 years ago
Trac #34644: minor details in schemes

some about E241 and E502

URL: https://trac.sagemath.org/34644
Reported by: chapoton
Ticket auth...

1a1d67ddeeabd6aee4c59385d05f764ff013a858 authored over 2 years ago
Trac #34639: fix some W605 in pyx files in rings

namely in polynomials/, number_fields/ and finite_rings/

URL: https://trac.sagemath.org/34639
R...

3384309eae79e830a6a0bf7a94cb93858213375a authored over 2 years ago
Trac #34618: use libgap in dual abelian group elements

instead of the pexpect interface for gap

URL: https://trac.sagemath.org/34618
Reported by: chap...

c448d77ee0bba4b5f95b45f8a0f398a7e1805d2c authored over 2 years ago
Trac #34617: fix and activate pycodestyle W391

URL: https://trac.sagemath.org/34617
Reported by: chapoton
Ticket author(s): Frédéric Chapoton
R...

33a0f7adac1f05eede86774eb37ce12c8c20a4b6 authored over 2 years ago
Trac #34615: Update to sphinx 5.2

New changes in sphinx requires new attributes to be defined. Supporting
this change introduces n...

75636756b8f9d9909cb69c30ea8bb3167e422989 authored over 2 years ago
Trac #34614: add missing EllipticCurveHom methods to Îlu isogenies

The `EllipticCurveHom_velusqrt` class introduced in #34303 inherits from
`EllipticCurveHom` (#32...

685a07c0fda71a83d2f517b757829350a29ca2d2 authored over 2 years ago
Trac #34612: 1 internet doctest failing in graphs/isgci.py

With 9.8.beta0, the command
{{{
sage -t --optional=sage,internet src/sage/graphs/isgci.py
}}}
gi...

a7dac85cb87f79450199dcf87595ca5c356d985a authored over 2 years ago
Trac #34579: Faster iterator for planar set partitions

Right now, we iterate through all planar set partitions in
`algebras.PlanarPartition` by filteri...

d9c4091920569409daa0de3f934327f80d191b71 authored over 2 years ago
Trac #34552: more testsuites for lazy series rings

In this ticket we implement systematic tests for operations on lazy
series.

URL: https://trac.s...

321f97084f9cd694327709e1d875ce05f7fa4685 authored over 2 years ago
Trac #34470: categories of lazy series

We should check the categories of our lazy rings:
{{{
sage: L = LazyTaylorSeriesRing(QQ, "x, y")...

87626b0bcd069ef161d58f838d1f69b4f23276d3 authored over 2 years ago
Trac #34410: make new composite elliptic-curve isogenies the default

Since #32744, Sage has a specialized class `EllipticCurveHom_composite`
for composite elliptic-c...

77c6eed67ee1f2224cb2dd3ab2913ea5eb66e35b authored over 2 years ago
Trac #33969: Implement missing KnotInfo wrappers for polynomial invariants

A couple of wrappers for link properties listed in the
[https://knotinfo.math.indiana.edu/ KnotI...

2356379d7017ebeb609ff132ce549cc81b34235f authored over 2 years ago
Trac #32874: New option "./configure --enable-wheels"

When `./configure --disable-editable` is in use (the default before
#32406), the Sage library is...

a9abd3b2da40a60e1a76ab35411769bd0a91ccf0 authored over 2 years ago
Trac #32686: points_of_bounded_height for projective space is incorrect

The method for number fields iterates over the points of bounded height
for each coordinate. Thi...

84ecc3f35750d4480ebad8e2a2c7d2be94d64dca authored over 2 years ago
Trac #29413: Meta-ticket: Upgrade cddlib, fix cddlib header search for packages latte_int, gfan, topcom

Follow up from #28905.

We upgrade to 0.94m: https://repology.org/project/cddlib/versions

- `la...

364b605217c62fbee9c6a979dfa2c9439efb6a93 authored over 2 years ago
Trac #34609: 5 internet doctests failing in oeis

With 9.8.beta0, the command
{{{
sage -t --optional=sage,internet src/sage/databases/oeis.py
}}}
...

be3b5abefd1dd9a462fd08b6edcb867dec39490c authored over 2 years ago
Trac #34603: Fix singular spkg-configure

Seen on `archlinux-latest`, https://github.com/FFY00/meson-
python/actions/runs/3146686714/jobs/...

792d877c428a0b04d8f46a623256a3f2caaee009 authored over 2 years ago
Trac #34607: 2 doctests failures with external software octave

With 9.8.beta0, the command
{{{
sage -t --optional=sage,external src/sage/interfaces/octave.py
}...

f1d4c32fba78e08491b99a77205481fa3b1b34b9 authored over 2 years ago
some details in permutation groups

16fd967e51813ef97c7f9da6eee35ade6c5857de authored over 2 years ago
minor details in schemes/

94104462d5d78075dc37b6aeae3b14523bf91bbc authored over 2 years ago
Trac #33680: moving _repr_fixups list from doctest/parsing.py header to method do_fixup

As a follow-up of #33588 where we suggested in
[https://trac.sagemath.org/ticket/33588#comment:1...

ac6888e735a51b62152905b30a14aaa2e823b4fe authored over 2 years ago
Trac #33597: Wrong computation of Hilbert polynomials

{{{
sage: R.<X, Y, Z> = QQ[]
sage: I = R.ideal([X^2*Y^3, X*Z])
sage: I.hilbert_polynomial()
-t -...

b670d032bf511e99349e8f621da4c0cc9574313a authored over 2 years ago
Trac #32367: Replace Lazy Power Series in species directory

In this ticket we finalize the implementation of lazy series, and
replace the old lazy series fr...

6b198bd73cd6785bf44ee170cf4744d5aba87810 authored over 2 years ago
Trac #34268: Reduce R to a dummy package, upgrade rpy2 to 3.4.5

We reduce the unmaintained `r` package (stuck at 3.6.3) so that we
detect a system installation ...

12539de55cb3e5bf26e014a6ea0f64d7d0c7ee01 authored over 2 years ago
Trac #31588: Update Normaliz to 3.9.x, pynormaliz to 2.17, e-antic to 1.x, add optional package antic

Needs:
- Add ANTIC package, https://repology.org/project/antic/versions
- check boost package
- ...

ad120da7d6a11bf882532f1e3e181c20ed4ae61d authored over 2 years ago
Trac #14222: Coercion/conversion from Cone and other objects to Polyhedron

Mixed intersections between Cones and Polyhedron returning a Polyhedron:

{{{
sage: con...

fd47b9927ea62d9e3c8cb45bd20bf78d0a01d7fb authored over 2 years ago
Trac #34604: latte_int: Fix up patch

#33981 broke the `latte_int` package.

Related: https://github.com/latte-int/latte/issues/31

UR...

e91fd4a93da4afcd35ae3b315e0412a40a8eaa07 authored over 2 years ago
Trac #34623: Fix broken gitpod

as reported in https://groups.google.com/g/sage-devel/c/JIiytzMsLCU

Here we
- improve error han...

de296798b65a3cdd2e48ba8a39f64c762412da25 authored over 2 years ago
Trac #32354: Fix integral(1/max_symbolic(x, 1)^2, x, 0, oo, algorithm='giac')

Compare
{{{
sage: integral(1/max_symbolic(x,1)**2,x,0,oo,algorithm='maxima')
integrate(max(1, x)...

00ebfa91d14abf2bdad21d812247711653d179b8 authored over 2 years ago
update sphinx to 5.2.3

8f8af65e54d3a9962cfab40f15dc23f4e955b43f authored over 2 years ago
update imagesize to 1.4.1. Minimum required for sphinx 5.2 is 1.3.

5cf583646a4d990d3e5d3163ba7c620a1712f141 authored over 2 years ago
fix some pep in words

5a339e1fc56ba7b470b3aec91497ca6319b24ac9 authored over 2 years ago
fix some W605 in pyx files in rings/

f948791311cb5bd47d22d5476180c93b2e529a45 authored over 2 years ago
32686: Format according to lint result

c053c2ac5367b08f553d6dd3d4fa86dec14bc09d authored over 2 years ago
explain "output has linear size" remarks

8cb0f29aa2cd5be18506e1d65eac954481d1ec8a authored over 2 years ago
32686: Correct example outputs in various files

10df9a648550ddf79315e9a6c9843eed01415d08 authored over 2 years ago
Move as_morphism()

df1024d2b46e5a4d4af577ab215eae8dab7158ab authored over 2 years ago
Minor edits mostly on spaces

Minor edits

8e95731eaec4211fd8e08d7ef3799a4640e5c107 authored over 2 years ago
32686: Remove unused imports and variables

c4aab9f9dc11d787945fad21be16beee4b025456 authored over 2 years ago
all good on Debian

0c27c4f85247e7af526a5c4bb0fbb378c5ff1c2c authored over 2 years ago
Merge branch 'u/mantepse/categories_lazy_series-34470' of trac.sagemath.org:sage into t/34552/lazy_series_test_suite-34552

3e84c90c8c9c3d74c8dd2b6b328029d74144b7bc authored over 2 years ago
Merge branch 'u/mantepse/replace_lazy_power_series-32367' of trac.sagemath.org:sage into t/34470/categories_lazy_series-34470

56cef070ebee69841f1ead61344557d10d0b56a0 authored over 2 years ago
reflect the progress on #29413 in comments

9ee86aed6363aeead54a4076641e774d5f4e1232 authored over 2 years ago
update sphinxcontrib_websupport to latest

4a8c2b2dd933b82ce3ecc2953dcc5347ed7dd2c1 authored over 2 years ago
More edits

561f6694a3ae136e97e3f62b1e155cc0474f661d authored over 2 years ago
src/MANIFEST.in: Exclude generated file farey_symbol.h; add comments

25898ba992588a8dc2df07e40c12a4dcee9909f3 authored over 2 years ago
src/MANIFEST.in: Remove redundant entries for MANIFEST.in, pyproject.toml

974c7fd8aa4dce5b2376ad430d1e0769d91b7912 authored over 2 years ago
adding kbd to authorized roles

a0e1d3b434dee8b6c8659426b24cac43587b917f authored over 2 years ago
#34632 wrappers for acb_poly_[rl]gamma_series

cd0fb01afe3d90a12b09a81d5db5dff5d72cb5a4 authored over 2 years ago
33969: fix typo

b9b8743611ee3212df34abf0057eb1fce62eed65 authored over 2 years ago
Trac #34496: disallow PARI 2.15 from the system, until giac is fixed

disallow PARI 2.15 from the system, until giac is fixed

---
Was: Upgrade to PARI 2.15. (dupe of...

1758b6322dc44f219a82c114fd13e74f8152a74b authored over 2 years ago
trac 34629: more :kbd:

3900ab7480f32ea4cff97b03f0279c2b6241c917 authored over 2 years ago
33680: fixed a typo in the code: g -> got

5b539c5320ce284ad2da8326fc4bea04d8388c5f authored over 2 years ago
33680: moving regex from header module to methods

8a56793b7c09664442e1d0b373009d176ebb3187 authored over 2 years ago
allow Homebrew's cddlib

add35c4283823f03756465793040d2362fd14ba9 authored over 2 years ago
refresh the file free_quadratic_module

156914a3dad38540e669fefe651247f5e46a3d00 authored over 2 years ago
build/pkgs/sagelib/spkg-install: No need to uninstall before installing - cleaner is back in

11507a5f7e598035b4be6c00e89919190b271dc4 authored over 2 years ago
pkgs/sagemath-standard/setup.py: Disable setuptools_scm file-finder

e91a0bd93e030b6878cc6d7376bcc23d2a087e73 authored over 2 years ago
sage_setup.find: Refactor through new class sage.misc.package_dir.SourceDistributionFilter

53b50c1cf816e5f45910d2f91dbdbfc4b36f0678 authored over 2 years ago
configure.ac: Improve docstring

f2d1576d13e1bd6299466172eecb9baecfdd9723 authored over 2 years ago
configure.ac (--enable-wheels): New

a683934893dbed93451c6ef3b58722bb14f4c850 authored over 2 years ago
pkgs/sagemath-standard/setup.py: Do not run source file discovery on 'setup.py distinfo'

cf0090d4636a9fb9cfbded02201956f3418fabd8 authored over 2 years ago
build/pkgs/{sage_conf,sage_docbuild,sage_setup,sage_sws2rst}/spkg-install: Handle SAGE_WHEELS

05b44d76ecee64468ca1ee79d5b0559fc28c26d5 authored over 2 years ago
src/sage_setup/find.py, src/sage_setup/clean.py, src/sage/misc/package_dir.py: Update copyright according to "git blame -w --date=format:%Y FILE | sort -k2"

3eaf26e5373f621da82e2de5f2462adcc5e65089 authored over 2 years ago
sage_setup.find.find_python_sources: Do not recurse into subdirectories that are not packages/namespace packages

9e96440e58e8a98d5c62460bd2aa6858a14ae225 authored over 2 years ago
sage.misc.package_dir.cython_namespace_package_support: Use Cython.Utils.cached_function

896c3207888f649344d36205ef383699c089f1b6 authored over 2 years ago
src/sage/misc/package_dir.py: Fix docstring markup

dde4bdb9c4553d9c25246a45d98a784e1c1cd8b3 authored over 2 years ago
src/sage_setup/clean.py: Update _find_stale_files doctest to use importlib.metadata.files('sagemath-standard')

67ff94529f5110e6148053cc4a940aad0fed373b authored over 2 years ago