10.6.beta6
Pre-release
Pre-release
·
576 commits
to develop
since this release
What's Changed
- Test that the Sage git repo is clean. by @jhpalmieri in #39392
- breaking lines after else: in pyx files by @fchapoton in #39393
- conversion of symmetric functions to and from magma by @fchapoton in #39403
- Resolve error in
transversal_matroid.pyx
by @gmou3 in #39405 - Implementation of the general Burau representation for Artin groups by @tscrim in #39415
- more spkg-configures (new/fixes) by @dimpase in #39418
- fix one optional internet doctest in oeis.py by @fchapoton in #39422
- Fix bug with sage_getfile in meson editable install by @user202729 in #39424
- Fix basis of multivariate polynomial ring by @user202729 in #39425
- Declare
del_edge
ascpdef
by @gmou3 in #39429 - Delay LaTeX feature tests as long as possible by @orlitzky in #39430
- Fixed FFT setting function that assumed that values were uninitialized by @Noel-Roemmele in #39431
- Fixed randomly failing test in bigraphical hyperplane function by @Noel-Roemmele in #39432
- bump GAP to 4.14.0 by @dimpase in #39435
- enhanced details in link.py by @fchapoton in #39438
- using next in isogeny plotting by @fchapoton in #39439
- introduce the alias "is_congruence_uniform" in lattices by @fchapoton in #39440
- some details in KR crystals by @fchapoton in #39441
- Fixes incorrect behaviour when taking the derivative of a constant matrix by @pyrusbrawler64 in #39451
- Remove all__sagemath_categories by @tobiasdiez in #39457
- remove old deprecation in modular symbols by @fchapoton in #39461
- remove a deprecation simplicial complexes by @fchapoton in #39462
- remove deprecated stuff in cremona_database by @fchapoton in #39463
- remove deprecated stuff in polyhedron plot by @fchapoton in #39465
- Fix documentation of integral_points by @user202729 in #39468
- small improvement in
classically_highest_weight_vectors
by @dcoudert in #39469 - Fix incorrect exponentiation of modular forms by @grhkm21 in #35944
- convert magma power series rings by @fchapoton in #38794
- Remove SAGE_DB from public interface by @tobiasdiez in #39012
- Implemented methods concerning bricks and braces of a matching covered graph by @janmenjayap in #39065
- Minor refactor for is_exact by @user202729 in #39137
- Fix alarm tests by @user202729 in #39142
- Add _make_named_class_key for several categories, miscellaneous changes by @user202729 in #39160
- Remove backslash hack in doctest by @user202729 in #39186
- Make tests compatible with numpy 2.1 by @user202729 in #39242
- Replace
pari.all
imports by direct imports from pari and cypari by @tobiasdiez in #39265 - Specify use_sources=True in cython compilation by @user202729 in #39275
- add parameter
immutable
to some graph operations insage/graphs/generic_graph.py
by @dcoudert in #39280 - add parameter
immutable
to some graph products insage/graphs/generic_graph.py
by @dcoudert in #39285 - more care about parameter
immutable
insage/graphs/generic_graph.py
by @dcoudert in #39297 - activate check for ruff PLW0127 by @fchapoton in #39347
- bump fpylll to 0.6.3, fplll to 5.5.0 by @dimpase in #39353
- Add doctest that integral of 0 function is 0 by @DaveWitteMorris in #39362
- Updated random_diagonal_matrix function so it works for any ring by @Noel-Roemmele in #39374
- Fix build with meson documentation by @user202729 in #39378
- inline an inner function in random two-sphere (for speed) by @fchapoton in #39380
- Correct method
is_sparse_paving
by @gmou3 in #39382 - fixing PLW0120 by @fchapoton in #39384
- use the faster binomial in combinat by @fchapoton in #39385
- minor changes about faster binomial in modular by @fchapoton in #39387
- using the binomial method in categories + cleanup by @fchapoton in #39388
- minor detail in combin. polyhedron by @fchapoton in #39389
matroids/database_collections.py
: Single quotes by @gmou3 in #39390- Add wrapper for FLINT's
acb_dirichlet_zeta_zeros
by @lairez in #39391 - move methods into category of fields by @fchapoton in #39394
- Simplify invert for polynomial quotient ring element by @user202729 in #39402
New Contributors
- @Noel-Roemmele made their first contribution in #39431
- @pyrusbrawler64 made their first contribution in #39451
- @lairez made their first contribution in #39391
Full Changelog: 10.6.beta5...10.6.beta6