PolyMath 0.66

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

PolyMath 0.66

SergeStinckwich
PolyMath, the science library for Pharo, version 0.66 is out !

We have 622 green tests.
You can download this version in a fresh Pharo 4.0/5.0 image with:

Gofer new
    url: 'http://smalltalkhub.com/mc/PolyMath/PolyMath/main';
    configurationOf:'PolyMath';
    loadVersion: '0.66'

You will find more information here:
https://github.com/PolyMathOrg/PolyMath

If you want to propose new ideas/enhancements/bug reports :

https://github.com/PolyMathOrg/PolyMath/issues

For example, a very simple task is to implement NumPy examples :
See: https://github.com/PolyMathOrg/PolyMath/issues/19

Regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/

Reply | Threaded
Open this post in threaded view
|

Re: PolyMath 0.66

Rebecca Morgan
Wow, thanks, this looks very interesting!
Cheers
Rebecca Morgan

-----Original Message-----
From: Pharo-users [mailto:[hidden email]] On Behalf Of Serge Stinckwich
Sent: Thursday, 8 December 2016 11:22 PM
To: Any question about pharo is welcome <[hidden email]>; [hidden email]
Subject: [Pharo-users] PolyMath 0.66

PolyMath, the science library for Pharo, version 0.66 is out !

We have 622 green tests.
You can download this version in a fresh Pharo 4.0/5.0 image with:

Gofer new
    url: 'http://smalltalkhub.com/mc/PolyMath/PolyMath/main';
    configurationOf:'PolyMath';
    loadVersion: '0.66'

You will find more information here:
https://github.com/PolyMathOrg/PolyMath

If you want to propose new ideas/enhancements/bug reports :

https://github.com/PolyMathOrg/PolyMath/issues

For example, a very simple task is to implement NumPy examples :
See: https://github.com/PolyMathOrg/PolyMath/issues/19

Regards,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/