Ecosyste.ms: OpenCollective

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

github.com/sagemath/sagetrac-mirror

Archive of the git branches attached to tickets on https://trac.sagemath.org/ before the migration to GitHub (Jan 30, 2023)
https://github.com/sagemath/sagetrac-mirror

sage.interface: Deprecate unused is_*Element functions, but do not introduce ABCs for them

b9eac04c741264d2731d6d0b83b43a7fdeef98a3 authored about 2 years ago
sage.interfaces.abc: Add FriCASElement, deprecate is_FriCASElement

e957fc9292401d99e4b1cf0a5636c3599a0f436a authored about 2 years ago
src/sage/interfaces/magma.py: Fix up

4cd6a826dc7207ac7d5dcdb11ddf9776ada4e5dd authored about 2 years ago
src/sage/interfaces/axiom.py: Fix up

381aaf9d04096b7a3feeb8824fda4368d8af975b authored about 2 years ago
sage.interfaces.abc: Add AxiomElement, deprecate is_AxiomElement

56b8bf6829e797a03f95bb0e4bca44fc81484376 authored about 2 years ago
sage.interfaces.abc: Add MagmaElement, deprecate is_MagmaElement

31128eedbd44371856f5062e0a46cd3de5852a7d authored about 2 years ago
sage.interfaces.abc: Add ExpectElement, deprecate is_ExpectElement

6b5a1012daff199ea855de550648fbd4fc1c1d6f authored about 2 years ago
trac #34809: avoid some code duplication

e662f1c82af5c6437671628d2a1c9f2b55be40be authored about 2 years ago
override _hash_ instead of __hash__

6e8ed10ebf6811084acb1a2ca7c81b6455f629ba authored about 2 years ago
deprecate is_GpElement

b4d5d5b94f175a8171abe0bc0cc5c3e6fe69df2f authored about 2 years ago
do not inherit hash from list_clone.pyx

ec0577e58372f91d929929b2787824a934ffb908 authored about 2 years ago
src/sage/interfaces/abc.py: Add doc

2604174d0ad2a7825d356ce8c219033cbf96eb96 authored about 2 years ago
Docstring typos and clarity + algorith fixes

Fixed returning _vizing_edge_coloring on components of a graph, removed
hex_color code duplicati...

bb35295eb69eb0cb621af65da7e73752df32611a authored about 2 years ago
src/sage/interfaces/abc.py (SingularElement, Macaulay2Element): New, use for isinstance testing

106a85b699eb16eb328451fa23c2dee133362a26 authored about 2 years ago
src/sage/interfaces/abc.py (GpElement): New, use it for isinstance testing

27c8788aaea7e9e8fd3d4540ce4e56b5242d884f authored about 2 years ago
Merge #34823

b8024150aa19c47fb893eca9fccb00bcc7c3fd54 authored about 2 years ago
src/sage/interfaces/gap.py: Reviewer edits

e99db3af3a814e9accdd10a915f651aabe9faa91 authored about 2 years ago
sage.interfaces.abc.GapElement: New, use it instead of sage.interfaces.gap.is_GapElement

8572f1576a544ac533507cbfe09811d47943b518 authored about 2 years ago
better rst, point at sage.interfaces.abc to use

6c75e9b0cc5679ee9ea5773ca1586eacf438e378 authored about 2 years ago
Trac #34796: Upgrade matplotlib to 3.6

As matplotlib 3.6 dependency, new standard package `contourpy` is added.

URL: https://trac.sage...

325b7c119c0cf14948e6052709a814bcd6e3f477 authored about 2 years ago
Trac #34698: Fix conversion bug in modular forms rings

We currently have the following behavior:
{{{
sage: M = ModularFormsRing(Gamma0(2))
sage: E4 = M...

dcc34e22111b723fbd94d22a0e76e97a6bafc69a authored about 2 years ago
Trac #34734: Adapt findstat interface to new version of findstat.org

findstat.org very recently switched to python 3, which slightly affects
doctests in the interfac...

bcf41a043e7a6e38e11305f15d05cd03473449a6 authored about 2 years ago
Trac #27652: parent of plethysm

URL: https://trac.sagemath.org/27652
Reported by: mantepse
Ticket author(s): Martin Rubey
Review...

7dfefc438ba16c7f4b83c5f2cb4fea53449d3f53 authored about 2 years ago
Trac #34714: fast path for factoring monomials over number fields

Trivial instances of univariate polynomial factorization over
complicated number fields are extr...

9d8a90d04a11da0bd5be5040e36fb4912b681e06 authored about 2 years ago
Trac #34789: fixes in normal_basis

remove deprecation from #29543

and makes sure that the code works to get the full basis in pres...

48952fb4700faaa1bad25bba6ab4f13408a446ff authored about 2 years ago
Trac #34658: Update numpy to 1.23.5, scipy 1.9.3, networkx 2.8.8, meson_python 0.11.0

https://github.com/numpy/numpy/releases/tag/v1.23.4

https://docs.scipy.org/doc/scipy/release.1....

7064a32556ca569ea597d47c925d591d600d698c authored about 2 years ago
Trac #34690: implement more constructions for Hadamard matrices, e.g. for size 116

With #32267 done, the next not yet implemented construction is for
n=116. This was originally co...

fb4c96a2121d633d5d00473c37e3fb17c6300aa6 authored about 2 years ago
Trac #34593: Document and manage temporary directories

This is a followup to #33213. Some users prefer (or need) to control
where temporary files are c...

40565e4607de695416f2bf45649c0ad9b587509b authored about 2 years ago
Trac #34760: latex of empty SkewPartition is broken

{{{
sage: p = SkewPartition([[],[]])
sage: latex(p)
--------------------------------------------...

a5100477278a7c066817d58859f18253ca6dd86e authored about 2 years ago
Trac #33757: commutativity test

In several places the commutativity of a ring is tested via
`isinstance(base_ring, sage.rings.ri...

0c12be1eb07819374f06f4ef3ccbb2f93dade7aa authored about 2 years ago
Trac #33941: Implement from_integer and to_integer for all finite fields, extending and replacing fetch_int and integer_representation

Finite fields have `.fetch_int()` to decode integers into finite-field
elements by reinterpretin...

f932b6b5baed36ad9010534eb49d48278c0b555b authored about 2 years ago
Trac #34792: Slight documentation update for modules built upon a FiniteRankFreeModule

After #34424 (merged in Sage 9.7.rc0), the documentation of
`TensorFreeModule`, `ExtPowerFreeMod...

0ead75a56b32087307e5ca6dbeaaffb8c3b85470 authored about 2 years ago
Trac #29360: change_ring() should preserve sparsity of vectors and vector spaces

{{{
sage: vector(QQ, 10, {0:1}, sparse=True).change_ring(AA).is_sparse() #
should be True
False...

ba1e6890d35eff38916e068a292bd9f474ee9779 authored about 2 years ago
Trac #34693: Further support for matplotlib 3.6

#34668 was focusing on making doctests pass but did not test
docbuilding.

The following plot in...

949866d1e73eb73a0bc5b170160d9592e7ccba20 authored about 2 years ago
remove unused import

6e1f451239e57919bae8c8ff505b310599f98499 authored about 2 years ago
Merge branch 'u/mantepse/parent_plethysm-27652' of trac.sagemath.org:sage into t/34515/factorization_of_symmetric_functions

f4542dd23c1407bd4b24b87b27d4bc88ddcc29df authored about 2 years ago
Merge branch 'develop' of trac.sagemath.org:sage into t/34515/factorization_of_symmetric_functions

114189ade528daa8d15203ba3905812aa8b75f78 authored about 2 years ago
deprecating is_GapElement

7c67a1089852beca7b5e0b80ad3cb2a319f0ceef authored about 2 years ago
remove is_GapElement from number fields code

adc231ef98032f86f42167a98dd86f3800f1ee9f authored about 2 years ago
src/sage/numerical/backends/scip_backend.pyx: Mark sage.doctest: optional - pyscipopt

b6242d23733b285b74030400e8f210d67a4c1644 authored about 2 years ago
Check for ideal preservation without creating an auxiliary algebra with non-valid differential

fe8478578b274536b46c4734fb1bb7da0e4b0657 authored about 2 years ago
trac #34809: smaller doctest on random graphs

e1382c7bbe782f9753bdcc726e720e95393d9725 authored about 2 years ago
Remove numerical separators from RealLiterals to avoid conversion issues

7aac17573027833982f6c5fe64ab66959cea4ccb authored about 2 years ago
Test case for random graphs

c07e48e2ddf8eeb341f35e4af050d8c57c0fc38f authored about 2 years ago
Merge #34766

6a3da674f45584cfc4380500941495e3f232e60f authored about 2 years ago
move import of libgap into a function

6e5ea791a3d846cfd70d9b361f168f6c2fa66a2b authored about 2 years ago
trac 34809: style

d9a16849b63ea4e2782bb8ce7c396d97548bb28f authored about 2 years ago
trac 34809: serious review commit

ef6b784f72255be2c1279210040661ac8e22836e authored about 2 years ago
build/pkgs/matplotlib/dependencies: Add contourpy

dac5eceb0ff5a9476a198ac2122b16c5aa956749 authored about 2 years ago
src/sage/graphs/graph_decompositions/vertex_separation.pyx: Add pyscipopt test

fe72aa5b094e22ba699f3492f8367bd9a93cbf1a authored about 2 years ago
src/sage/numerical/backends/scip_backend.pyx: Store pyscipopt variables by index

4104322c5a99e4180444e71c705d1c99b379586d authored about 2 years ago
A tiny edit to kick off testing

58800b09c3d043a1f30c0541b9f7be2f1061aa9d authored about 2 years ago
src/sage/graphs/graph_decompositions/vertex_separation.pyx: Factor out _vertex_separation_MILP_formulation

b33be2612efe5ea5118cefa3e04c3d74766a6ca0 authored about 2 years ago
src/sage/numerical/backends/scip_backend.pyx: Initialize obj_constant_term

5c8eefe34cf412f1c6676f026ce66679a7c2f72c authored about 2 years ago
src/sage/numerical/backends/scip_backend.pyx: pycodestyle fixes

5045ddf916cd07b16b33d6415e051fd6fc052252 authored about 2 years ago
src/sage/graphs/graph_decompositions/vertex_separation.pyx (pathwidth): Add keyword arg 'solver'

2f5f4d345ed58d19537ba799c5783d4c763b3375 authored about 2 years ago
pep cleanup in parallel/

f93022471db0b5ceebb0d127a89aed8796865df4 authored about 2 years ago
remove unused import

a52bc66349aadbc1d8a76e43279f8887f4a81447 authored about 2 years ago
Merge #34693

bd54629a76a447bfcf31feaf631d6454af95ce51 authored about 2 years ago
More edis of the doctest

64589686c261d33e6b5aff2589bcae8af004bcc6 authored about 2 years ago
Using external dict instead of graph labels

Instead of setting colors on the labels of the graph, sets them on a
dictionary, to avoid messin...

2435f49cd8ebd0f7b1df13775a25baddac1bdfcc authored about 2 years ago
Merge branch 'u/chapoton/33757' in 9.8.b4

b9e410d28fbf2ca2c66194071d88073ab2f655b3 authored about 2 years ago
Edit the doctest

a8741d8c60dc3e173b18cc373c4c203fcc2cec4f authored about 2 years ago
Merge branch 'develop' into t/34693/MPL3.6_docbuilding

dbfb9539ab9bbb5b2e460f4c4576835c58e84a2e authored about 2 years ago
Missing part of the fix

8371dd75013d5b973333b6e577e7ef17bbf042c1 authored about 2 years ago
use new function also elsewhere, fix typo

8e1394276ada51dc69b2efb098b917010c631ef4 authored about 2 years ago
return fraction-field elements in .rational_maps() and .x_rational_map()

9a9b72916c4f32a38ee82a6ecc61c60056bb4dd7 authored about 2 years ago
not len(u) != not u

9e5f25fc08ac6dbcc360d9af83a03ddba8cb313a authored about 2 years ago
Merge tag '9.8.beta4' into public/inseparable_elliptic_curve_isogenies

SageMath version 9.8.beta4, Release Date: 2022-11-21

09bb2e422fbc8fc0ec403b9e676b8e850b29e2fa authored about 2 years ago
return fraction-field elements in .rational_maps() and .x_rational_map()

551d0070ad4de4fc52649bdd62ffbe8706cc2373 authored about 2 years ago
Add back doctest

f0a77039bb2be3eb7cd06c036aaa8085652db403 authored about 2 years ago
Integrating vizing_edge_coloring to edge_coloring

This implements the modifications discussed at https://groups.google.com/g/sage-devel/c/AzD3codkw2I

2ba8294ef10bf6e75aed219e5902c7436dfe62ec authored about 2 years ago
use GapElement from an abstract superclass

1c4a69fdfee7ccf9aebb40bbc29b4453852cacb1 authored about 2 years ago
avoid is_GapElement

eb72ef050d94dd32cbb1499243af5de4e9eec22c authored about 2 years ago
src/sage/numerical/backends/generic_backend.pyx (default_mip_solver): Fix up

e4490b32bc80cb0614206601d0417cd4ac3cb2b3 authored about 2 years ago
refs to biblio file, trimmed trailing whitespaces, docstring fix

bd025a2e87389b9b7f5573049ad62cdd087e2bf0 authored about 2 years ago
adding ref to the typo in old paper, and cosmetic changes

021fbe5fa512b8eec5698eb7b1922b8581477fba authored about 2 years ago
Fix documentation of T sequences

b936e188336b054ac3a3eb545cfc9c3caa21744a authored about 2 years ago
remove another unused import

5a4ba58a3ebe5f882d0aa91ece68a7cdf3df3ec0 authored about 2 years ago
fix some compilation warnings

dcb2dda1836ca3a4b9b971ac7807301d5ac83405 authored about 2 years ago
Add note for typo in reference for T-sequences construction

3b5f11c7d1cdc9b10b8642693b4ebf470f29b8f2 authored about 2 years ago
tests also the option setting multiplication order

37d60d4b87569ed4524fc76c5aeeb2984e683c92 authored about 2 years ago
Merge #31329

df162d7f19f2c6d9a53d8329dda7ef468afb064a authored about 2 years ago
build/pkgs/scip/distros/conda.txt: New

9b402723dff9a32c66ed4d5fbccacd586c6720cf authored about 2 years ago
build/pkgs/pyscipopt/distros: New

d9b194d583d3d3cd66e2d0e17edb7e944c6da6ea authored about 2 years ago
src/sage/numerical/backends/scip_backend_test.py: New

83badd423128414c969a07f22ddc3de72387bf65 authored about 2 years ago
src/sage/numerical/backends/scip_backend.pyx: Fix tests

61ee99de874d02f4469ad4f4e7866c548c041fa2 authored about 2 years ago
src/sage/numerical/backends/scip_backend.pyx: Remove unicode prefix

260bf504f61a34d4b89e2d599bd3d476796ae59b authored about 2 years ago
src/sage/numerical/backends/scip_backend.pyx: Fix build errors

b596ba6de9d48a828878e525c6d9c47d7f899dae authored about 2 years ago
build/pkgs/pyscipopt/dependencies: Update

ea432dc3754b0acaef4e19d0166749991674775c authored about 2 years ago
build/pkgs/pyscipopt: Update to 4.2.0

230bb8f5e3544b2dcc6ea7643d274c0b773fe0e0 authored about 2 years ago
Add SCIP backend, New pip package pyscipopt

c132a7c43cbba03bf105cf9b57451fa0db97e6ac authored about 2 years ago
build/pkgs/pyscipopt: Update to 3.1.0, update metadata format

33d4fb864a72a10dfb63bf767ad8b32761e927f9 authored about 2 years ago
Merge #31329

9b43451bde568aab12eaa1bf8246d05a33cdd905 authored about 2 years ago
Merge #34726

931e348433c3a0a3cf75423e3d50ada517f839b2 authored about 2 years ago
Revert "build/pkgs/boost_cropped/distros/debian.txt: Add libboost-program-options-dev"

This reverts commit 088b11ae1dc9a01a55d2213b7606dffb6c5469f8.

45f957e011c946a26354615c4d86441c699a3617 authored about 2 years ago
build/pkgs/scipoptsuite: Fix install_name on macOS

0fc60a0c9a77ce58d1da4d017b5524e8553e65ec authored about 2 years ago
build/pkgs/scip: Rename from scipoptsuite

392455dc743a3c17a6ba750c4f9354cb15701b7f authored about 2 years ago
build/pkgs/soplex/dependencies: Add papilo

5efb7ba56ff1050aaa339909473de3ebd978b57b authored about 2 years ago
build/pkgs/{scipoptsuite,soplex}: Use papilo

2dd029e6607e7ef6966dee83d5db5f92fd3121ed authored about 2 years ago