cross posting

On Mon, Aug 2, 2021 at 10:59 AM Raymond Rogers <raymond.roger...@gmail.com>
wrote:

> Where do I report bugs/inconsistencies/errors (?)
>

sage-support might be a better place for that sort of report.
I'll be happy to approve your post right away.

I am having, at least, inconsistencies with the "copy(manifold)"
> copy(manifold)  doesn't produce an isolated copy;  it leaks backwards
> whereas manifold.copy('m')  works as I expected (for better or worse)
> I tried running a test program (regression testing) in 9.2, and I got
> another error concerning immutability, but at least it didn't produce an
> incorrect result.
> I can copy the test program wherever needed.
>
> On Saturday, July 31, 2021 at 1:17:55 AM UTC-4 Raymond Rogers wrote:
>
>> I have never used pytest but "make test" generated":
>> All tests passed!
>> ----------------------------------------------------------------------
>> Total time for all tests: 15476.6 seconds
>>     cpu time: 11245.0 seconds
>>     cumulative wall time: 14700.3 seconds
>> ------
>> I''ve learned patience :)
>> On Friday, July 30, 2021 at 7:14:24 PM UTC-4 Kenji Iohara wrote:
>>
>>> On my Mac OS 11.5, it compiled perfectly from the first built whereas I
>>> had some problem ptestlong
>>> claiming that I don't have Pytest even if     pytest --version  gives
>>> me pytest 6.2.4...
>>>
>>> 2021年7月30日(金) 23:23 Raymond Rogers <raymond....@gmail.com>:
>>>
>>>> I would like to thank the developers!  After numerous attempts, in two
>>>> versions, to compile/use 9.3; 9.4.rco compiled without a problem :)
>>>> When I finally got 9.3 to run, my target program, kerrgeodesic_gw--
>>>> https://github.com/BlackHolePerturbationToolkit/kerrgeodesic_gw, would
>>>> kill  the kernel; or one time posted mpmath errors :)   My system is
>>>> Ubuntu-mate 21.04.  I had a choice, either this "candidate"  or reinstall
>>>> 20.04.  Now I can go back to "draining the swamp" (in my mind).
>>>>
>>>> On Friday, July 30, 2021 at 1:42:45 AM UTC-4 tsc...@ucdavis.edu wrote:
>>>>
>>>>> Thank you Volker for merging many of the tickets.
>>>>>
>>>>> I would appreciate it if we could have #32006 merged for the next
>>>>> release since it contains a number of minor but still very important
>>>>> documentation changes (such as changing information about the default 3d
>>>>> viewers). If we are also cutting another rc version, I would also like to
>>>>> request that #32142 be merged as it was positively reviewed for a 3 weeks
>>>>> before it was attempted to be merged with a stupid (and effectively
>>>>> trivial) issue preventing the pdf from building. (Admittedly, this was my
>>>>> fault for not noticing this earlier, but I implemented this feature based
>>>>> on a request I got. So I would understand if this would not be included.)
>>>>>
>>>>> Best,
>>>>> Travis
>>>>>
>>>>>
>>>>> On Friday, July 30, 2021 at 1:59:38 AM UTC+10 emanuel.c...@gmail.com
>>>>> wrote:
>>>>>
>>>>>> On Debian testing running on core i5 + 8 GB RAM, upgrading 9.4.beta5
>>>>>> to 9.4.rc0 and running ptestlong gives the same results as reported
>>>>>> <https://groups.google.com/g/sage-release/c/c7Dntbmyep0/m/MKytskmuAgAJ>
>>>>>> for 9.4.beta5 and previous versions.
>>>>>>
>>>>>> HTH,
>>>>>> Le mercredi 28 juillet 2021 à 23:25:22 UTC+2, Volker Braun a écrit :
>>>>>>
>>>>>>> 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
>>>>>>>
>>>>>>> bd073b49ba (HEAD -> develop, tag: 9.4.rc0, trac/develop) Updated
>>>>>>> SageMath version to 9.4.rc0
>>>>>>> 5ab9e1634b Trac #32079: Provide early termination via *_found
>>>>>>> variable for AC_PATH_PROGS_FEATURE_CHECK
>>>>>>> e94bb52df4 Trac #30668: Prepare for autoconf-2.71
>>>>>>> 0c03d03357 Trac #31944: Minimal Periodic/Preperiodic Scheme
>>>>>>> cf95cf9f5b Trac #32063: Documentation: remove duplicate reference
>>>>>>> entry
>>>>>>> 230044aa5c Trac #32059: Riemann surfaces documentation
>>>>>>> 0de34970b9 Trac #32041: Reduce base field broken for algebraic
>>>>>>> closure of finite field
>>>>>>> 9f9f430a87 Trac #32018: Error in sage.numerical.gauss_legendre nodes
>>>>>>> 1fadb1b652 Trac #31714: Improve some error message for `solve()`
>>>>>>> bbd7c64e28 Trac #32235: Fix typos: weather, wether -> whether
>>>>>>> 9f81140653 Trac #32194: is_preperiodic error over finite fields
>>>>>>> b2f40d91e9 Trac #32166: Add affine_preperiodic_model to dynamical
>>>>>>> systems
>>>>>>> 238fc08f57 Trac #32115: doctest that pynac series bug has been fixed
>>>>>>> 02b40a9335 Trac #32091: Convert cusps to and from PARI
>>>>>>> bfdbf9dfaf Trac #32039: Change "and over" to "over" in _repr_() of
>>>>>>> (boundary) modular symbols
>>>>>>> d8f408c088 Trac #32032: DefaultTermMonoidFactory should be used in
>>>>>>> doctests in term_monoid
>>>>>>> 1bafd69086 Trac #32025: PolyhedronFace: Fix pickling test
>>>>>>> 7b0a822fdc Trac #32016: Fix hurwitz_zeta(0, x) not expanding
>>>>>>> 4bdab5e108 Trac #32007: Better labels for boolean lattice
>>>>>>> e6ddc3a733 Trac #31954: Hyperplane Transformation Matrix
>>>>>>> ebb8746318 Trac #31906: Faster point transform matrix
>>>>>>> afa7dc5249 Trac #31900: Some Laplace transform doctests
>>>>>>> d2240ab44c Trac #31857: some details in references in various files
>>>>>>> d539c332e7 Trac #31735: Add decomposition_type method to number
>>>>>>> fields
>>>>>>> ff584ffeec Trac #31683: Simplify FiniteWord_class.primitive_length
>>>>>>> 1d595c13b4 Trac #30520: Fix sign of symbolic product product(1 -
>>>>>>> q^k, k, 1, N)
>>>>>>> 73e07fcb9f Trac #30348: fix patchbot plugin failures for #20970
>>>>>>> d931f28831 Trac #29738: perhaps symbolic expressions should not have
>>>>>>> a length
>>>>>>> abb05a5986 Trac #32254: Obtain singular.hlp location via
>>>>>>> libsingular_resources
>>>>>>> c3a816f640 Trac #32248: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.generic_graph - part 3
>>>>>>> 3b4cae163c Trac #32247: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.generic_graph - part 2
>>>>>>> 4f56c89eda Trac #32246: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.generic_graph - part 1
>>>>>>> 2f60c8ce6c Trac #32244: homebrew: csdp installation broken
>>>>>>> 43ebbc11c4 Trac #32241: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.graph _coloring
>>>>>>> c396c99f09 Trac #32240: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.graph - part 4
>>>>>>> c09e72a683 Trac #32239: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.graph - part 3
>>>>>>> 42a1e9b7c7 Trac #32238: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.graph - part 2
>>>>>>> 2551a1ac24 Trac #32237: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.graph - part 1
>>>>>>> f1c4afd888 Trac #32236: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.digraph
>>>>>>> 59a8fa6555 Trac #32233: Remove DeprecatedSFunction (SFunction,
>>>>>>> PrimitiveFunction)
>>>>>>> b68dfdc1fe Trac #32225: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.connectivity
>>>>>>> de8ca00442 Trac #32224: Fix use of MixedIntegerLinearProgram in
>>>>>>> sage.graphs.domination
>>>>>>> ca123e8309 Trac #31881: RealSet: Extend constructors so that they
>>>>>>> can build manifold objects
>>>>>>> f7f6bf919a Trac #32222: Fix use of MixedIntegerLinearProgram in
>>>>>>> vertex_separation
>>>>>>> 634276bd3b Trac #32221: sage.combinat, .matroids, .geometry: Fix use
>>>>>>> of MixedIntegerLinearProgram
>>>>>>> cf8ff3d734 Trac #32220: sage.sat, sage.numerical: Fix use of
>>>>>>> MixedIntegerLinearProgram
>>>>>>> a346898631 Trac #32219: SimplicialComplex.is_partitionable,
>>>>>>> Link.plot: Fix use of MixedIntegerLinearProgram
>>>>>>> 52eac72bdd Trac #32218: sage.combinat.designs: Use
>>>>>>> MixedIntegerLinearProgram.get_values options convert, tolerance
>>>>>>> d82d497f9f Trac #32216: Update the developers guide for implicitly
>>>>>>> fuzzing doctests
>>>>>>> 22cbe6dade Trac #32213: Make cmake a standard package
>>>>>>> 9851b26e84 Trac #32210: Bug in multiplication of Ore polynomial
>>>>>>> e98992134b Trac #32197: MixedIntegerLinearProgram.get_values: Add
>>>>>>> options convert, tolerance.
>>>>>>> 162a9f3e71 Trac #32145: Finite dimensional twisted invariant module
>>>>>>> 4e804fe288 Trac #32003: Fix regression in RealBallField
>>>>>>> 5113f64ac4 Trac #31993: ConvexSet_base: Add affine_hull,
>>>>>>> affine_hull_projection, an_affine_basis
>>>>>>> d1fc4b6046 Trac #31896: Fix for field of definition functions
>>>>>>> 82e0199dce Trac #31835: Fix contact info for gap & gap_packages spkg
>>>>>>> abcef87ab4 Trac #31773: make doctests compatible with Macaulay2 1.17
>>>>>>> 71e523a57f Trac #31510: Forgetting brackets in Permutation group
>>>>>>> silently yields wrong group
>>>>>>> 933e642de4 Trac #31083: Fix for potential good reduction for
>>>>>>> dynamical systems
>>>>>>> 6b525d67ea Trac #28324: Add test for homomorphisms from permutation
>>>>>>> groups to Galois groups
>>>>>>> 8bae3ff7ad (tag: 9.4.beta6) Updated SageMath version to 9.4.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 sage-release...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/sage-release/8bcd7abc-c91f-4f1b-ac0a-a5e618e91162n%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/sage-release/8bcd7abc-c91f-4f1b-ac0a-a5e618e91162n%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> --
> 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 sage-release+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-release/a0bbbe8f-5685-403b-9499-21adbfb34558n%40googlegroups.com
> <https://groups.google.com/d/msgid/sage-release/a0bbbe8f-5685-403b-9499-21adbfb34558n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAEQuuAX5VEJmW2cH2bQHyA5qA9smA6bkOq%2BWJzMWtvRcaN406A%40mail.gmail.com.

Reply via email to