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

Add Turyn construction with available data

cfbaa8572dbe5ec4e87130f46b81bd3a8aebfd50 authored about 2 years ago
Fix baumert-hall units construction and related tests

0d3333d86c099447f7c5338b220cd96da8c62847 authored about 2 years ago
Add Turyn construction of hadamard matrices

58cc895bcfecb3476d3785fe88630f43af3c336c authored about 2 years ago
Add construction of Baumert-Hall units

3cd5592f5b21d72864278e8dfb3babeaf3edbdbc authored about 2 years ago
Add constructions of 4-symbol delta codes

dc40b74bc3644be27d9c86e30b7106c3d1d82957 authored about 2 years ago
Move williamson quadruples to external function

beb392cba91bebf5d6f774bfbd8a1cbef5b320da authored about 2 years ago
slight fix of the reference format

4036d0f9cc48dbbc7efb581b508cfa20239270b7 authored about 2 years ago
Fix doctests in hadamard_matrix_williamson_type

759f67411867134d81a04ba4ccfd9fb74c1be9fd authored about 2 years ago
Add documentation for hadamard_matrix_156

6f86d95cced80245fc17bf1e0352499851b498a6 authored about 2 years ago
Add matrix of order 156 to general hadamard matrix construction

1536825610738e6cd8dc5dfbf6f90439dedf468c authored about 2 years ago
Add construction for order 156

cb8da90078fe2f54e30fe49fde01aef70dcbdd48 authored about 2 years ago
Fix documentation for williamson contruction

381fc7d15dac4f0fe200956531039994cd109ca0 authored about 2 years ago
Add williamson method to general hadamard matrix contruction

54b10a4dfe13cf54f8edd5e06245b77f8181671a authored about 2 years ago
Always check williamson necessary conditions

11cc9e5a5f20eb5004f3ec140a5cf71ba148e0bc authored about 2 years ago
Add contruction of williamson type hadamard matrix for n=116 and n=172

063ebe84c8e5a64fb1eee87a5977047d8dc040d5 authored about 2 years ago
Add williamson type hadamard matrix construction

76d41ebbfa432b45af0f17fb9d3151d90f769355 authored about 2 years ago
formatting + docs and doctest + removed warning

7d92dfda14062fc3e81325c76801b129430e907d authored about 2 years ago
trac #33562: fix merge conflict with 9.8.beta4

fe8b4d5e49b1b17b49d32498317df5a93e878032 authored about 2 years ago
make imports of is_GapEelment uniform across files

d4bde80f350975b30e5795aa5ffc7333f5c80911 authored about 2 years ago
fix coersion of libgap FFelements; switch to libgap

With the ticket branch, this works:

sage: F=GF(25)
sage: F(libgap.Z(25)^3)
4*z2 + 3

21e38a73fa41698d02ec4c00597e35b5dbd0eda6 authored about 2 years ago
.github/workflows: Update actions

bd193c4f4f1d1440559ed3aab8fd9189a094fd7e authored about 2 years ago
Trac #34740: dead hyperlinks in developer manual

The following section of the developer manual:

https://doc.sagemath.org/html/en/developer/sage_...

3670306d20ffe165496cf78bc223d0e4e1453657 authored about 2 years ago
Merge tag '9.8.beta4' into t/34658/update_numpy_to_1_23_4

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

d74528c0c41e6368c14274817337d011ae24a6f7 authored about 2 years ago
Trac #34722: some code cleanup in WeierstrassIsomorphism

This is mainly to reduce the amount of code duplication in
`sage.schemes.elliptic_curves.weierst...

9666ae7ced6b5e2297bc2b014c26f8018a074bbb authored about 2 years ago
Trac #34759: some details in filtered simplicial complexes

- some pep8 changes
- fix details in documentation

URL: https://trac.sagemath.org/34759
Reporte...

f41abf6243d190a80452426fe19c8d860ef8c594 authored about 2 years ago
Trac #34756: Documentation regarding setting up SageMath's Jupyter kernel in an existing installation points to wrong directory

The instructions given in
https://doc.sagemath.org/html/en/installation/launching.html#setting-u...

dfc299ba564f687ed0ffa3e2114a0611dbec19a9 authored about 2 years ago
Trac #34753: fix all W391 in pyx files

namely, no empty final lines

already done for py files, and will be added to the linter later

...

513a7bc6a9c6594c9d4c5f580f1c2fa35592fd14 authored about 2 years ago
Trac #34751: Update sage tutorial

URL: https://trac.sagemath.org/34751
Reported by: klee
Ticket author(s): Kwankyu Lee
Reviewer(s)...

7503e42cf2f47cad1a6f7a75478cd973b348f65d authored about 2 years ago
Trac #34745: modernize super in algebras/ again

using the short syntax super() where possible

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

623ea7446d34dfeaa648fd2f3ef2b5f0ba7e2160 authored about 2 years ago
Trac #34741: OS X 13: filter out dylib warning

With OS X 13 and/or Xcode 14, Sage can produce warnings
{{{
ld: warning: dylib (/path/to/SAGE_RO...

f2fa759773708495bd483d7676f75e483e9556d5 authored about 2 years ago
Trac #34738: tiny details in symbolic min and max

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

a4748c342ab0bc9eeb2d40ca90238debfb48fa87 authored about 2 years ago
Trac #34769: use libgap in simplicial_complex

this is just a 1-line change.

A part of #26902

URL: https://trac.sagemath.org/34769
Reported b...

fb213dfda77f113a61e45f7089b817f6a2df9b3f authored about 2 years ago
Trac #34765: meson: Add spkg-configure.m4

Although `meson` is written in Python, `meson-python` invokes `meson`
only as an executable (not...

01beb6a106929ec2d7978c809f935166e0935cd1 authored about 2 years ago
Trac #34762: Fix random chain complex doctest

As reported in https://trac.sagemath.org/ticket/32544#comment:36.

URL: https://trac.sagemath.or...

d94c73341408a3f60693f804fcce103a8b104ce0 authored about 2 years ago
Trac #34761: Remove src/sage/libs/fes.pyx

We don't have `fes` as a package. It was an old-style package.

It exists in Fedora (https://rep...

b3398f0543d7ce36e0fc69a59000867c1bb950e0 authored about 2 years ago
Trac #34754: Remove module-level imports from sage.plot

... so that modularized distributions do not have to depend on
matplotlib.

URL: https://trac.sa...

3c42a395c22ac278e4c4260d6981967e98c55fd3 authored about 2 years ago
Trac #34569: Fix some quasimodular forms rings methods for congruence subgroups

The implementation currently assumes that the congruence subgroup is
`SL_2(Z)` and that the ring...

0d120581338e66f1345077cc7202e4e36fb600f4 authored about 2 years ago
Updated SageMath version to 9.8.beta4

84f02afa5c85e98aeba55c13e09d414871e6e35e authored about 2 years ago
build/pkgs/numpy: Update to 1.23.5

bbf5f95fc58782b544514959c9199ffb68060575 authored about 2 years ago
build/pkgs/meson_python: Update to 0.11.0

e9590f5c24b32e2c69dcd29553ae522d37bbfdcb authored about 2 years ago
use libgap rather than pexpect gap

18671900baa942dd408cda82be6ebb4d995afed8 authored about 2 years ago
fix latex for empty skew partitions

249ce49000a0beb73a5fe1ed51b43963adb1f01a authored about 2 years ago
build/pkgs/meson: Add spkg-configure.m4, distros/

f5b5d990e343261ea3feec4afc17638419fbfa71 authored about 2 years ago
Merge #34081

cc351d4d8643cd1f0ce50f90db722a9cc4ad64f3 authored about 2 years ago
check whether we have a fraction field

ccc925fd1bd22721b9e478f13350231663c31334 authored about 2 years ago
src/sage/modular/quasimodform/ring.py: delete unused variable assignment

51412f335ff90d77c65967c58d1de98476245680 authored about 2 years ago
build/pkgs/papilo: Patch out dependency on boost program_options, use PAPILO_NO_BINARIES=1

a52e72f39c93852e3f8207619dbbad4a18c781d9 authored about 2 years ago
trac 34762: fix doctest with random chain complexes

89fdaf3944146a50f92bb12e60120b7d56313344 authored about 2 years ago
adding some :meth: links

71cc4e960313234d61cd58ef57eec73f6b3e87b6 authored about 2 years ago
src/doc/en/reference/libs/index.rst: Remove fes

1ecd04267fc16a0e6b7b9c8763cd9ac6bb37f5d8 authored about 2 years ago
src/sage/rings/polynomial/multi_polynomial_sequence.py: Remove use of fes

e7c8026920c146b96a2c2999139eded1825b3110 authored about 2 years ago
src/sage/libs/fes.pyx: Remove

444d3f3f581a0f1cb2f3497664ffb46405182024 authored about 2 years ago
implement _floordiv_ and gcd

dec76ef80dd7169d48858c2103592df9c9118ff2 authored about 2 years ago
some details in filtered simplicial complexes

2dcf70c25eadc1af982ef53c836bd47e88c3b343 authored about 2 years ago
refactoring + improvements + warning + doctests

c46e83804a3221529c7477dd350662c701540414 authored about 2 years ago
initial logic / proof of concept

ce05306774ecec1fdd0f8a9657e956e6ac8fda1f authored about 2 years ago
trac 34756: appended /kernels to jupyter kernel paths

096e22811a936af07c4b3b55974ca30f02e7360d authored about 2 years ago
_repr_svg_ for Dyck words

90278a789175f4c204cd0f6861cfe795aad10b18 authored about 2 years ago
Remove module-level imports from sage.plot

b50cd0b9b9fd1fb26e248669edc02a8fb2bf6150 authored about 2 years ago
build/pkgs/networkx: Update to 2.8.8

313d0fdf8e25e3799df87840e2efc5852acb750c authored about 2 years ago
Merge tag '9.8.beta3' into t/34658/update_numpy_to_1_23_4

SageMath version 9.8.beta3, Release Date: 2022-10-30

5fc95bdf1c57de290a993be8a7a7f0328f5e5032 authored about 2 years ago
fix W391 in pyx files (no empty final lines)

cd0e58d4febe84d3d9b9d4472b26ecc179b1b53b authored about 2 years ago
A tiny fix for a glaring error

bb42d889e2647edbe74dd3598d0dd5aafc9a97fe authored about 2 years ago
Remove old materials from tutorial

1de311622a6412f45a2232ae4a51e9d13c75b464 authored about 2 years ago
Trac #34737: less use of gap.eval in linear code

but there remains some uses in the same file

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

03f68f4aa9602d246824f764e2ea328fa52577c7 authored about 2 years ago
Trac #34735: some details in hyperelliptic_padic_field

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

96c4ae9184a2bca28fa21f2bc4723cc714d5037d authored about 2 years ago
Trac #34731: math display broken because of missing .

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

f9cee4ddd29cc00fea8f704bdea980fe1da72483 authored about 2 years ago
Trac #34727: .multiplication_by_m_isogeny() fails for negative m

{{{#!sage
sage: EllipticCurve([5,5]).multiplication_by_m_isogeny(-1)
# ...
AssertionError: bug i...

1b9ac4d11cdc32b1dbbe16cbddd43ddf046de017 authored about 2 years ago
Trac #34723: elliptic_curves/hom_velusqrt.py: random test failure

Sage 9.7 on x86_64:
{{{
sage -t --long --random-seed=190440690778015682984135421278300846991
/ni...

bcabe95d75f1214d554eeba6ebf95293c8c9eb2e authored about 2 years ago
Trac #34710: Keep object entries in TOC in short form

Sphinx, upgraded to 5.2.3 in #34615, builds the doc with object
(classes, functions, ...) entrie...

8e1b55bb21e6b4913af539be4cf27a5d52bf501d authored about 2 years ago
Trac #34746: Upgrade cmake to 3.24.3, increase minimum system cmake version to 3.11

scip (#31329) fails to build with the older cmake provided by ubuntu-
xenial (https://github.com...

576ea23021f4229ee9d8b68fbc5a801114f927c9 authored about 2 years ago
Trac #34739: get rid of some usage of "long" python2 type in pyx files

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

6cc6cf548eeac304f910ab92344d8bd8ee663b01 authored about 2 years ago
Trac #34736: cleanup for QQ-curves

mostly pep8 details

also adding one doctest

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

80c3f4658dc6833907f7d50b24743532b195316f authored about 2 years ago
Trac #34733: polynomial quo_rem gives wrong answer for noncommutative rings

As reported in [https://groups.google.com/g/sage-
devel/c/D4jOrvAyyj8/m/yL9YEsE5GAAJ this sage-d...

e338c18b4128e14ab18d0d68e14eaafb3ed84efa authored about 2 years ago
Trac #34732: more opportunistic caching of elliptic-curve and point orders

This is a follow-up to #32786 with the following changes:

- Copy curve orders between domain an...

6fda98d9de96cdde9e07d6047b862c2aaf4c3dfc authored about 2 years ago
Trac #34692: Frobenius endomorphism creation fail for infinite ring extension

I wish to instantiate the Frobenius endomorphism of the field `Fq(X)`
seen as a ring over `Fq[X]...

d883104bb2e002693694cf510669e9adddb4b523 authored about 2 years ago
Trac #30217: tox.ini: Add tests with Ubuntu + deadsnakes

Using https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa

for example: `tox -e docker-ubuntu-...

df312d1b178852ad39cb770e5f38c397e94e2afc authored about 2 years ago
Trac #34730: Rebase sage_autodoc to sphinx 5.3.0

We rebase `sage_autodoc` to Sphinx 5.3.0.

This is a step toward eventual removal of sage_autodo...

b52855ecc64ef26d1bf2f1b0f3986c281aa713a9 authored about 2 years ago
Trac #33878: Upgrade cypari2 to 2.1.3

This is needed for python 3.11 support (#33842) and to make cypari
compatible with current pari ...

9e0f15669b93028c7af3cce79fbc50971cb405b6 authored about 2 years ago
Trac #32570: tox.ini, GH Actions: Update macOS environments to macOS 11, 12

The macOS-10.15 environment is deprecated and will be unsupported on
2022-12-01. Homebrew packag...

cf0b066c0d93256f206892912cd3b9a27c992230 authored about 2 years ago
Trac #18917: Speed up NumberField.zeta()

Use PARI's `nfrootsof1()` function to massively speed up `zeta()`.

also fixes a bug that was no...

94bdf2f12f342b7eb377d51c74d7cb0bcf2ac590 authored about 2 years ago
Trac #34652: Import NN directly rather than lazily throughout the Sage library

This is extracted from #16522.

One issue raised on that ticket is that it is problematic to use...

a30f206758b22e037759edf9f09c796ba8cc8669 authored about 2 years ago
Trac #34709: fix cython warning in blas_dict

similar to #23771

plus full pep8 cleanup in stream.py

URL: https://trac.sagemath.org/34709
Rep...

c4edf81bf10b79184ff125da15165fc162445b49 authored about 2 years ago
Trac #26084: Detect default colorscheme (dark/light)

The default sage colorscheme is pretty much
[https://ask.sagemath.org/question/10060/sage-termin...

9574dd15131c494d5b291925d206a4edff1e4208 authored about 2 years ago
Trac #34081: Upgrade scipy to 1.9.x, add meson toolchain

- https://scipy.github.io/devdocs/release.1.9.0.html (released)
- scipy.optimize.milp (HiGHS M...

5048fd4c54428d38d04aac5e3b8bcbe8917d779d authored about 2 years ago
Trac #34589: VectorFieldModule, TensorFieldModule, DiffFormModule: Add methods tensor_product, tensor_power, update category of TensorFieldModule

... as previously done for `FiniteRankFreeModule` etc.

We introduce abstract base classes `Refl...

4b9a50080bdb9d3dbf9c77de02636d81c735d03e authored about 2 years ago
Trac #34729: topcom now requires autotools

Regression probably introduced by Trac #31531: Update topcom to 1.1.2,
fix cddlib header search
...

1df550e3c3d85b2be691541cf726829748ecc50c authored about 2 years ago
Trac #34724: echelonize() on RR matrices should not use "classical" algorithm

From [https://groups.google.com/d/msgid/sage-
devel/bec2d18e-8034-440c-8076-9a5e9ec93d2cn%40goog...

b641e6f01666f2913f885de0a832655b079ffe5a authored about 2 years ago
Trac #34719: move carmichael_lambda() from sage.crypto.util to sage.arith.misc

The Carmichael λ function currently resides in the `sage.crypto.util`
module, but it's really mu...

8443dc3d8a50a99d53437a6babd9213bc0e40aaf authored about 2 years ago
Trac #34705: fix and activate W605 and E306 in pyx files

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

5097749144097881ef6c297b42ba8585c13e20cd authored about 2 years ago
Trac #34703: remove traces of lgtm

as this website is going to be closed very soon

URL: https://trac.sagemath.org/34703
Reported b...

4f157b7bddcd190048e54021e9c56a90f7e7148e authored about 2 years ago
Trac #34716: fix assertion failure in _discrete_log_pgroup() when group is trivial

As of Sage 9.7, this causes an assertion failure:

{{{#!sage
sage: E = EllipticCurve(GF(487^2), ...

4edaafebeede460a24c52c2d647da7a4c7fc40a4 authored about 2 years ago
Trac #34676: Upgrade pip 22.3 and various other Python packages

and introduce new standard packages

- `hatch_fancy_pypi_readme`: Fancy PyPI READMEs with Hatch
...

30d86af37d21597042f954958c1122f0dccd3932 authored about 2 years ago
Trac #34704: clean whitespace W293 in py files

but one, changed elsewhere

and in some pyx files too

URL: https://trac.sagemath.org/34704
Repo...

127c01cd4a9c9f10244929324edeb8dd68286413 authored about 2 years ago
build/pkgs/python3/spkg-configure.m4: Accept system python 3.11

d7b029436482fd3ef264892effc8d92dbfdad539 authored about 2 years ago
src/sage/misc/fpickle.pyx: Fix docstring markup

fd4d697579053a65c7504ee0798fcb9c9e88a9a2 authored about 2 years ago
src/sage/repl/attach.py: Fix doctest markup

57d89ee13db91440436ae0eafc9759ac1706bb44 authored about 2 years ago
Trac #?????: tox.ini: Add gentoo-python3.11

64d11dd9b7f64f4084040e4821cb14cc5c6c1ca7 authored about 2 years ago
Merge #34081

8c45492346c8ed64f4ad2ac44f699c36e4de0663 authored about 2 years ago
Merge #33878

6293af01af88aeab7cee3e2814d661d2be257e55 authored about 2 years ago