10.8.beta0
Pre-release
Pre-release
·
2125 commits
to develop
since this release
What's Changed
- src/sage/doctest/control.py: log cysignals crashes to DOT_SAGE by @orlitzky in #36311
- Fix remaining all imports by @tobiasdiez in #39273
- Implement correct iteration through disjoint enumerated set for infinite set by @user202729 in #39443
- Fix a bug in caching of reduced norm of skew polynomials by @xcaruso in #39883
- Meson: test void linux on CI and add devcontainer for it by @tobiasdiez in #40089
- compute minimal polynomial of an isogeny & push such polynomials through other isogenies by @yyyyx4 in #40467
- meson: explicitly configurable options by @orlitzky in #40485
- Speed up
rootswhenmultiplicities=Falsefor polynomials over finite fields by @c0rydoras in #40494 - Improve Feng, PNC algorithm by @kappybar in #40510
- Simplify macos CI and make it more robust by @tobiasdiez in #40516
- Minor refactor for hyperelliptic curve by @user202729 in #40528
- Improve documentation formatting by @user202729 in #40531
- Implement compositional inverse by @user202729 in #40532
- Make Jacobian morphisms hashable by @user202729 in #40534
- Implement construction of hyperelliptic curves from defining equation by @user202729 in #40535
- Implement HyperellipticCurve.random_element() over finite fields by @user202729 in #40536
- Simplify group generic algorithm by @user202729 in #40537
- Fix an occurrence of lazy_import by @user202729 in #40541
- Update fricas to version 1.3.12 by @cxzhong in #40544
- Update NC k shortest simple path for Undirected graphs by @kappybar in #40547
- src/sage/matrix/special.py: fix typo quadraric -> quadratic by @orlitzky in #40550
- add missing double colon by @mantepse in #40551
- Fix broken KnotInfo URL by @soehms in #40553
- Minor optimization for integer conversion to double by @user202729 in #40557
- Add long time marker to several slow tests by @user202729 in #40558
- Cliquer update to 1.23, with .pc file by @dimpase in #40562
- bump libhomfly to 1.03 by @dimpase in #40573
- Fix Drinfeld module frobenius_endomorphism doc by @kryzar in #40575
New Contributors
- @c0rydoras made their first contribution in #40494
Full Changelog: 10.7...10.8.beta0