[ANN] SciSmalltalk v0.14

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

[ANN] SciSmalltalk v0.14

SergeStinckwich
Dear all,

we are to happy to announce SciSmalltalk v0.14

SciSmalltalk is a new Smalltalk project, similar to existing
scientific libraries like NumPy, SciPy for Python or SciRuby for Ruby.
SciSmalltalk already provide the following basic functionalities:

- complex and quaternions extensions,
- random number generators,
- fuzzy algorithms,
- Didier Besset's numerical methods,
- Ordinary Differential Equation (ODE) Solver.

Version 0.14 includes new work from Werner Kassens about function fittings:
https://github.com/SergeStinckwich/SciSmalltalk/wiki/Math-FunctionFit
and math accuracy framework:
https://github.com/SergeStinckwich/SciSmalltalk/wiki/Math-AccuracyFramework

SciSmalltalk project web page is here:
https://github.com/SergeStinckwich/SciSmalltalk
All the code is available under the MIT licence.

We have more than 506 green unit tests and we run a CI job here:
https://ci.inria.fr/pharo-contribution/job/SciSmalltalk/

This version should work on Pharo 3.0/4.0 and also Squeak 4.5 (to
be confirmed).

We are a small community, we are looking for more volunteers to
contribute code and documentation. Please join us at :
https://groups.google.com/forum/#!forum/scismalltalk

--
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: [ANN] SciSmalltalk v0.14

Annick
Do you do Runge Kutta ?

Le 17 sept. 2014 à 11:41, Serge Stinckwich <[hidden email]> a écrit :

> Dear all,
>
> we are to happy to announce SciSmalltalk v0.14
>
> SciSmalltalk is a new Smalltalk project, similar to existing
> scientific libraries like NumPy, SciPy for Python or SciRuby for Ruby.
> SciSmalltalk already provide the following basic functionalities:
>
> - complex and quaternions extensions,
> - random number generators,
> - fuzzy algorithms,
> - Didier Besset's numerical methods,
> - Ordinary Differential Equation (ODE) Solver.
>
> Version 0.14 includes new work from Werner Kassens about function fittings:
> https://github.com/SergeStinckwich/SciSmalltalk/wiki/Math-FunctionFit
> and math accuracy framework:
> https://github.com/SergeStinckwich/SciSmalltalk/wiki/Math-AccuracyFramework
>
> SciSmalltalk project web page is here:
> https://github.com/SergeStinckwich/SciSmalltalk
> All the code is available under the MIT licence.
>
> We have more than 506 green unit tests and we run a CI job here:
> https://ci.inria.fr/pharo-contribution/job/SciSmalltalk/
>
> This version should work on Pharo 3.0/4.0 and also Squeak 4.5 (to
> be confirmed).
>
> We are a small community, we are looking for more volunteers to
> contribute code and documentation. Please join us at :
> https://groups.google.com/forum/#!forum/scismalltalk
>
> --
> Serge Stinckwich
> UCBN & UMI UMMISCO 209 (IRD/UPMC)
> Every DSL ends up being Smalltalk
> http://www.doesnotunderstand.org/
>