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

Commit

Permalink
update fricas to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Aug 19, 2020
1 parent 548666e commit b811a1d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions build/pkgs/fricas/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tarball=fricas-VERSION-full.tar.bz2
sha1=5bcf66349eda3c6c34d0290892adf4d9e25ece78
md5=bcf371708f1455f92dcf9c596f807ba5
cksum=1340692645
sha1=aecb848a19c7f3909eeca4cda6896c58a655ba1e
md5=26e3606d2b7ad283b672157f113bba72
cksum=2356414745
upstream_url=https://sourceforge.net/projects/fricas/files/fricas/VERSION/fricas-VERSION-full.tar.bz2
2 changes: 1 addition & 1 deletion build/pkgs/fricas/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5
1.3.6
12 changes: 6 additions & 6 deletions src/sage/interfaces/fricas.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def _install_hints(self):

def _quit_string(self):
"""
Returns the string used to quit FriCAS.
Return the string used to quit FriCAS.
EXAMPLES::
Expand All @@ -365,15 +365,15 @@ def _quit_string(self):
sage: import psutil # optional - fricas
sage: p = fricas.pid(); pr = psutil.Process(p); pr # optional - fricas
<psutil.Process(pid=..., name='AXIOMsys') at ...>
<psutil.Process(pid=..., name='FRICASsys') at ...>
sage: pr.children() # optional - fricas
[]
"""
return ')quit'

def _commands(self):
"""
Returns a list of commands available. This is done by parsing the
Return a list of commands available. This is done by parsing the
result of the first section of the output of ')what things'.
EXAMPLES::
Expand All @@ -394,7 +394,7 @@ def _commands(self):

def _tab_completion(self, verbose=True, use_disk_cache=True):
"""
Returns a list of all the commands defined in Fricas and optionally
Return a list of all the commands defined in Fricas and optionally
(per default) store them to disk.
EXAMPLES::
Expand Down Expand Up @@ -888,7 +888,7 @@ def _object_class(self):

def _function_element_class(self):
"""
Returns the FriCAS function element class.
Return the FriCAS function element class.
EXAMPLES::
Expand Down Expand Up @@ -1968,7 +1968,7 @@ def is_FriCASElement(x):

def reduce_load_fricas():
"""
Returns the FriCAS interface object defined in
Return the FriCAS interface object defined in
:sage.interfaces.fricas.
EXAMPLES::
Expand Down

0 comments on commit b811a1d

Please sign in to comment.