-
-
Notifications
You must be signed in to change notification settings - Fork 632
Insights: sagemath/sage
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
10.7.beta8
published
Jul 6, 2025
56 Pull requests merged by 15 people
-
Fix two floating point bugs in the hyperbolic geometry code
#39975 merged
Jul 6, 2025 -
Overwrote methods concerning connectivity in a matching covered graph
#39657 merged
Jul 6, 2025 -
Use TemporaryFile for test code compilation
#39646 merged
Jul 6, 2025 -
Simplify implementation of solve()
#39586 merged
Jul 6, 2025 -
Rename module-global test methods
#39208 merged
Jul 6, 2025 -
Matrix singular values
#39831 merged
Jul 6, 2025 -
fix typo
#40310 merged
Jul 6, 2025 -
When installing prerequisite, include
_prereq
#40311 merged
Jul 6, 2025 -
code simplification about return True then False (ruff SIM 103)
#40313 merged
Jul 6, 2025 -
avoid using networkx in
src/sage/matroids/transversal_matroid.pyx
#40314 merged
Jul 6, 2025 -
various small details in padics
#40322 merged
Jul 6, 2025 -
Remove 'archlinux-latest' from sage-the-distro CI tests
#40324 merged
Jul 6, 2025 -
minor details in doc and code of algebras/
#40325 merged
Jul 6, 2025 -
avoid using Field in free quadratic modules
#40326 merged
Jul 6, 2025 -
get rid of some "is_commutative" methods, via the category framework
#40328 merged
Jul 6, 2025 -
cylint cleanup in calculus
#40329 merged
Jul 6, 2025 -
cylint cleanup in geometry
#40330 merged
Jul 6, 2025 -
remove unused variables in rings/
#40331 merged
Jul 6, 2025 -
minor fixes in a pyx file in quadratic_forms
#40334 merged
Jul 6, 2025 -
use python-style loops in pyx files in misc
#40335 merged
Jul 6, 2025 -
more uses of doi role in master reference file
#40336 merged
Jul 6, 2025 -
Fix 32-bit segfault in m4ri
#40338 merged
Jul 6, 2025 -
⬆️ Bump astral-sh/setup-uv from 6.3.0 to 6.3.1
#40339 merged
Jul 6, 2025 -
typing annotations and small optimisations in hasse_diagram.py
#40342 merged
Jul 6, 2025 -
remove deprecated method in quaternion algebra
#40345 merged
Jul 6, 2025 -
remove deprecated method in doctest/control
#40346 merged
Jul 6, 2025 -
remove deprecated methods in combinat/words
#40347 merged
Jul 6, 2025 -
Fix a small typo
#40348 merged
Jul 6, 2025 -
remove the auld historic "Group" class
#40349 merged
Jul 6, 2025 -
correct syntax in maxima's spkg-configure.m4
#40354 merged
Jul 6, 2025 -
Remove duplicate 'doc-html' target from CI
#40357 merged
Jul 6, 2025 -
fix issue #39930 in
src/sage/graphs/matchpoly.pyx
#39931 merged
Jul 6, 2025 -
add parameter immutable to method
is_planar
#39932 merged
Jul 6, 2025 -
Include optional packages in
pyproject.toml
and conda environments#39944 merged
Jul 6, 2025 -
Migrate CI build-doc to Meson
#39973 merged
Jul 6, 2025 -
remove deprecation in
connected_components
#40098 merged
Jul 6, 2025 -
combinatorial log
#40129 merged
Jul 6, 2025 -
brial update to 1.2.14
#40133 merged
Jul 6, 2025 -
faster generating series for species
#40163 merged
Jul 6, 2025 -
Fix tests with rpy2 3.6
#40175 merged
Jul 6, 2025 -
Improve signal handling on Windows in doctest reporting module
#40232 merged
Jul 6, 2025 -
Simplify matrix construction in btquotient
#40239 merged
Jul 6, 2025 -
special case for principal specialization of order 1
#40243 merged
Jul 6, 2025 -
Improve _element_constructor_ of image set
#40250 merged
Jul 6, 2025 -
trying to move Laurent rings to use Parent only
#40257 merged
Jul 6, 2025 -
use ruff to auto-simplify SIM110
#40258 merged
Jul 6, 2025 -
Add flatter support
#40274 merged
Jul 6, 2025 -
Avoid hermite_form in solve_right if possible
#40276 merged
Jul 6, 2025 -
Fix segmentation fault in module element multiplication
#40283 merged
Jul 6, 2025 -
PNC k shortest simple path (for directed graphs)
#40284 merged
Jul 6, 2025 -
Fix loading symbolic expressions containing symbolic functions
#40294 merged
Jul 6, 2025 -
bump networkx to version 3.5
#40297 merged
Jul 6, 2025 -
Make discrete_log accept ord=oo
#40300 merged
Jul 6, 2025 -
Fixed small typo in p-adic Smith form
#40302 merged
Jul 6, 2025 -
fix randomness in output
#40304 merged
Jul 6, 2025 -
Fix lint
#40309 merged
Jul 6, 2025
22 Pull requests opened by 10 people
-
Set cython directive `binding=True`
#40341 opened
Jun 30, 2025 -
Hyperbolic Coxeter type classification added
#40343 opened
Jun 30, 2025 -
remove deprecated function about Simon 2-descent in BSD
#40351 opened
Jul 1, 2025 -
add convenient factor method to FHM triangles
#40358 opened
Jul 2, 2025 -
Remove sage-sws2rst package and related files
#40360 opened
Jul 2, 2025 -
Remove sagemath-tdlib package
#40361 opened
Jul 2, 2025 -
Remove failing dist workflow on MacOS CI
#40362 opened
Jul 2, 2025 -
Remove sagemath-sirocco package
#40363 opened
Jul 2, 2025 -
Improve PNC algorithm
#40364 opened
Jul 2, 2025 -
minor details in matchings of graphs
#40365 opened
Jul 3, 2025 -
Linear isomorphisms for convex cones
#40367 opened
Jul 3, 2025 -
Caught the NotImplemented exception when buildeing an Iwahori-Hecke a…
#40368 opened
Jul 3, 2025 -
Build sirocco extension with C++
#40369 opened
Jul 3, 2025 -
Interface for Regina (3-manifold topology and normal surface theory)
#40370 opened
Jul 4, 2025 -
Avoid calling `hermite_form()` on construction of ℤ-submodule
#40371 opened
Jul 4, 2025 -
Add a lot of _sage_input_ implementations
#40373 opened
Jul 5, 2025 -
Fix a memory leak
#40374 opened
Jul 5, 2025 -
Make `parent(a)(a.mid(), a.rad())` the same as `a` for RBF elements
#40376 opened
Jul 6, 2025 -
Fix docbuilding on release tag
#40379 opened
Jul 6, 2025 -
Silence more rpy2 3.6 warnings
#40380 opened
Jul 6, 2025 -
Implement random unitary matrices
#40381 opened
Jul 7, 2025 -
rectify gentoo package name details for lcalc and qhull
#40382 opened
Jul 7, 2025
10 Issues closed by 2 people
-
`make dist` fails due to missing bzip header
#40306 closed
Jul 6, 2025 -
Loading expressions containing symbolic functions is broken
#40292 closed
Jul 6, 2025 -
Improve reversion of lazy species in special cases
#40112 closed
Jul 6, 2025 -
check whether composition of molecular species can be improved.
#40131 closed
Jul 6, 2025 -
Segmentation fault with Free Module Element during multiplication
#40282 closed
Jul 6, 2025 -
Segfault when unpickling expression containing user-defined formal symbolic function
#30018 closed
Jul 6, 2025 -
HyperbolicGeodesicPD.plot can be wrong for CDF coordinates
#32362 closed
Jul 6, 2025 -
matching_polynomials fails for immutable graphs with loops
#39930 closed
Jul 6, 2025 -
__invert__ for Laurent polynomial is wrong
#20963 closed
Jul 5, 2025 -
Ability to represent curve groups
#40350 closed
Jul 4, 2025
9 Issues opened by 6 people
-
optimize `QQbar`'s `sage_input`
#40378 opened
Jul 6, 2025 -
optimize `.str()` for `RR`
#40377 opened
Jul 6, 2025 -
optimize valuation(2) using trailing_zero_bits
#40375 opened
Jul 6, 2025 -
Incorrect implementation of LaurentPolynomialRing.divide()
#40372 opened
Jul 5, 2025 -
Sage refuses to build the Iwahori-Hecke algebra for rings without an is_square method
#40366 opened
Jul 3, 2025 -
is_totally_positive_principal for ideals in number fields.
#40359 opened
Jul 2, 2025 -
rootsof/RootSum support in calculus
#40356 opened
Jul 1, 2025 -
IntegerLattice.shortest_vector documentation not clear
#40355 opened
Jul 1, 2025 -
Incorrect URLs in pdf installation guide
#40353 opened
Jul 1, 2025
43 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Implement kernel_points and inverse_image for elliptic curve hom
#40251 commented on
Jul 4, 2025 • 11 new comments -
Add an infinite weyl algebra class
#40263 commented on
Jul 3, 2025 • 7 new comments -
creating axioms for lattices
#39554 commented on
Jul 7, 2025 • 6 new comments -
Prefer to use composite isogeny in more cases
#40224 commented on
Jul 5, 2025 • 5 new comments -
Fixing high complexity canonical_labelling for OrderedTree and BinaryTree
#39945 commented on
Jul 7, 2025 • 4 new comments -
Use `python3 -m sage.doctest` in doctest results report if not using `sage-runtests`
#40332 commented on
Jul 1, 2025 • 3 new comments -
Add Curiel–Genitrini unranking algorithm
#40318 commented on
Jul 4, 2025 • 3 new comments -
Echelonize free module basis on demand
#40056 commented on
Jul 2, 2025 • 1 new comment -
Meson: make it compile on recent ubuntu
#40071 commented on
Jul 7, 2025 • 1 new comment -
Fix conversion from SymbolicSeries to LaurentSeries
#39841 commented on
Jul 3, 2025 • 0 new comments -
add parameter immutable to methods in `src/sage/graphs/graph_decompositions/randwidth.pyx|vertex_separation.pyx`
#39947 commented on
Jul 6, 2025 • 0 new comments -
Meson: test void linux on CI and add devcontainer for it
#40089 commented on
Jul 3, 2025 • 0 new comments -
Improve SnapPy integration with Sage knots and links
#40105 commented on
Jul 4, 2025 • 0 new comments -
Translate constructions docs into Chinese
#40139 commented on
Jun 30, 2025 • 0 new comments -
functorial composition
#40186 commented on
Jul 6, 2025 • 0 new comments -
moving fraction_field method to categories
#40213 commented on
Jul 3, 2025 • 0 new comments -
Upgrade to flint-3.3.1
#40259 commented on
Jun 30, 2025 • 0 new comments -
Implementing zonotopal algebras of linear matroids
#40264 commented on
Jul 1, 2025 • 0 new comments -
Check that vectors are not passed to matrix.block
#40277 commented on
Jul 3, 2025 • 0 new comments -
Implement partial integer factorization using flint
#40317 commented on
Jul 1, 2025 • 0 new comments -
Add export-ignore rules to minimize Meson sdist
#40323 commented on
Jul 6, 2025 • 0 new comments -
Remove sage-conf
#40327 commented on
Jul 1, 2025 • 0 new comments -
Incorrect containment test for submodule over multivariable polynomial ring
#40301 commented on
Jun 30, 2025 • 0 new comments -
Replace sage autodoc extension by built-in one
#30893 commented on
Jul 1, 2025 • 0 new comments -
Consider using lazy-loader project
#39323 commented on
Jul 1, 2025 • 0 new comments -
Update primecountpy version to 0.1.1 in environment files
#40296 commented on
Jul 1, 2025 • 0 new comments -
Issue with symmetry of cone isomorphism
#37957 commented on
Jul 4, 2025 • 0 new comments -
Interface for Regina (3-manifold topology and normal surface theory)
#17077 commented on
Jul 4, 2025 • 0 new comments -
Riemann Matrix just two lines in Sage
#38204 commented on
Jul 6, 2025 • 0 new comments -
What to do with `warning: slow doctest … Test ran for [very long time]`?
#39569 commented on
Jul 6, 2025 • 0 new comments -
InfinitePolynomialRing with coefficients in another InfinitePolynomialRing
#36788 commented on
Jul 7, 2025 • 0 new comments -
Replace doctest runner by pytest in ci
#36981 commented on
Jul 6, 2025 • 0 new comments -
BooleanPolynomialRing issue with names parameter
#37276 commented on
Jul 3, 2025 • 0 new comments -
Use meson in sage-the-distro
#39030 commented on
Jul 7, 2025 • 0 new comments -
Fix remaining all imports
#39273 commented on
Jul 6, 2025 • 0 new comments -
Add Lah numbers and clean up combinatorics section
#39379 commented on
Jul 6, 2025 • 0 new comments -
use decomposition into bi/tri-connected components and atoms for iterating over minimal separators
#39383 commented on
Jul 6, 2025 • 0 new comments -
Implement iteration over some polynomial rings
#39399 commented on
Jul 5, 2025 • 0 new comments -
Replace `arithgroup.all` imports
#39428 commented on
Jul 6, 2025 • 0 new comments -
Add reduce_to_unit method to GaussValuation, fixes #39702
#39719 commented on
Jul 3, 2025 • 0 new comments -
Implement specified timeout for slow doctests
#39746 commented on
Jul 7, 2025 • 0 new comments -
move tree generation methods to `src/sage/graphs/generators/trees.pyx`
#39753 commented on
Jul 6, 2025 • 0 new comments -
Module and Graph method for Projective planarity via forbidden minors
#39802 commented on
Jul 4, 2025 • 0 new comments