Re: [fricas-devel] Announce: FriCAS 1.3.5 has been released

2019-02-03 Thread Ralf Hemmecke
Hi Kurt,

That's great that you provide a docker image. I'll link that soon from
fricas.github.io.

It seems that FriCAS got some momentum. Not just one single developer
anymore.

Ralf

On 2/3/19 8:17 PM, Kurt Pagani wrote:
> Great, thank you!
> 
> BTW
> * Will somebody update the Wikipedia page?
> 
> * The docker image just built with ease: 
> https://hub.docker.com/r/nilqed/fricas/
> 
> 
> Pull and run
> 
> 
> $ docker pull nilqed/fricas
> Using default tag: latest
> latest: Pulling from nilqed/fricas
> 38e2e6cd5626: Pull complete
> 705054bc3f5b: Pull complete
> c7051e069564: Pull complete
> 7308e914506c: Pull complete
> 7d2d2b74b341: Pull complete
> e4fc773ac367: Pull complete
> Digest: 
> sha256:00297a8eebe7c422ed4f8ef3f63a472e2f26950541387d6c55b47319f95adef0
> Status: Downloaded newer image for nilqed/fricas:latest
> 
> $ docker images
> REPOSITORY  TAG IMAGE IDCREATED   
>   SIZE
> nilqed/fricas   latest  b5de5b7aae1436 minutes ago
> 1.22GB
> 
> 
> $ docker run -t -i nilqed/fricas fricas -nox
> Checking for foreign routines
> AXIOM="/usr/local/lib/fricas/target/x86_64-linux-gnu"
> spad-lib="/usr/local/lib/fricas/target/x86_64-linux-gnu/lib/libspad.so"
> foreign routines found
> openServer result 0
>FriCAS Computer Algebra System
> Version: FriCAS 1.3.5
>Timestamp: Sun Feb  3 18:21:59 UTC 2019
> -
>Issue )copyright to view copyright notices.
>Issue )summary for a summary of useful system commands.
>Issue )quit to leave FriCAS and return to shell.
> -
> 
> 
> (1) -> )version
> Value = "FriCAS 1.3.5 compiled at Sun Feb  3 18:21:59 UTC 2019"
> (1) -> )lisp (lisp-implementation-type)
> 
> Value = "SBCL"
> (1) -> )lisp (lisp-implementation-version)
> 
> Value = "1.4.5.debian"
> (1) -> )lisp (require :asdf)
> 
> Value = ("uiop" "UIOP" "asdf" "ASDF")
> (1) -> D(x^n,n,2)
> 
>   2 n
>(1)  log(x) x
> Type: Expression(Integer)
> (2) -> )q
> 
> 
> 
> 
> 
> 
> On 03.02.2019 17:09, Waldek Hebisch wrote:
>> This is copy of the annoucemnt I posted in newsgroups:
>>
>> FriCAS is an advanced computer algebra system. Its capabilities
>> range from calculus (integration and differentiation) to abstract
>> algebra. It can plot functions and has integrated help system.
>>
>> FriCAS 1.3.5 should build on Linux and many Unix like systems (for
>> example Mac OSX and Cygwin).  FriCAS is build on top of Common Lisp;
>> several Lisps can compile and run FriCAS -- currently supported are
>> GCL, SBCL, Clisp, ECL, Closure CL (former OpenMCL).
>>
> 

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/a152e836-00a7-9546-3931-a30defbb464c%40hemmecke.org.
For more options, visit https://groups.google.com/d/optout.


Re: [fricas-devel] Announce: FriCAS 1.3.5 has been released

2019-02-03 Thread Kurt Pagani
Great, thank you!

BTW
* Will somebody update the Wikipedia page?

* The docker image just built with ease: https://hub.docker.com/r/nilqed/fricas/


Pull and run


$ docker pull nilqed/fricas
Using default tag: latest
latest: Pulling from nilqed/fricas
38e2e6cd5626: Pull complete
705054bc3f5b: Pull complete
c7051e069564: Pull complete
7308e914506c: Pull complete
7d2d2b74b341: Pull complete
e4fc773ac367: Pull complete
Digest: sha256:00297a8eebe7c422ed4f8ef3f63a472e2f26950541387d6c55b47319f95adef0
Status: Downloaded newer image for nilqed/fricas:latest

$ docker images
REPOSITORY  TAG IMAGE IDCREATED 
SIZE
nilqed/fricas   latest  b5de5b7aae1436 minutes ago
1.22GB


$ docker run -t -i nilqed/fricas fricas -nox
Checking for foreign routines
AXIOM="/usr/local/lib/fricas/target/x86_64-linux-gnu"
spad-lib="/usr/local/lib/fricas/target/x86_64-linux-gnu/lib/libspad.so"
foreign routines found
openServer result 0
   FriCAS Computer Algebra System
Version: FriCAS 1.3.5
   Timestamp: Sun Feb  3 18:21:59 UTC 2019
-
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-


(1) -> )version
Value = "FriCAS 1.3.5 compiled at Sun Feb  3 18:21:59 UTC 2019"
(1) -> )lisp (lisp-implementation-type)

Value = "SBCL"
(1) -> )lisp (lisp-implementation-version)

Value = "1.4.5.debian"
(1) -> )lisp (require :asdf)

Value = ("uiop" "UIOP" "asdf" "ASDF")
(1) -> D(x^n,n,2)

  2 n
   (1)  log(x) x
Type: Expression(Integer)
(2) -> )q






On 03.02.2019 17:09, Waldek Hebisch wrote:
> This is copy of the annoucemnt I posted in newsgroups:
> 
> FriCAS is an advanced computer algebra system. Its capabilities
> range from calculus (integration and differentiation) to abstract
> algebra. It can plot functions and has integrated help system.
> 
> FriCAS 1.3.5 should build on Linux and many Unix like systems (for
> example Mac OSX and Cygwin).  FriCAS is build on top of Common Lisp;
> several Lisps can compile and run FriCAS -- currently supported are
> GCL, SBCL, Clisp, ECL, Closure CL (former OpenMCL).
> 

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/1d9d4a04-1489-f879-f2ca-8798359540d0%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[fricas-devel] Re: Announce: FriCAS 1.3.5 has been released

2019-02-03 Thread 'Martin R' via FriCAS - computer algebra system
Many many thanks!

I created https://trac.sagemath.org/ticket/25962 for the upgrade within 
sagemath.

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/fb09ea04-5111-4b07-b791-33ba2962aea1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [fricas-devel] Announce: FriCAS 1.3.5 has been released

2019-02-03 Thread Bill Page
On Sun, Feb 3, 2019 at 11:09 AM Waldek Hebisch  wrote:
> ...
> Notable changes (compared to version 1.3.4):
>
> - Added free noncommutative field.
> - Added factorization in free algebra.
> - Improved coercion to InputForm.
> ...
> - Fixed input form of formal derivatives.
> - Fixed coercion of polynomials to patterns.
> - Fixed comparison with signed floating point zero.
>  ...

Thank you!

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/CAC6x94Tb2td3e7StCYVWxd2w%2B2HMEMBGxmQ4tH50OdGjnSv3Gw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[fricas-devel] Re: Release

2019-02-03 Thread Waldek Hebisch
I wrote:
> 
> I am now preparing binaries for new release.  Please consider
> trunk temporarly frozen -- I will write again when release is
> ready.

Release is done: commits can go as usual.

-- 
  Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/E1gqLMH-XM-AK%40hera.math.uni.wroc.pl.
For more options, visit https://groups.google.com/d/optout.


[fricas-devel] Announce: FriCAS 1.3.5 has been released

2019-02-03 Thread Waldek Hebisch
This is copy of the annoucemnt I posted in newsgroups:

FriCAS is an advanced computer algebra system. Its capabilities
range from calculus (integration and differentiation) to abstract
algebra. It can plot functions and has integrated help system.

FriCAS 1.3.5 should build on Linux and many Unix like systems (for
example Mac OSX and Cygwin).  FriCAS is build on top of Common Lisp;
several Lisps can compile and run FriCAS -- currently supported are
GCL, SBCL, Clisp, ECL, Closure CL (former OpenMCL).

Project page:

http://fricas.sf.net

Download pages:

   http://fricas.sf.net/download.html
   https://sourceforge.net/projects/fricas/files/

Mailing list. Please sign up before posting a message.

   http://groups.google.com/group/fricas-devel?hl=en

Notable changes (compared to version 1.3.4):

- Added free noncommutative field.

- Added factorization in free algebra.

- Improved coercion to InputForm.

- Removed cycle related functions from Tree and BinaryTreeCategory.

Bug fixes, in particular:

- Improved portablity to Windows and Mac OSX.

- Fixed input form of formal derivatives.

- Fixed coercion of polynomials to patterns.

- Fixed comparison with signed floating point zero.
-- 
  Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/E1gqKKe-0008SH-C2%40hera.math.uni.wroc.pl.
For more options, visit https://groups.google.com/d/optout.