This is on Apple Silicon Macs ("M" series) with Homebrew up to date (make
and make pytest and make ptestlong), on macOS 11.7.5, macOS 12.6.4 and
macOS 13.3.
To make make work, make -j1 is usually needed.
Without Homebrew's OpenBLAS (still at version 0.3.22 which is buggy),
make installs
OpenBLAS SPKG version 0.3.21.
make ptestlong gives
sage -t --long --warn-long … --random-seed=…
src/sage/modular/modform_hecketriangle/abstract_space.py # 3 doctests
failed
sage -t --long --warn-long … --random-seed=…
src/sage/modular/modform_hecketriangle/readme.py # 1 doctest failed
sage -t --long --warn-long … --random-seed=…
src/sage/modular/modform_hecketriangle/space.py # 2 doctests failed
(see https://github.com/sagemath/sage/issues/35273)
Additionally:
On macOS 11.7.5:
sage -t --long --warn-long … --random-seed=…
src/sage/matrix/matrix_gf2e_dense.pyx # 1 doctest failed
(see https://github.com/sagemath/sage/issues/33212)
On macOS 13.3:
sage -t --long --warn-long … --random-seed=…
src/sage/structure/coerce_actions.pyx # 3 doctests failed
(perhaps due to the processor being too fast?)
Guillermo
On Sat, 1 Apr 2023 at 22:51, Volker Braun <[email protected]> wrote:
> As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
>
> 5dd80aa9392 (tag: 10.0.beta7, github/develop) Updated SageMath version to
> 10.0.beta7
> ad0ea73c1df gh-35310: Fix radius and diameter for digraphs with
> non-comparable vertices
> 85da6cc1c98 gh-35307: Use StringIO to format polynomials
> ea678b91cb3 gh-35304: HTML documentation: Add copy buttons to code blocks
> bbedc6858a8 gh-35303: `pyscipopt`: Update to 4.3.0, use tarball without
> generated .c files, run Cython instead
> 29b99c9320a gh-35294: Avoid a square root computation in
> EllipticCurve_field.quadratic_twist
> 8c983b65c53 gh-35293: Arity check for shift and added some warnings
> 70388e81128 gh-35291: do not evaluate unnecessarily
> f6f4bddd62f gh-35290: update pplpy to 0.8.7 - to make gcc 12.2.1 happy
> 7373dc68d4f gh-35289: pplpy*: update upstream info and deps
> dfb38baa8a2 gh-35287: add missing colon in `finite_drinfeld_module.py`
> 734bdaad87e gh-35284: primesieve/count update, add gentoo packages info
> for them
> 11eed27b302 gh-35283: Modularization fixes for imports of number fields
> f73c88bdc97 gh-35280: support all= keyword argument in
> AlgebraicClosureFiniteFieldElement.sqrt()
> 1d591ead614 gh-35279: `sage.categories`: Modularization fixes for imports
> 8429622e431 gh-35278: Use the Docker images published on ghcr.io without
> 'docker' in the name (step 3)
> 9156b7b6620 gh-35277:
> `sage.rings.polynomial.polynomial_ring[_constructor]`: Handle missing
> implementation modules
> 0f7314db4c3 gh-35275: Drinfeld modules: Make some imports lazy
> db57bd315fd gh-35270: construct AdditiveAbelianGroupWrapper from (not
> necessarily independent) generating set
> be6021de796 gh-35267: `sage.manifolds`, `sage.tensor`: Add `# optional`
> doctest tags for modularization
> 428b14896c8 gh-35266: `sage.graphs`: Add `# optional` doctest tags for
> modularization
> 3142be97687 gh-35265: Improve approximate order on getitem calls
> 45e98cba714 gh-35263: `sage.topology`: Move imports from `sage.graphs`,
> `sage.homology` into methods
> 65c89ec43b0 gh-35262: support calling PARI's qfbcornacchia() from BinaryQF
> ba48bda2d04 gh-35257: shorter doctests in finite monoids
> ad7ce44d5fa gh-35254: Fix docstring of `src/sage/rings/lazy_series.py`
> 93d9f618c70 gh-35253: Deprecate `is_Algebra`, `is_CommutativeAlgebra`
> 936979b69a2 gh-35252: more standard shape for error messages in combinat
> dc05f71558a gh-35250: Fix doctests for nauty 2.8.6 output changes
> 633289921e8 gh-35249: catch some more precise exceptions in combinat/
> 8aa0254588c gh-35248: using "change_ring" in quadratic_forms
> 211c2a151bb gh-35244: fix pep E303 in all folders starting with [defghi]
> 88de5abfb1c gh-35240: ABC for `BooleanPolynomialRing`
> c9daf3694f3 gh-35237: `sage.features`: Add `sage.libs.singular`, features
> for standard Python packages
> 0e2dc21da58 gh-35236: Make Expression.simplify optionally use sympy
> f5815de87ef gh-35233: systematically avoid checking of input
> c1a0323e24f gh-35230: `sage.rings.function_field`: Modularization fixes
> 3b8f20e17fb gh-35229:
> `sage.rings.polynomial.laurent_polynomial_ring_base`: Split out from
> `.laurent_polynomial_ring`
> d9f79a6401a gh-35228: large partial pep cleanup in cluster_seed
> 03e1c317aba gh-35224: fixing some :class:, :meth: roles
> 9e46c9a50ff gh-35222: Reference Manual: fix definition of inverse Laplace
> transform
> d9627673cfa gh-35220: add tests for solved issue about fraction fields
> f7e36b4f1c8 gh-35218: reduce exponents of AbelianGroup elements modulo the
> respective orders
> 81e2b34e9e4 gh-35215: Trac #34920: Fix description of inputs of primes.
> 42817c21f0b gh-35214: Some improvements for braids computations
> ac79f65b188 gh-35211: Add skew Hadamard matrices up to order 1000
> b0aaac8389b gh-35210: Refactor subs() of multivariate polynomials for
> readability and efficiency
> 0ae9698c0ab gh-35181: Document, lint, and fix placement of magic comments
> in multiline doctests
> db7af748361 gh-35166: Improve CM testing for elliptic curves over number
> fields
> d57bcbd0f7e gh-35102: Introduce extension of scalars coercion of
> CombinatorialFreeModules
> e3807586999 gh-35037: Implement symmetry classes of plane partitions
> b5d509b08ff gh-35036: Implement Specht modules for diagrams
> 82e02a10e90 (tag: 10.0.beta6) Updated SageMath version to 10.0.beta6
>
--
You received this message because you are subscribed to the Google Groups
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-release/CANnG189%2Brv7J8gevXTBGW_vMD%2BS2P007f%2ByAZpj_L8vFwHq3hw%40mail.gmail.com.