You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have **806** green tests ! At the moment, all the development happens in the development branch.
31
+
and the latest development version of PolyMath:
32
32
33
-
PolyMath is a Pharo project, similar to existing scientific libraries like NumPy, SciPy for Python or SciRuby for Ruby. PolyMath already provide the following basic functionalities:
33
+
```Smalltalk
34
+
Metacello new
35
+
repository: 'github://PolyMathOrg/PolyMath/src';
36
+
baseline: 'PolyMath';
37
+
load
38
+
```
39
+
40
+
We have **806** green tests ! At the moment, all the development happens in the master branch (we are using trunk-based development).
41
+
42
+
PolyMath is a Pharo project, similar to existing scientific libraries like NumPy, SciPy for Python or SciRuby for Ruby. PolyMath already provides the following basic functionalities:
34
43
- complex and quaternions extensions,
35
44
- random number generators,
36
45
- fuzzy algorithms,
46
+
- automatic differentiation,
37
47
- KDE-trees,
38
48
- Numerical methods,
39
49
- Ordinary Differential Equation (ODE) solvers.
40
50
41
-
A book about PolyMath called "PolyMath book" is available online: https://github.com/SquareBracketAssociates/PolyMath-book
51
+
The authoritative book on PolyMath is available online: https://github.com/SquareBracketAssociates/PolyMath-book
42
52
43
-
Some documentation (to be cleaned and reorganized) about PolyMath is available on the Wiki here:
53
+
Some documentation (work in progress) is available on the Wiki:
44
54
https://github.com/PolyMathOrg/PolyMath/wiki
45
55
46
56
Natalia wrote some explanation about benchmarking PolyMath in the Pharo For Enterprise Book: https://github.com/SquareBracketAssociates/PharoForTheEnterprise-english/blob/ae40e7ab6f7651f6e7c271869eb1efc4e531e774/ComparingSolutions/ComparingSolutions.pier
47
57
48
-
## Install PolyMath
49
-
50
-
To install PolyMath in your Pharo image you can just execute the following script:
0 commit comments