Re: [sage-release] Sage 9.8.beta4 released

2022-11-29 Thread David Joyner
Compiled fine on a brand new linux laptop running ubuntu 22,04 after
following the instructions at
https://doc.sagemath.org/html/en/installation/source.html
configure asked me to install
sudo apt-get install  libec-dev eclib-tools fflas-ffpack libfplll-dev
libgivaro-dev liblinb
ox-dev liblrcalc-dev libprimesieve-dev libqhull-dev
and
sudo apt-get install  4ti2 gpgconf openssh-client git libigraph-dev
polymake libpolymake-de
v default-jdk libavdevice-dev

wdj@system76-pc:~$ uname -a
Linux system76-pc 6.0.6-76060006-generic
#202210290932~1667401208~22.04~d2df702~dev-Ubuntu SMP PREEMPT_DY x86_
64 x86_64 x86_64 GNU/Linux

On Mon, Nov 21, 2022 at 6:16 PM Volker Braun  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
>
> 84f02afa5c8 (trac/develop, tag: 9.8.beta4) Updated SageMath version to 
> 9.8.beta4
> 03f68f4aa96 Trac #34737: less use of gap.eval in linear code
> 96c4ae9184a Trac #34735: some details in hyperelliptic_padic_field
> f9cee4ddd29 Trac #34731: math display broken because of missing .
> 1b9ac4d11cd Trac #34727: .multiplication_by_m_isogeny() fails for negative m
> bcabe95d75f Trac #34723: elliptic_curves/hom_velusqrt.py: random test failure
> 8e1b55bb21e Trac #34710: Keep object entries in TOC in short form
> 576ea23021f Trac #34746: Upgrade cmake to 3.24.3, increase minimum system 
> cmake version to 3.11
> 6cc6cf548ee Trac #34739: get rid of some usage of "long" python2 type in pyx 
> files
> 80c3f4658dc Trac #34736: cleanup for QQ-curves
> e338c18b412 Trac #34733: polynomial quo_rem gives wrong answer for 
> noncommutative rings
> 6fda98d9de9 Trac #34732: more opportunistic caching of elliptic-curve and 
> point orders
> d883104bb2e Trac #34692: Frobenius endomorphism creation fail for infinite 
> ring extension
> df312d1b178 Trac #30217: tox.ini: Add tests with Ubuntu + deadsnakes
> b52855ecc64 Trac #34730: Rebase sage_autodoc to sphinx 5.3.0
> 1df550e3c3d Trac #34729: topcom now requires autotools
> c4edf81bf10 Trac #34709: fix cython warning in blas_dict
> a30f206758b Trac #34652: Import NN directly rather than lazily throughout the 
> Sage library
> 4b9a50080bd Trac #34589: VectorFieldModule, TensorFieldModule, 
> DiffFormModule: Add methods tensor_product, tensor_power, update category of 
> TensorFieldModule
> 9e0f15669b9 Trac #33878: Upgrade cypari2 to 2.1.3
> cf0b066c0d9 Trac #32570: tox.ini, GH Actions: Update macOS environments to 
> macOS 11, 12
> 9574dd15131 Trac #26084: Detect default colorscheme (dark/light)
> 94bdf2f12f3 Trac #18917: Speed up NumberField.zeta()
> b641e6f0166 Trac #34724: echelonize() on RR matrices should not use 
> "classical" algorithm
> 5048fd4c544 Trac #34081: Upgrade scipy to 1.9.x, add meson toolchain
> 8443dc3d8a5 Trac #34719: move carmichael_lambda() from sage.crypto.util to 
> sage.arith.misc
> 4edaafebeed Trac #34716: fix assertion failure in _discrete_log_pgroup() when 
> group is trivial
> 50977491440 Trac #34705: fix and activate W605 and E306 in pyx files
> 127c01cd4a9 Trac #34704: clean whitespace W293 in py files
> 4f157b7bddc Trac #34703: remove traces of lgtm
> 30d86af37d2 Trac #34676: Upgrade pip 22.3 and various other Python packages
> 17cc8b3d400 Trac #34654: Pickling frobenius endomorphism is broken
> 642f1157431 Trac #24462: Add tests that discriminant() of number fields is 
> Integer
> 69f026a80d4 Trac #34713: Update IPython to 8.6
> a2850f84bd2 Trac #34712: partial pep8 cleanup for number_field.py
> 3478e6fa5d3 Trac #34707: Bug in Clifford algebra multiplication
> dee975299c2 Trac #34702: fix deprecated use of PyEval_Call*
> 3b6033475ee Trac #34681: Error with multiplication of points on elliptic 
> curves over Integers(n)
> 4b482ce49c9 Trac #34651: Add `multivariate_interpolation` for multivariate 
> polynomial rings
> 139fe8eaa0b Trac #34611: fast implementation of exp
> c709fa42921 Trac #34397: pycodestyle cleanup in 
> src/sage/graphs/generic_graph.py (part 9)
> 58c9281ec67 Trac #32267: make hadamard_matrix() use all the Hadamard matrices 
> Sage knows
> edfa1f93738 Trac #30423: F-Matrix Factory
> 7aa226ced2f Trac #34699: some details about INPUT and INPUT in the doc
> c4079b7488c Trac #34697: minor fixes in doc in pyx files
> 813072800d9 Trac #34691: companion matrix of constant polynomial has the 
> wrong parent
> 6b70584ab66 Trac #34638: refresh the file categories/rings.py
> f634f6b0195 Trac #34368: implement the F,H,M triangles
> 859c3516190 Trac #34689: make Compositions() an additive monoid
> b5082885f9a Trac #34665: openssl spkg-configure.m4: Also require openssl if 
> curl needs to be built
> 487f2f9bca8 Trac #34662: sage.combinat.permutation.from_cycles produces wrong 
> result when 'cycles' is a generator
> ab0944d9eaf Trac #34636: make sparsity a decision of the user
> 24d0a8a1219 Trac #34381: Add infinite q-Pochhammer symbol
> ef1d3d23588 Trac #34260: Implement northwest diagrams

Re: [sage-release] Sage 9.6.rc2 released

2022-04-27 Thread David Joyner
On Wed, Apr 27, 2022 at 11:43 AM Dima Pasechnik  wrote:
>
>
>
> On Wed, 27 Apr 2022, 16:26 David Joyner,  wrote:
>>
>> On Wed, Apr 27, 2022 at 10:44 AM Dima Pasechnik  wrote:
>> >
>> > This looks like incompatiblity with system-wide nauty (I assume Sage 
>> > installed its own nauty, right?/
>> >
>> > Can you uninstall the system nauty and try again?
>> >
>>
>> I don't see a system-wide nauty. I installed giac 1.6.0 using
>> sudo apt install xcas
>> but
>> ./config.status --recheck && ./config.status
>> make
>> didn't seem to pick it up.
>
>
> the system wide giac might come with libnauty, no? Anyway, the following are 
> errors from you log, and they are about
> missing symbols in a copy of libnauty.so
> in /usr/lib
>

Thanks Dima for this hint. (And thanks everyone else as well
for their emails.)

I tried
sudo apt remove libnauty2-dev
and
sudo apt remove xcas
then
./config.status --recheck && ./config.status
make

5 hours later, the compilation finished without errors.

This issue was that I just upgraded ubuntu to 21.10 and that
broke my older version of sage. Thanks for the help
recompiling.  Everything is working fine now.

- David Joyner


> So you do have it there
>
>
> 619 /usr/bin/ld: /usr/lib/gcc/x86_64-linux
> -gnu/11/../../../x86_64-linux-gnu/libn
> auty.so: undefined reference to `graph
> _free@CLIQUER_1'
> 620 /usr/bin/ld: /usr/lib/gcc/x86_64-linux
> -gnu/11/../../../x86_64-linux-gnu/libn
> auty.so: undefined reference to `cliqu
> e_unweighted_find_single@CLIQUER_1'
> 621 /usr/bin/ld: /usr/lib/gcc/x86_64-linux
> -gnu/11/../../../x86_64-linux-gnu/libn
> auty.so: undefined reference to `graph
> _new@CLIQUER_1'
>
>
>>
>>
>>
>>
>> > On Wed, 27 Apr 2022, 14:57 David Joyner,  wrote:
>> >>
>> >> Hi:
>> >>
>> >> On a Ubuntu 21.10 laptop, I got this:
>> >>
>> >> The following package(s) may have failed to build (not necessarily
>> >> during this run of 'make all-start'):
>> >> * package: giac-1.6.0.47p3.p0
>> >>
>> >> The log file is attached.
>> >>
>> >> - David Joyner
>> >>
>> >> On Mon, Apr 25, 2022 at 6:48 PM Volker Braun  
>> >> 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
>> >> >
>> >> > 67c34fee1d (trac/develop, tag: 9.6.rc2) Updated SageMath version to 
>> >> > 9.6.rc2
>> >> > 9b2069cf00 Trac #33747: Fix workflow build.yml
>> >> > b9dce970ea Trac #33746: Upgrade virtualenv, fix missing dependencies
>> >> > 8b27cf35a9 Trac #33738: Standard package beautifulsoup4 is missing a 
>> >> > dependency
>> >> > 7950f93e7c Trac #33588: warnings to ignore are not ignored when a 
>> >> > doctest is tagged with # tol
>> >> > a68c1a Trac #33729: Latex display of integer mod ring is broken
>> >> > 14be90c7b8 Trac #33724: GH Actions: Use 
>> >> > --enable-download-from-upstream-url in build, doc-build workflows
>> >> > 4c9e563885 Trac #33722: symengine: Fix install script
>> >> > f1c3da866a Trac #33694: Developer manual: Remove mention of 
>> >> > SAGE_ROOT/src/module_list.py
>> >> > fbe3865362 Trac #33672: python3 spkg-configure.m4: Suppress output
>> >> > 3285e374b4 Trac #33666: Mutable polyhedron (ppl) saves incorrect 
>> >> > Vrepresentation
>> >> > a00769f3a1 Trac #33648: Update/reorder git instructions in Developer's 
>> >> > Guide
>> >> > 121b0a8dd6 Trac #33592: do not use temp file with jupyter nb by default
>> >> > 781a14a17d Trac #33521: doctesting with pytest fails on system install 
>> >> > of sage
>> >> > 79dc3dfb7c Trac #33088: More updates for installation and developer 
>> >> > guides
>> >> > b5a7bd11a3 Trac #33078: Update package info for system python3 on Cygwin
>> >> > ad69a5b07b (tag: 9.6.rc1) Updated SageMath version to 9.6.rc1
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google 
>> >> > Groups "sage-release" group.
>> >> >

Re: [sage-release] Sage 9.6.rc2 released

2022-04-27 Thread David Joyner
On Wed, Apr 27, 2022 at 10:44 AM Dima Pasechnik  wrote:
>
> This looks like incompatiblity with system-wide nauty (I assume Sage 
> installed its own nauty, right?/
>
> Can you uninstall the system nauty and try again?
>

I don't see a system-wide nauty. I installed giac 1.6.0 using
sudo apt install xcas
but
./config.status --recheck && ./config.status
make
didn't seem to pick it up.


> On Wed, 27 Apr 2022, 14:57 David Joyner,  wrote:
>>
>> Hi:
>>
>> On a Ubuntu 21.10 laptop, I got this:
>>
>> The following package(s) may have failed to build (not necessarily
>> during this run of 'make all-start'):
>> * package: giac-1.6.0.47p3.p0
>>
>> The log file is attached.
>>
>> - David Joyner
>>
>> On Mon, Apr 25, 2022 at 6:48 PM Volker Braun  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
>> >
>> > 67c34fee1d (trac/develop, tag: 9.6.rc2) Updated SageMath version to 9.6.rc2
>> > 9b2069cf00 Trac #33747: Fix workflow build.yml
>> > b9dce970ea Trac #33746: Upgrade virtualenv, fix missing dependencies
>> > 8b27cf35a9 Trac #33738: Standard package beautifulsoup4 is missing a 
>> > dependency
>> > 7950f93e7c Trac #33588: warnings to ignore are not ignored when a doctest 
>> > is tagged with # tol
>> > a68c1a Trac #33729: Latex display of integer mod ring is broken
>> > 14be90c7b8 Trac #33724: GH Actions: Use 
>> > --enable-download-from-upstream-url in build, doc-build workflows
>> > 4c9e563885 Trac #33722: symengine: Fix install script
>> > f1c3da866a Trac #33694: Developer manual: Remove mention of 
>> > SAGE_ROOT/src/module_list.py
>> > fbe3865362 Trac #33672: python3 spkg-configure.m4: Suppress output
>> > 3285e374b4 Trac #33666: Mutable polyhedron (ppl) saves incorrect 
>> > Vrepresentation
>> > a00769f3a1 Trac #33648: Update/reorder git instructions in Developer's 
>> > Guide
>> > 121b0a8dd6 Trac #33592: do not use temp file with jupyter nb by default
>> > 781a14a17d Trac #33521: doctesting with pytest fails on system install of 
>> > sage
>> > 79dc3dfb7c Trac #33088: More updates for installation and developer guides
>> > b5a7bd11a3 Trac #33078: Update package info for system python3 on Cygwin
>> > ad69a5b07b (tag: 9.6.rc1) Updated SageMath version to 9.6.rc1
>> >
>> > --
>> > 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/fbf8ad45-310d-46ce-af60-d1f895f68df8n%40googlegroups.com.
>>
>> --
>> 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/CAEQuuAWzW1LwEqg7NDOcOAAZN-rbnYsirkzdwi2eZD5W0PT8Eg%40mail.gmail.com.
>
> --
> 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/CAAWYfq1Ha8zgvRU_H1dCdy_GLy4%2BJ%2B4QHBV2MHssJYS3gN8DZg%40mail.gmail.com.

-- 
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/CAEQuuAWGP6P2wsjyqJVjCZyO_pWemj5OBFyOXs%2Bt8DUAgEqm-g%40mail.gmail.com.


Re: [sage-release] Sage 9.6.rc2 released

2022-04-27 Thread David Joyner
Hi:

On a Ubuntu 21.10 laptop, I got this:

The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):
* package: giac-1.6.0.47p3.p0

The log file is attached.

- David Joyner

On Mon, Apr 25, 2022 at 6:48 PM Volker Braun  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
>
> 67c34fee1d (trac/develop, tag: 9.6.rc2) Updated SageMath version to 9.6.rc2
> 9b2069cf00 Trac #33747: Fix workflow build.yml
> b9dce970ea Trac #33746: Upgrade virtualenv, fix missing dependencies
> 8b27cf35a9 Trac #33738: Standard package beautifulsoup4 is missing a 
> dependency
> 7950f93e7c Trac #33588: warnings to ignore are not ignored when a doctest is 
> tagged with # tol
> a68c1a Trac #33729: Latex display of integer mod ring is broken
> 14be90c7b8 Trac #33724: GH Actions: Use --enable-download-from-upstream-url 
> in build, doc-build workflows
> 4c9e563885 Trac #33722: symengine: Fix install script
> f1c3da866a Trac #33694: Developer manual: Remove mention of 
> SAGE_ROOT/src/module_list.py
> fbe3865362 Trac #33672: python3 spkg-configure.m4: Suppress output
> 3285e374b4 Trac #33666: Mutable polyhedron (ppl) saves incorrect 
> Vrepresentation
> a00769f3a1 Trac #33648: Update/reorder git instructions in Developer's Guide
> 121b0a8dd6 Trac #33592: do not use temp file with jupyter nb by default
> 781a14a17d Trac #33521: doctesting with pytest fails on system install of sage
> 79dc3dfb7c Trac #33088: More updates for installation and developer guides
> b5a7bd11a3 Trac #33078: Update package info for system python3 on Cygwin
> ad69a5b07b (tag: 9.6.rc1) Updated SageMath version to 9.6.rc1
>
> --
> 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/fbf8ad45-310d-46ce-af60-d1f895f68df8n%40googlegroups.com.

-- 
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/CAEQuuAWzW1LwEqg7NDOcOAAZN-rbnYsirkzdwi2eZD5W0PT8Eg%40mail.gmail.com.
Using cached file /home/wdj/sage+sagedays/sage-9.6.rc2/upstream/giac-1.6.0.47p3.tar.bz2
giac-1.6.0.47p3.p0

Setting up build directory for giac-1.6.0.47p3.p0
Finished extraction
Applying patches from ../patches...
Applying ../patches/0001-src-global.cc-Do-not-send-SIGINT-to-process-1.patch
patching file src/global.cc
Applying ../patches/cygwin-icas.patch
patching file src/icas.cc
Hunk #1 succeeded at 170 (offset 10 lines).
Hunk #2 succeeded at 178 (offset 10 lines).
Applying ../patches/dirent.patch
patching file src/help.cc
Hunk #1 succeeded at 66 (offset 14 lines).
Hunk #2 succeeded at 1216 (offset 263 lines).
Hunk #3 succeeded at 1384 (offset 367 lines).
Applying ../patches/isnan-conflict.patch
patching file src/global.cc
Hunk #1 succeeded at 4263 (offset 124 lines).
Hunk #2 succeeded at 4272 (offset 124 lines).
Applying ../patches/macos-ifactor.patch
patching file src/ifactor.cc
Hunk #1 succeeded at 4015 (offset 8 lines).
Applying ../patches/nofltk-check.patch
patching file check/testgeo
patching file check/TP00-sol.cas
patching file check/TP00-sol.cas.out1
patching file check/TP02-sol.cas
patching file check/TP09-sol.cas
patching file check/TP19-sol.cas
Applying ../patches/pari_2_11.patch
patching file check/TP11-sol.cas.out1

Host system:
Linux chekov 5.13.0-40-generic #45-Ubuntu SMP Tue Mar 29 14:48:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.2.0-7ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-d

Re: [sage-release] Re: Sage 9.4.rc0 released

2021-08-02 Thread David Joyner
cross posting

On Mon, Aug 2, 2021 at 10:59 AM Raymond Rogers 
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 :
>>>
 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
>> 
>> 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 boole

Re: [sage-release] Sage 9.3.rc0 released

2021-03-25 Thread David Joyner
This release built from scratch on my mini mac, OS 11.2.3.

On Tue, Mar 23, 2021 at 8:10 PM Volker Braun  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
>
> 2c25f07cfd (tag: 9.3.rc0, trac/develop) Updated SageMath version to 9.3.rc0
> 5e86bf2b7a Trac #31326: macos-11.0: scipy build fails
> ba54691142 Trac #31253: Put equations in stable position for backend cdd
> badd79c19c Trac #30284: Immutability of Bundle Connections
> db46bf9d2f Trac #31340: memory leak when constructing a row of an integer
> matrix
> b80a47c7e6 Trac #29537: build not portable despite using
> SAGE_FAT_BINARY=yes, NTL/openblas/numpy-related
> 3071aad95c Trac #24688: implement Faltings height of an elliptic curve
> fd64106d4a Trac #31524: refresh one file about quadratic forms
> f990b22594 Trac #31520: refresh similarity class
> eb11d77df7 Trac #31518: refresh necklace.py
> 73239ab0bd Trac #31313: Memory leak in bipartite_graph (and so in
> generalised_quadrangle_with_spread)
> 2322da7448 Trac #23801: subfields of large finite fields raises a TypeError
> a452b31351 Trac #23459: QuadraticField(D) fails for large D
> 5ed8983af9 Trac #31503: Updates: pillow 8.1.2, matplotlib 3.3.4, imagesize
> 1.2.0
> 4c24441cf3 Trac #31047: Conversion of symbolic functions with latex_name
> or nargs from maxima and sympy is broken
> 35b61abdf1 Trac #31242: adding some capital letters to names
> 91d4938f2a Trac #31109: Add degree method to function  field element
> 6a9769caff Trac #29330: checking for skew_hermitian
> 077f2779f7 Trac #31497: fix some annotations and flake8 E702
> b570e32462 Trac #31493: tox.ini, build/bin/write-dockerfile.sh: Use
> configure --enable-download-from-upstream-url
> --enable-experimental-packages instead of setting SAGE_SPKG directly
> ab9ca9cf1b Trac #31374: Fix an if statement that is never called in
> normal_form
> f81c402442 Trac #31471: Matrix-wise functions for univariate polynomial
> matrices
> d1b5a25c8e Trac #31460: add_condition method improved
> 324fff0a5f Trac #30504: System package information for MacPorts
> 61eb20b36f Trac #28530: Bug in polynomial rootfinding over QQbar related
> to QQbar → CC → pari conversions
> 96b4d505ad Trac #10147: conversions of constant polynomials
> 1eeda605ac Trac #9825: desolve_system unable to interpret ilt and Maxima's
> temporary variables
> 69cfd456c4 Trac #31482: Update latte_int
> 1a15085c66 Trac #30383: Add "configure --disable-notebook"; show
> descriptions of optional packages in "configure --help"
> ca83d06475 Trac #25993: Upgrade Singular
> 941137bddc Trac #30826: Fix doubled word typos
> 30432b5769 Trac #23332: Calculating eigenvectors of symbolic matrices
> leads to a crash.
> ea68cd5537 Trac #31504: details in relint config
> e5683e76f0 Trac #31500: avoid empty list as default argument
> 06e0c36e96 Trac #31492: GH Actions: Reduce/reorder macOS tests
> dc5a69bc14 Trac #31484: Allow keyboard interrupt of mcqd
> 86d50d6f57 Trac #31474: Upgrade cysignals to 1.10.3
> e6fc887b24 Trac #31470: Allow matrices and vectors over Ore polynomial
> rings
> 309144acbb Trac #31467: Upgrade cvxopt to 1.2.6
> 30ed1a8ef1 Trac #31466: Upgrade numpy to 1.19.5
> 80b87cd65b Trac #31461: Fix tests formatting in
> `graphs/generators/families.py`
> 9ab135682a Trac #31454: Fix bug in WordMorphism.growing_letters() and
> periodic_points()
> 0ad9af13cb Trac #31394: add Gritsenko's SRG(65, 32, 15, 16)
> b5d584dcbb Trac #31375: bootstrap: Give advice regarding bootstrap
> prerequisites on failure
> 1ee782e9ad Trac #31360: git: Reduce from a normal standard package to an
> optional script package
> d1372cbb71 Trac #31330: less usage of deepcopy in quadratic forms
> 80303834d3 Trac #26912: Test failure in doctest framework
> 8d80eae366 Trac #31468: texttable: Add missing dependencies
> b48adf62e5 Trac #31423: Do not use sage-pip-uninstall for PEP-517
> packages, do not give up if sage-pip-uninstall fails
> 114dd26166 Trac #31335: homebrew: Unused packages (singular, pari, ...) in
> /usr/local leak into sagelib/cysignals builds via distutils.cfg
> 3a6e07dab4 Trac #31204: doctests: Filter out linker warning messages
> 5cb72aade9 (tag: 9.3.beta9) Updated SageMath version to 9.3.beta9
>
> --
> 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/5448d585-d490-42fe-9c5e-78588e554ecfn%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails 

Re: [sage-release] Sage 8.8.beta5 released

2019-05-16 Thread David Joyner
Installed fine with on a 2014 mini-mac running 10.14.5.

On Sat, May 11, 2019 at 9:40 AM Volker Braun  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
>
> baff1c42dd (tag: 8.8.beta5) Updated SageMath version to 8.8.beta5
> 71ded1d112 Trac #27797: remove one old note, and pep cleanup of
> zariski_vankampen
> 2735ee2c04 Trac #27786: yet another harvest of typos
> bd56d9 Trac #27796: get rid of dollar signs in elliptic curves
> 52fdfad1d7 Trac #27795: spkg-configure.m4 for perl_term_readline_gnu
> 595929f120 Trac #27794: py3: doctests in sets
> 8fa7e9c235 Trac #27782: 1 pynormaliz doctest failing in
> src/sage/geometry/polyhedron/backend_normaliz.py
> ddbf8517cd Trac #27779: Py3: Fix dynamics.arithmetic_dynamics for python3
> 3f3f9f8fc6 Trac #27776: some py3 fixes in ext
> 41b531ebb0 Trac #27755: some fixes and pep cleanup in number fields orders
> 51b11e4f33 Trac #27680: MR11: Lazy initialization of libgap
> 28b02c41ef Trac #27642: Re-run configure+make after installing an SPKG
> with sage -i
> 2512f066d4 Trac #27284: spkg-configure.m4 for pcre
> 11ce0d345d Trac #24905: Upgrade polymake to version 3.4
> 320848ca5d Trac #2693: Sage should have generic resultant implementation
> for multivariate polynomials
> dde47f6924 Trac #27771: py3: matroid/unpickling.pyx fix
> b7f85e720c Trac #27768: py3: fix a flaky doctest in multipoly element
> adc54ac6cb Trac #27767: py3: fix regression in qqbar.py
> 027201ea48 Trac #27766: Add a few more 'optional - build' tags
> 080beb1a9c Trac #27748: avoid using is_package_installed in
> generic_graph.py
> 2cc376afb3 Trac #27711: Remove deprecated parameter "implementation" from
> Graph and DiGraph constructors
> 2a23b96573 Trac #27706: building doc: u'\xe9' in position 19: ordinal not
> in range(128)
> 7073b50509 Trac #27559: py3: maxint to maxsize in cryptominisat interface
> b26d1ad7f4 Trac #26982: remove dynamics/interval_exchanges and
> dynamics/flat_surfaces
> b38af08e41 Trac #24082: Genus from a TorsionQuadraticModules and a
> signature pair
> ba0f482123 Trac #27236: PariError: bug in gerepile when factoring
> polynomials
> 2264f560b8 Trac #27756: pyflakes and pep cleanup for free monoids
> 55699b1a57 Trac #27743: Hyperplane Arrangement enhancements
> 9cd0936c52 Trac #27739: commutative rings have commutative monoids of
> ideals
> b5ebee39f2 Trac #27622: Minor import fix in misc/package.py
> c63bda62ab Trac #27759: cleanup pyflakes warnings in sage.rings.asymptotic
> b317ba9555 Trac #27758: py3: remaining fixes in doc/en
> e57105d5a2 Trac #27757: py3: remaining fixes in categories
> b4f31996cd Trac #27746: Upgrade LiDIA to v2.3.0+latte-patches-2019-05-01
> c78e8ce544 Trac #27742: PolymakeElement._sage_: Handle polymake type
> Polyhedron
> c1b8bd1bcf Trac #27741: bug in sympy conversion of hypergeometric with
> tuple arg of length 1
> 4fb11501c4 Trac #27740: pyflakes and pep8 cleanup in features
> b607472081 Trac #27735: Support matrix input in @interact
> 5dbc7ced54 Trac #27732: py3: fix one doctest in semigroups category
> 76b3fb388f Trac #27674: py3: some fixes to rings/polynomial
> 3b73058655 Trac #27653: Update sympy to 1.4
> 1363b54194 Trac #27641: SAGE_SPKG_CONFIGURE macro: Add new pre-check and
> post-check optional arguments
> 9c129a313c Trac #27588: Py3: Fix libs.ntl.ntl_ZZ_pX.pyx doctests.
> 027d0c5e6c Trac #27487: spkg-configure.m4 for cmake
> cba1d16698 Trac #27479: Univariate PolynomialRing with 'negdegrevlex'
> order does not get 'ds' order in Singular
> d8c5874b48 Trac #27262: remove "Replacing library search directory in
> linker " in src/setup.py
> 86c5bb0002 Trac #26718: Upgrade to three.js r100
> 46912716a3 Trac #26592: py3: combinat/designs: bytes-like object is
> required, not 'str'
> 40f87c92b6 Trac #25989: PolynomialSequence should handle iterator as input
> 37c2490525 Trac #27753: Fix patchbot on Python 3
> 5c0b498fb2 Trac #27656: py3: Fix table display in Jupyter notebook with
> Sage kernel
> b9782553cc Trac #27751: barvinok spkg-install syntax error
> d765ee2917 (tag: 8.8.beta4) Updated SageMath version to 8.8.beta4
>
> --
> 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 post to this group, send email to sage-release@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-release.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-release/96ded118-b8df-4abd-ae78-6de775429d5c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Goo

Re: [sage-release] Re: Sage 8.4 released

2018-10-20 Thread David Joyner
On Sat, Oct 20, 2018 at 7:54 AM Volker Braun  wrote:

> Binaries are up now!
>

FYI, the binary seems to install and work fine on mac OS 10.14.1


> --
> 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 post to this group, send email to sage-release@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.6.beta0 released

2015-02-20 Thread David Joyner
On Tue, Feb 17, 2015 at 8:42 PM, Volker Braun  wrote:
> As usual, get the "develop" branch or the source tarball from
> http://www.sagemath.org/download-latest.html
>

Are the sizes on
http://boxen.math.washington.edu/home/sagemath/sage-mirror/devel/index.html
correct? For example, I am finding that the download of the tarball
for sage-6.6b0 is 479.7 MB,
not 457.44 MB.


> a4ea588 Updated Sage version to 6.6.beta0
> 241df69 Trac #16844: matrix constructor of free Z-module homomorphism
> 99f6bab Trac #17787: Wrong result returned by Graph.is_interval
> 4abceff Trac #17773: Disable PARI_stack_limit
> 90bcd78 Trac #17772: Sublinking of static_dense_graph
> 54f894d Trac #17771: Implement the forget cycle map
> 996be0a Trac #17767: Simplify cythonization of sage.misc
> d3d3bbc Trac #17766: Simplify cythonization of sage.category, coding, and
> ext.
> 0c0dc94 Trac #17748: Include sage.misc.sage_input in the reference manual
> 77bae1b Trac #17744: Fix bruhat_graph
> f3f855a Trac #17742: Each pointer declaration should be on its own line.
> 07befed Trac #17738: Remove wrapper_parent.pyx
> 6a2ab39 Trac #17727: Remove redundant parent_c() functions
> 2fe5bef Trac #17726: Replace PY_TYPE() by type()
> 15b43bc Trac #17725: Replace PY_TYPE_CHECK_EXACT
> 7fc4cfa Trac #17724: Rename PowerSeries.reversion() in PowerSeries.reverse()
> 0ad1393 Trac #17714: Fix a bug in sorting RealSets
> 5b9e5b1 Trac #17705: Fix action of matrices on free modules
> 9ac089a Trac #17694: zero vs zero_element / one vs one_element
> c23b064 Trac #17654: Fix more load/save bugs
> 322a54f Trac #17647: Branch and Bound for vertex separation
> 45f32a6 Trac #17634: Rephrase the 'sage manuals' section of the developer
> manual
> 4bd079a Trac #17498: Pictures in the doc through ".. plot::" directive
> 5247b30 Trac #17467: New method transducers.map
> ee94dec Trac #17403: implement PowerSeries.inversion() as wrapper for ^-1
> c8500ab Trac #17351: Sage Learn_sat AttributeError
> aed83b5 Trac #17326: Implementing subschemes functionality for projective
> "is_morphism"
> da07338 Trac #17198: Accept several arguments in
> RealIntervalFieldElement.min and RealIntervalFieldElement.max
> b638aee Trac #16703: Fix Mathematica 10 interface
> b727c03 Trac #16548: FiniteStateMachine: enhance _composition_explorative_
> 7eea81a Trac #15571: Doctest: Incorrect zero test of complex symbolic
> expressions
> 04fa14e Trac #17629: Handle FLINT exceptions gracefully
> 64ced79 Trac #17668: Replace PY_NEW and PY_NEW_SAME_TYPE by __new__() method
> 6fb9229 Trac #15478: Morphism.is_identity() ignores base ring endomorphisms
> 8ef0f2d Trac #15346: Symbolic sums should evaluate
> 18f7ba6 Trac #13890: small bug in point3d
> 5167835 Trac #13081: Add a numpy() method to all vectors.
> ac06b0d Trac #12922: Implicit derivative
> 087a3e8 Trac #12600: machine epsilon for RR, RDF, ...
> 6ff9ba5 Trac #12255: coeffs() fails on symbolic functions
> b310bd7 Trac #12030: doctest a fixed definite integral
> 7c08713 Trac #9429: Undesirable behaviour when deriving from
> QuotientRingElement
> 251d23f Trac #9427: implement fricas integrator
> 9f01740 Trac #3021: add curl and divergence functions to vectors
> d9ed756 Trac #2536: Deprecate SageObject.db and SageObject.version
> d577e3f Trac #17657: Upgrade to Cython 0.22
> e88642d Updated Sage version to 6.5
>
> --
> 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 post to this group, send email to sage-release@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.