10.6.beta0
Pre-release
Pre-release
What's Changed
- some work on deformed Burau matrix by @fchapoton in #38987
- simplify isogeny-enumeration code following #35949 by @yyyyx4 in #39019
- one more method in FHM-triangles by @fchapoton in #39020
- fix all ruff warnings SIM101 by @fchapoton in #39022
- Fix the right-border on unicode tables by @orlitzky in #39023
- Automated the generation of changelogs in text format by @soham30rane in #39024
- Numerical evaluation of modular form & implement conversion of more modular form spaces to Pari by @user202729 in #39028
- Remove pipfile by @tobiasdiez in #39031
- Some documentation clean-up by @user202729 in #39043
- provide default argument for monomial_coefficients by @mantepse in #39044
- pep8 cleanup in libs by @fchapoton in #39048
- Fixing typo with
$g_i^{-1}$ implementation in Yokonuma-Hecke algebras. by @tscrim in #39049 - Fix exactify caching when interrupted by @user202729 in #39050
- small-scale refresh for the sandpile file by @fchapoton in #39053
- pep8 cleanup for structure/ by @fchapoton in #39054
- pep8 cleanup in repl/ and sat/ by @fchapoton in #39055
- miscellanous pep8 cleanup by @fchapoton in #39056
- Make multivariate ideal reduce() work on integer by @user202729 in #39059
- Add degree checks for Jacobian models by @kwankyu in #39066
- unbreak "--disable-sage_conf" by @dimpase in #39067
- Fix the issue number format in deprecation comment by @kwankyu in #39074
- linting : some fixes for pyx files in modular by @fchapoton in #39084
- remove final empty lines in pxd/pxi files by @fchapoton in #39087
- Add dependency groups to
pyproject.toml
by @tobiasdiez in #37446 - fix green function in projective_ds by @bhutz in #38161
- Hashing affine group elements by @tscrim in #38508
- Use the faster libgiac interface for "giac" integration by @orlitzky in #38686
- Fast conversion from numpy ndarray to vector by @user202729 in #38834
- Improve Matrix_mod2_dense solve_right performance by @maple3142 in #38843
- Remove imports from
gsl.all
by @tobiasdiez in #38874 - provide the tilde species of a species by @mantepse in #38883
- libbraiding version bump by @miguelmarco in #38887
- Implemented methods pertaining to the canonical partition of a matching covered graph by @janmenjayap in #38892
- Remove jupyter_execute directory after doc build finishes by @kwankyu in #38895
- Fix ruff issues in
manifolds
by @tobiasdiez in #38909 - check for E302 by @fchapoton in #38920
- moving "is_integrally_closed" to the category setup. by @fchapoton in #38927
- src/sage/env.py: don't pass if mismatched SAGE_ROOT is None by @orlitzky in #38935
- Fix flaky simplicial set test by @user202729 in #38940
- Allow specifying arguments to Cython cell_magic by @user202729 in #38945
- adding the ring of quantum-valued polynomials by @fchapoton in #38952
- Overwrote methods concerning loops for a matching covered graph by @janmenjayap in #38955
- Hide GAP finiteness warnings during isomorphism check by @orlitzky in #38956
- Allow powers of SignGroup elements to live in other parents by @behackl in #38958
- Do not allow order of AbelianGroup generator to be negative by @DaveWitteMorris in #38970
- Fix build of meataxe extension with meson by @antonio-rojas in #38972
- allow incomparable labels in SetPartition by @mantepse in #38974
- support left and right actions for species by @mantepse in #38975
- a few PERF4 suggestions by ruff fixed by @fchapoton in #38976
- minor details in some pyx files in sets by @fchapoton in #38977
- avoid using isinstance IntegralDomain in modules by @fchapoton in #38978
- Allow python ints in sage.groups.generic.has_order by @DaveWitteMorris in #38980
- Use meson as backend for numpy.f2py by @tobiasdiez in #38983
- Fix detection of tdlib and mcqd with meson by @antonio-rojas in #38984
- tentative of free-Algebra functor by @fchapoton in #38989
- many single-backticks should be double-backticks by @DaveWitteMorris in #38991
- Fix crash when specify invalid base for RR and RIF construction by @user202729 in #39001
- Fix a few minor typos by @tobiasdiez in #39014
- hot-fix for ruff linter by @fchapoton in #39021
New Contributors
- @soham30rane made their first contribution in #39024
- @bhutz made their first contribution in #38161
- @maple3142 made their first contribution in #38843
- @behackl made their first contribution in #38958
Full Changelog: 10.5...10.6.beta0