Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Update to 8.3.rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanamreddy committed Jul 24, 2018
2 parents 6b357c7 + f608d82 commit 7f14108
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 33 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SageMath version 8.3.rc0, Release Date: 2018-07-08
SageMath version 8.3.rc2, Release Date: 2018-07-22
7 changes: 3 additions & 4 deletions build/bin/sage-spkg
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,9 @@ export SAGE_DESTDIR="${SAGE_BUILD_DIR}/${PKG_NAME}/inst"
# end of spkg-install.
export SAGE_DESTDIR_LOCAL="${SAGE_DESTDIR}${SAGE_LOCAL}"

# First uninstall the previous version of this package, if any
sage-spkg-uninstall "$PKG_BASE"


if [ -f spkg-build ]; then
# Package has both spkg-build and spkg-install; execute the latter with SAGE_SUDO
Expand All @@ -868,10 +871,6 @@ else
fi
fi

# We are now ready to install the new package files into $SAGE_LOCAL, so first
# uninstall the previous version of this package, if any
sage-spkg-uninstall "$PKG_BASE"

# All spkgs should eventually support this, but fall back on old behavior in
# case DESTDIR=$SAGE_DESTDIR installation was not used
echo "Copying package files from temporary location $SAGE_DESTDIR to $SAGE_LOCAL"
Expand Down
6 changes: 3 additions & 3 deletions build/pkgs/configure/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=configure-VERSION.tar.gz
sha1=32dd5d6c8e2a91a4103d86a9846f7a059f1168e3
md5=f3f6afb5cba47088f49fb638ca439204
cksum=3865784923
sha1=2af13315b9f4a47c0e681edd4ef949b43448f111
md5=db8242a701f58cbfe461cda580f0a1de
cksum=1324281881
2 changes: 1 addition & 1 deletion build/pkgs/configure/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
272
274
6 changes: 3 additions & 3 deletions build/pkgs/cysignals/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tarball=cysignals-VERSION.tar.gz
sha1=ca00e62ea5ac11ad3365dfae0c6d52304bc7d4a4
md5=dfc956d41558dec8c64f581cc73f831e
cksum=2251085134
sha1=ab1c1d41580653c94bafe945ebcd29fecf011941
md5=201ef2756f21d64a7b89dfc28e99263b
cksum=4031142833
2 changes: 1 addition & 1 deletion build/pkgs/cysignals/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.2
2 changes: 1 addition & 1 deletion build/pkgs/p_group_cohomology/dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
meataxe | matplotlib database_gap xz $(SAGERUNTIME)
singular meataxe | matplotlib database_gap xz $(SAGERUNTIME)
2 changes: 1 addition & 1 deletion build/pkgs/pkgconf/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.7.p0
0.9.7.p1
2 changes: 1 addition & 1 deletion src/bin/sage-dist-helpers
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ sdh_install() {
# Prefix SAGE_DESTDIR to the destination for DESTDIR installs
dest="${SAGE_DESTDIR}$dest"

if [ -e "$dest" -a ! -d "$dest" ]; then
if [ $T -eq 0 -a -e "$dest" -a ! -d "$dest" ]; then
sdh_die "Error: destination $dest for sdh_install exists and is not a directory"
fi

Expand Down
6 changes: 3 additions & 3 deletions src/bin/sage-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sage version information for shell scripts
# This file is auto-generated by the sage-update-version script, do not edit!
SAGE_VERSION='8.3.rc0'
SAGE_RELEASE_DATE='2018-07-08'
SAGE_VERSION_BANNER='SageMath version 8.3.rc0, Release Date: 2018-07-08'
SAGE_VERSION='8.3.rc2'
SAGE_RELEASE_DATE='2018-07-22'
SAGE_VERSION_BANNER='SageMath version 8.3.rc2, Release Date: 2018-07-22'
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
from sage.symbolic.ring import SR
from sage.misc.cachefunc import cached_method
from sage.rings.integer import Integer
from Queue import Queue
from queue import Queue


class PseudoRiemannianSubmanifold(PseudoRiemannianManifold,
DifferentiableSubmanifold):
Expand Down Expand Up @@ -1583,7 +1584,7 @@ def shape_operator(self):
return self._shape_operator

def clear_cache(self):
"""
r"""
Reset all the cached functions and the derived quantities.
Use this function if you modified the immersion (or embedding) of the
Expand Down Expand Up @@ -1614,7 +1615,6 @@ def clear_cache(self):
sage: N.clear_cache()
sage: n is N.normal()
False
"""
self.difft.clear_cache()
self.gradt.clear_cache()
Expand Down
12 changes: 6 additions & 6 deletions src/sage/rings/complex_arb.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -786,16 +786,16 @@ class ComplexBallField(UniqueRepresentation, Field):
...
ValueError: unable to isolate the roots (try using proof=False or
increasing the precision)
sage: pol.roots(multiplicities=False, proof=False)
sage: sorted(pol.roots(multiplicities=False, proof=False), key=str)
doctest:...
UserWarning: roots may have been lost...
[[0.001000000 +/- 2.52e-10] + [+/- 2.05e-10]*I,
[[-14.72907378354557 +/- 4.63e-15] + [-10.70100790294238 +/- 2.16e-15]*I,
[-14.72907378354557 +/- 4.63e-15] + [10.70100790294238 +/- 2.16e-15]*I,
[0.00100000 +/- 1.56e-10] + [+/- 1.27e-10]*I,
[0.001000000 +/- 2.52e-10] + [+/- 2.05e-10]*I,
[18.20524201487994 +/- 1.22e-15] + [+/- 5.75e-37]*I,
[-14.72907378354557 +/- 4.63e-15] + [10.70100790294238 +/- 2.16e-15]*I,
[-14.72907378354557 +/- 4.63e-15] + [-10.70100790294238 +/- 2.16e-15]*I,
[5.625452776105595 +/- 2.29e-16] + [17.31459450084417 +/- 4.09e-15]*I,
[5.625452776105595 +/- 2.29e-16] + [-17.31459450084417 +/- 4.09e-15]*I]
[5.625452776105595 +/- 2.29e-16] + [-17.31459450084417 +/- 4.09e-15]*I,
[5.625452776105595 +/- 2.29e-16] + [17.31459450084417 +/- 4.09e-15]*I]
sage: pol.roots(ComplexBallField(100), multiplicities=False)
[[0.00099999999997763932022675...] + [+/- ...]*I,
...]
Expand Down
4 changes: 2 additions & 2 deletions src/sage/symbolic/expression.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -6840,7 +6840,7 @@ cdef class Expression(CommutativeRingElement):
sage: x, y, n = var('x, y, n')
sage: f = pi^3*x - y^2*e - I; f
pi^3*x - y^2*e - I
sage: f.polynomial(CDF)
sage: f.polynomial(CDF) # abs tol 1e-15
(-2.718281828459045)*y^2 + 31.006276680299827*x - 1.0*I
sage: f.polynomial(CC)
(-2.71828182845905)*y^2 + 31.0062766802998*x - 1.00000000000000*I
Expand Down Expand Up @@ -6954,7 +6954,7 @@ cdef class Expression(CommutativeRingElement):
sage: f = e*x^3 + pi*y^3 + sqrt(2) + I; f
pi*y^3 + x^3*e + sqrt(2) + I
sage: R = CDF['x,y']
sage: R(f)
sage: R(f) # abs tol 1e-15
2.718281828459045*x^3 + 3.141592653589793*y^3 + 1.414213562373095 + 1.0*I
We coerce to a higher-precision polynomial ring::
Expand Down
6 changes: 3 additions & 3 deletions src/sage/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sage version information for Python scripts
# This file is auto-generated by the sage-update-version script, do not edit!
version = '8.3.rc0'
date = '2018-07-08'
banner = 'SageMath version 8.3.rc0, Release Date: 2018-07-08'
version = '8.3.rc2'
date = '2018-07-22'
banner = 'SageMath version 8.3.rc2, Release Date: 2018-07-22'

0 comments on commit 7f14108

Please sign in to comment.