[Pharo-users] Re: Pharo Graphs

2021-12-02 Thread Serge Stinckwich
On Thu, 2 Dec 2021 at 22:40, Sebastian Jordan Montano < sebastian.jor...@inria.fr> wrote: > Hello Serge, > > The plan is only to remove the graph algorithms from the Moose Algo > (Moose-Algos-Graph) and to load them from the Pharo AI library instead. > I saw that you reference in graph generator

[Pharo-users] [ANN] Launchpad v4.1.0 [v4.1.0] released!

2021-12-02 Thread Buenos Aires Smalltalk
Launchpad, a command-line interface to start, list, and explain the applications available within the image. reached it's v4.1.0 version. What's Changed Fix logging of parameter values when using a converter to a non-strin… by @gcotelli in https://github.com/ba-st/Launchpad/pull/23 v4.0.1 by

[Pharo-users] Re: Pharo Graphs

2021-12-02 Thread Offray Vladimir Luna Cárdenas
Thanks Sebastian and Stephane, Pretty cool! Offray On 1/12/21 9:56, Sebastian Jordan Montano wrote: Hello everybody, We are happy to announce that we have a brand new library for graphs algorithms in Pharo! We have implemented some of the most-know graph algorithms like: Dijkstra, Tarjan,

[Pharo-users] Re: Pharo Graphs

2021-12-02 Thread Sebastian Jordan Montano
Hello Serge, The plan is only to remove the graph algorithms from the Moose Algo (Moose-Algos-Graph) and to load them from the Pharo AI library instead. I saw that you reference in graph generator algos some classes of the edges. What we can do is to use the nodes from the pharo-ai library