10.6.beta5
Pre-release
Pre-release
·
297 commits
to develop
since this release
What's Changed
- Mark test as random to avoid failure by @user202729 in #39377
- avoid unnecessary divisions and calls to gcd by @mantepse in #38924
- Replace
os.killpg
on Windows by @tobiasdiez in #39013 - Fix Singular polynomial comparison by @user202729 in #39018
- unify and simplify orientation methods by @dcoudert in #39124
- Fix comment on ginac NegInfinity constant by @DaveWitteMorris in #39138
- Salvage work on gammoids by @gmou3 in #39155
- avoid some conversions to
short_digraph
indistances_all_pairs.pyx
by @dcoudert in #39223 - Unpoison
http_proxy
for optional pkgs by @gmou3 in #39226 - add parameter immutable to generators in
src/sage/graphs/graph_generators.py
by @dcoudert in #39247 - some details in string_ops by @fchapoton in #39254
- faster method
__mul__
for graphs by @dcoudert in #39300 - ignoring one more ruff check by @fchapoton in #39304
- expand and explain doctest of _preprocess_intertwining_relations by @mantepse in #39310
- move krull_dimension to the category framework by @fchapoton in #39311
- Bijectionist/improve init by @mantepse in #39313
- add parameter immutable to all methods in
sage/graphs/generators/basic.py
by @dcoudert in #39317 - [DOC] src/doc/fr/tutorial/conf.py: remove obsolete latex work-around by @jfbu in #39326
- totally trivial space adding ticket by @fchapoton in #39327
- fixes ruff PLC in categories by @fchapoton in #39335
- a few fixes for ruff PLC by @fchapoton in #39337
- fixing most of ruff-minimal outside of src/sage by @fchapoton in #39339
- fix pycodestyle E115 and activate this check in the linter by @fchapoton in #39340
- add an iterator over the minimal separators of a graph by @dcoudert in #39341
- simplify some .extend in combinat by @fchapoton in #39342
- use Parent in Laurent series by @fchapoton in #39343
- Fix broken sat solvers feature tests by @antonio-rojas in #39344
- some fixes after cython-lint by @fchapoton in #39346
- fix details in q_numbers by @fchapoton in #39348
- fix bug for zero-dimension Ehrhart polynomial by @fchapoton in #39349
- ⬆️ Bump dev-hanz-ops/install-gh-cli-action from 0.2.0 to 0.2.1 by @dependabot in #39352
- some fixes for PLR1716 by @fchapoton in #39354
- upgrade
igraph
to 0.10.15 andpython_igraph
to 0.11.8 by @dcoudert in #39358 - doc tweaks in padics by @fchapoton in #39360
- Shorten pickle for matrix_mod2_dense by @user202729 in #39367
- fix doctests for singular 4.4.1 by @tornaria in #39368
- adding some annotations in polyhedral complex by @fchapoton in #39375
Full Changelog: 10.6.beta4...10.6.beta5