Re: [ANN] PolyMath release 0.101

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

Re: [ANN] PolyMath release 0.101

Stéphane Ducasse
Serge 

do you need help to move to github?

Stef

On 27 Jun 2018, at 15:10, Serge Stinckwich <[hidden email]> wrote:

We are pleased to announce the release of PolyMath 0.101
PolyMath is a numerical computing and data analysis library on top of Pharo.

The code is available here: https://github.com/PolyMathOrg/PolyMath
and can be loaded in a fresh Pharo 6.1 image with:
Metacello new 
  repository: 'http://smalltalkhub.com/mc/PolyMath/PolyMath/main';
  configuration: 'PolyMath';
  version: '0.101';
  load
The current work is mostly focused on cleaning the codebase in order to release the 1.0 version for September 2018. Please help us, by looking at the issues here: https://github.com/PolyMathOrg/PolyMath/issues , joining #polymath channel on Discord or polymath mailing-list: https://groups.google.com/forum/#!forum/polymath-project

--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev

--------------------------------------------
Stéphane Ducasse
03 59 35 87 52
Assistant: Julie Jonas 
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley, 
Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
Villeneuve d'Ascq 59650
France


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PolyMath release 0.101

SergeStinckwich
yes sure if you can help on this :-)

There is two tasks:
- then move all the code on github: https://github.com/PolyMathOrg/PolyMath/issues/26

Tell me if you do it, so I will freeze all commits on the Monticello repo during that time.

Thank you.


On Thu, Jun 28, 2018 at 6:45 AM Stéphane Ducasse <[hidden email]> wrote:
Serge 

do you need help to move to github?

Stef

On 27 Jun 2018, at 15:10, Serge Stinckwich <[hidden email]> wrote:

We are pleased to announce the release of PolyMath 0.101
PolyMath is a numerical computing and data analysis library on top of Pharo.

The code is available here: https://github.com/PolyMathOrg/PolyMath
and can be loaded in a fresh Pharo 6.1 image with:
Metacello new 
  repository: 'http://smalltalkhub.com/mc/PolyMath/PolyMath/main';
  configuration: 'PolyMath';
  version: '0.101';
  load
The current work is mostly focused on cleaning the codebase in order to release the 1.0 version for September 2018. Please help us, by looking at the issues here: https://github.com/PolyMathOrg/PolyMath/issues , joining #polymath channel on Discord or polymath mailing-list: https://groups.google.com/forum/#!forum/polymath-project

--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev

--------------------------------------------
Stéphane Ducasse
03 59 35 87 52
Assistant: Julie Jonas 
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley, 
Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
Villeneuve d'Ascq 59650
France

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PolyMath release 0.101

CyrilFerlicot
On 28/06/2018 10:48, Serge Stinckwich wrote:
> yes sure if you can help on this :-)
>
> There is two tasks:
> - build a baseline : https://github.com/PolyMathOrg/PolyMath/issues/46

Hi,

https://github.com/PolyMathOrg/PolyMath/pull/50

> - then move all the code on github:
> https://github.com/PolyMathOrg/PolyMath/issues/26
>
> The monticello repo is here: http://smalltalkhub.com/#!/%7EPolyMath/PolyMath
> Tell me if you do it, so I will freeze all commits on the Monticello
> repo during that time.
>
> Thank you.
>
>


--
Cyril Ferlicot
https://ferlicot.fr
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PolyMath release 0.101

CyrilFerlicot
On 28/06/2018 11:57, Serge Stinckwich wrote:
> Thank you Cyril. Can we move the discussion to PolyMath mailing list ?
>

I am not on the Polymath ML.

For the migration: https://github.com/PolyMathOrg/PolyMath/pull/51

I also sent it to the Discord PM channel.


--
Cyril Ferlicot
https://ferlicot.fr
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PolyMath release 0.101

Stéphane Ducasse
tx cyril!!!!

On 28 Jun 2018, at 18:28, Cyril Ferlicot D. <[hidden email]> wrote:

On 28/06/2018 11:57, Serge Stinckwich wrote:
Thank you Cyril. Can we move the discussion to PolyMath mailing list ?


I am not on the Polymath ML.

For the migration: https://github.com/PolyMathOrg/PolyMath/pull/51

I also sent it to the Discord PM channel.


--
Cyril Ferlicot
https://ferlicot.fr
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev

--------------------------------------------
Stéphane Ducasse
03 59 35 87 52
Assistant: Julie Jonas 
FAX 03 59 57 78 50
TEL 03 59 35 86 16
S. Ducasse - Inria
40, avenue Halley, 
Parc Scientifique de la Haute Borne, Bât.A, Park Plaza
Villeneuve d'Ascq 59650
France


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: [ANN] PolyMath release 0.101

SergeStinckwich
In reply to this post by CyrilFerlicot
thank you Cyril for your magic tricks !
We will use github now for PolyMath :-)

On Thu, Jun 28, 2018 at 5:28 PM Cyril Ferlicot D. <[hidden email]> wrote:
On 28/06/2018 11:57, Serge Stinckwich wrote:
> Thank you Cyril. Can we move the discussion to PolyMath mailing list ?
>

I am not on the Polymath ML.

For the migration: https://github.com/PolyMathOrg/PolyMath/pull/51

I also sent it to the Discord PM channel.


--
Cyril Ferlicot
https://ferlicot.fr
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


--
Serge Stinckwich
UMI UMMISCO 209 (SU/IRD/UY1)
"Programs must be written for people to read, and only incidentally for machines to execute."
http://www.doesnotunderstand.org/

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev