10.6.beta9
Pre-release
Pre-release
·
260 commits
to develop
since this release
What's Changed
- adding the check for pycodestyle E222 in pyx files by @fchapoton in #39610
- some typing in Permutation by @fchapoton in #39613
- Fixed _positive_roots_reflections for index_set different from {1, 2, …, n} by @ventu06 in #39617
- remove unused imports in rings by @fchapoton in #39619
- Fix documentation diff for cython() by @user202729 in #39621
- Fix Commutator subgroup of permutation group by @AdityaK1729 in #39624
- some fixes by ruff about nested max by @fchapoton in #39625
- remove pkg combinatorial_designs by @fchapoton in #39631
- some details in lean_matrix by @fchapoton in #39634
- removing some unused imports in pyx files by @fchapoton in #39635
- unitary DFT for symmetric group algebra by @jacksonwalters in #38455
- Upgrade to pari 2.17.1, cypari 2.2.1, cysignals 1.12.3 by @antonio-rojas in #38749
- Show continuation lines when doctest crashes by @user202729 in #39102
- Add check for zero monomial in monomial_coefficient by @keltecc in #39256
- add parameter immutable to generators in
sage/graphs/digraph_generators.py
(part 3) by @dcoudert in #39269 - Migrate pyright workflow to use conda by @tobiasdiez in #39286
- add parameter
immutable
to transitive closure methods insage/graphs/generic_graph.py
by @dcoudert in #39287 - Test pip editable install with meson by @user202729 in #39369
- Fix compilation and doctests with flintlib 3.2 by @tornaria in #39413
- Disable broken and outdated CI by @tobiasdiez in #39467
- Provide an iterative version on some functions on trees by @Oscfon in #39519
- Fixes error causing period function in BinaryRecurrenceSequence to stall and added enhancement by @Noel-Roemmele in #39546
- Remove defining ideal hack by @user202729 in #39559
- Meson: Remove unused build dependencies ppl and fplll by @tobiasdiez in #39562
- Bump pillow and cffi by @dimpase in #39571
- some details in schemes, typing annotation for gens by @fchapoton in #39579
- remove traces of experimental package
modular_decomposition
by @dcoudert in #39593 - fix latex code in one crystal file by @fchapoton in #39594
- extract _front_back_facets method out of _tikz_3d_in_3d polyhedron method by @seblabbe in #39597
- bump executing to 2.2.0 by @dimpase in #39602
- minor details in boolean_polynomials by @fchapoton in #39605
- minor details in invariant_theory (pep8) by @fchapoton in #39606
- add missing parenthesis in magma conversion file by @fchapoton in #39607
- some minor details in fusion_double by @fchapoton in #39609
- remove unused import + pep8 cleanup in modform/element by @fchapoton in #39611
- Improve documentation of discrete valuations by @saraedum in #39612
- Fix spacing for documentation by @user202729 in #39623
- Fixed issue the caused random element in for Tuples to stall by adding unrank method. by @Noel-Roemmele in #39626
- add magma as optional algorithm for Coxeter polynomial of posets by @fchapoton in #39629
- Implement matrix Schubert variety ideals by @tscrim in #39632
New Contributors
- @ventu06 made their first contribution in #39617
- @AdityaK1729 made their first contribution in #39624
- @keltecc made their first contribution in #39256
- @Oscfon made their first contribution in #39519
Full Changelog: 10.6.beta8...10.6.beta9