[Pharo-users] Re: Pharo Graphs

2021-12-01 Thread Serge Stinckwich
Thank you Sebastian. Great to have this library. I have implemented various random graph generation algorithms that are part now of the MooseAlgo library: https://github.com/moosetechnology/moosealgos Like Albert-Barabasi algorithm and others:

[Pharo-users] [ANN] Superluminal v3.0.0 [v3.0.0] released!

2021-12-01 Thread Buenos Aires Smalltalk
Superluminal, building blocks for creating HTTP requests and API clients reached it's v3.0.0 version. What's Changed Added support for multi-part body content by @mtabacman in https://github.com/ba-st/Superluminal/pull/44 Added testing of multiple files upload. by @mtabacman in

[Pharo-users] Re: Pharo Graphs

2021-12-01 Thread Richard O'Keefe
Brilliant! Ta muchly. On Thu, 2 Dec 2021 at 03:56, Sebastian Jordan Montano < sebastian.jor...@inria.fr> 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:

[Pharo-users] Pharo Graphs

2021-12-01 Thread Sebastian Jordan Montano
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, BFS, Kruskal, Topological Sort, and more. Here is the GitHub repository: [