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

Deprecate rename_vertices parameter in disjoint_union

github.com/sagemath/sage - OP5642 opened this pull request over 1 year ago
sagemath-mpmath

github.com/sagemath/sage - mkoeppe opened this pull request over 1 year ago
Graph plotting has rounding issue(s)

github.com/sagemath/sage - EmmanuelCharpentier opened this issue over 1 year ago
Make SubgraphSearch robust to vertex labels

github.com/sagemath/sage - dcoudert opened this pull request over 1 year ago
invariants are now linearly independent

github.com/sagemath/sage - Bruno-TT opened this pull request over 1 year ago
gap: switch to libgap API for GAP function calls

github.com/sagemath/sage - fingolfin opened this pull request over 1 year ago
`limit` fails for piecewise expressions.

github.com/sagemath/sage - EmmanuelCharpentier opened this issue over 1 year ago
avoid messing with the recursion limit

github.com/sagemath/sage - mezzarobba opened this pull request over 1 year ago
`sage.groups.perm_gps.partn_ref*`: Modularization fixes

github.com/sagemath/sage - mkoeppe opened this pull request over 1 year ago
gap: use GAP_NewPlist with a size hint

github.com/sagemath/sage - fingolfin opened this pull request over 1 year ago
Implementing moment angle complexes

github.com/sagemath/sage - OP5642 opened this pull request over 1 year ago
Ability to temporarily assign value to symbolic variable

github.com/sagemath/sage - Daniel-Khodabakhsh opened this issue over 1 year ago
build/pkgs/ccache: Upgrade to 4.8.2

github.com/sagemath/sage - mkoeppe opened this pull request over 1 year ago
Add matrix backend, refactor CVXpy backend

github.com/sagemath/sage - Carlxuzhl opened this pull request over 1 year ago
Incompatibility with Python 3.12

github.com/sagemath/cypari2 - encukou opened this issue over 1 year ago
CI build.yml, doc-build.yml: Use output groups

github.com/sagemath/sage - mkoeppe opened this pull request over 1 year ago
CI build.yml, doc-build.yml: Fix handling of added files

github.com/sagemath/sage - mkoeppe opened this pull request over 1 year ago
gap: revise make_gap_list, make_gap_matrix

github.com/sagemath/sage - fingolfin opened this pull request over 1 year ago
gap: use GAP_IN from kernel API

github.com/sagemath/sage - fingolfin opened this pull request over 1 year ago
Extend `MAX_MODULUS` of `matrix_modn_dense_double.pyx`

github.com/sagemath/sage - marizee opened this pull request over 1 year ago
correct deprecation messages

github.com/sagemath/sage - dimpase opened this pull request over 1 year ago
Add Euler polynomials

github.com/sagemath/sage - deinst opened this pull request over 1 year ago
Poset dimension SAT reduction

github.com/sagemath/sage - tiwwi opened this issue over 1 year ago
fix pep8 E272 in all.py and similar files

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
upgrade to flint3

github.com/sagemath/sage - mezzarobba opened this pull request over 1 year ago
Add a WSL prerequisites section

github.com/sagemath/sage - Daniel-Khodabakhsh opened this pull request over 1 year ago
FriCAS spkg-configure and Feature

github.com/sagemath/sage - dimpase opened this pull request over 1 year ago
Remove "%bg" from the tutorial

github.com/sagemath/sage - jhpalmieri opened this issue over 1 year ago
Magnitude homology for graphs

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
Support setuptools 68.0.0

github.com/sagemath/sage - tornaria opened this pull request over 1 year ago
Bliss spkg config

github.com/sagemath/sage - dimpase opened this pull request over 1 year ago
some pep8 fixes in symbolic (E305 and others)

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
Fixes to support numpy 1.25.0

github.com/sagemath/sage - tornaria opened this pull request over 1 year ago
Fix tests for singular 4.3.2p2

github.com/sagemath/sage - tornaria opened this pull request over 1 year ago
most cython-lint suggestions fixed in algebras/

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
advance the linter (add more checks)

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
fully get rid of xrange() in pyx files

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
`sage.misc.timing`: Split out from `sage.misc.misc`

github.com/sagemath/sage - mkoeppe opened this pull request over 1 year ago
gap: use libgap API for int conversion

github.com/sagemath/sage - fingolfin opened this pull request over 1 year ago
Implementing Golod complexes

github.com/sagemath/sage - OP5642 opened this pull request over 1 year ago
Add initial support for building with mingw

github.com/sagemath/sage - pranavrajpal opened this pull request over 1 year ago
Fix copyright headers in function fields

github.com/sagemath/sage - kwankyu opened this pull request over 1 year ago
tox.ini, .github/workflows/docker.yml: Add almalinux

github.com/sagemath/sage - mkoeppe opened this pull request over 1 year ago
cleaning some things remaining from python 2

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
more arguments for simplify

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
adjust random tests for generators of elliptic curves

github.com/sagemath/sage - chriswuthrich opened this pull request over 1 year ago
onetbb: Upgrade to 2021.9.0 + GCC13 patch

github.com/sagemath/sage - mkoeppe opened this pull request over 1 year ago
Fix botched merge of typeset output's edits.

github.com/sagemath/sage-shell-mode - EmmanuelCharpentier opened this pull request over 1 year ago
`typeset output" fails

github.com/sagemath/sage-shell-mode - EmmanuelCharpentier opened this issue over 1 year ago
Reduce dependency to rainbow in sage.graphs.graph_coloring

github.com/sagemath/sage - dcoudert opened this pull request over 1 year ago
cylint: no more xrange in matroids

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
Modularization fixes for `fast_callable` interpreters

github.com/sagemath/sage - mkoeppe opened this pull request over 1 year ago
Document that GLPK/exact can be inexact

github.com/sagemath/sage - ed359 opened this pull request over 1 year ago
cylint: remove some unused variables in rings/

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
fix most E301 warnings

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago
add .basis_matrix() wrapper to quaternion orders

github.com/sagemath/sage - yyyyx4 opened this pull request over 1 year ago
fixing most E222 warnings in py files

github.com/sagemath/sage - fchapoton opened this pull request over 1 year ago